2
votes
5answers
986 views

Micro-Controller Operating System with GUI

I'm looking for embedded OS for w micro-controller, it's not clear until now for me what'll be the controller type, but my first priority is to found an OS with GUI can be written in C# or any .NET ...
2
votes
2answers
382 views

Why would a CPU+Wi-Fi module supplier not mention both memory and memory bus?

Today I found Imp - a CPU together with a Wi-Fi module with an antenna included and all packed into the size of an SD card. The specification says nothing about memory and doesn't mention a memory ...
2
votes
3answers
432 views

Which schematic is better for keypad connection to an MCU?

I have this three keypad connection sketches, all of which i've seen in various application, and some i've also used, but i want to know if there is any advantage of one over the other. The keypad ...
2
votes
2answers
595 views

PIC16F877 analog pin configuration

I've been working with PIC16F877. Can someone please explain how to configure its pins to be analog or digital? I saw somewhere that we need to configure ADCON1, ...
1
vote
4answers
872 views

First PIC microcontroller family to learn? and resources? development board?

The only experience I have with micro controllers is with the arduino. I felt extremely limited by the arduino especially in the cases of embedded design. I'm interested in completing a number of ...
3
votes
1answer
567 views

Interfacing with SD card in Graphics Display Designer (MicroChip)

I have a PIC24 chip, a TFT screen, and a SD card reader/SD card. The software I'm using is MPLAB v8 and Graphics Display Designer addon. What I want to do is use Graphics Display Designer in MPLAB to ...