Tagged Questions
5
votes
5answers
311 views
Microcontrollers - Beginner questions
How do you determine how many sensors a microcontroller can use?
My understanding is you can't use C# directly on any microcontroller but you can use C# and communicate over the USB and look for a ...
3
votes
3answers
179 views
Can more than one device read data from GPS?
I have an OSD(atmega88p inside), which is reading data from GPS through serial connection as I understand and I would like to connect second device (FEZ Cerb40) to read GPS data, wondering if that ...
2
votes
0answers
83 views
Netduino Vehicle [closed]
In the coming months I have to create a major work for my software design & development course at school, I'm fairly decent with VB.net and find it to be my much favoured language out of it & ...
0
votes
0answers
570 views
Program a PIC16F877A using VB.NET
I have bought a PIC16F877A microcontroller and its board before and since then, I haven't used it much because I don't really have enough time and patience to learn C. I was thinking to buy a ...
2
votes
2answers
288 views
Greenhouse Control Interface
I'm working on a control system for my school's tropical greenhouse based on the Arduino. It'll just do basic logging things, along with allowing someone to selectively water sections of the ...
2
votes
2answers
487 views
How to switch control between 2 RGB LEDs with PWM from a Netduino
I'm building a project where I will be lighting up 2 RGB LEDs using PWM. Since the Netduino only has 4 PWM pins (of which I will only use 3 - one pin each for the R, G, and B values respectively), I ...
0
votes
2answers
1k views
Using an ULN2803 with Netduino
I want to be able to switch on a device that requires 5v and 100mA from a Netduino. From looking on the web, I believe I need to use a Darlington array in order to meet the current requirements (since ...