Top "Microcontroller" questions

This tag is related to questions that have something to do with a microcontroller.

How can I make my own microcontroller?

How can I make my own microcontroller? I've done some work using GAL chips and programmed a chip to do …

embedded microcontroller
Initializing SD card in SPI issues

I've had a look at Stack Overflow question Initialization of a microSD card using an SPI interface and didn't see …

embedded microcontroller initialization sd-card spi
Writing C# debug output to .txt file

I'm running code on a microcontroller with .NET Micro Framework, and I want my debug output to write to a …

c# microcontroller .net-micro-framework
How many sensors will work at a time in an Arduino for Home automation?

As I am thinking to do a Home automation using Arduino, using Light sensor, temperature control , motion sensor , gas leakage …

arduino microcontroller sensors pic home-automation
Beginner-level Embedded Systems Projects?

A student of mine came to me this morning and asked for some ideas for an embedded systems (ideally hardware+…

embedded hardware microcontroller
Java based Microcontrollers?

I have been looking into micro-controllers and was wondering if the majority of them are C/C++ based? I am …

arduino microcontroller jarduino
How to interact with USB device using PyUSB

I have so far gotten to the stage of finding the device, now I am ready to talk to the …

python usb microcontroller libusb pyusb
what is the difference between hardware watchdog and software watchdog?

what is the difference between hardware watchdog and software watchdog ?

embedded microcontroller watchdog
Flow of Startup code in an embedded system , concept of boot loader?

I am working with an embedded board , but i don't know the flow of the start up code(C/assembly) …

c assembly embedded microcontroller boot
How do I generate random numbers in a microcontroller efficiently?

How do I generate random numbers in a microcontroller efficiently? Are there any general guidelines or a particular fast method?

random microcontroller