Tagged Questions
5
votes
2answers
462 views
Is the Raspberry Pi a microcontroller or a motherboard? [closed]
I had quick question regarding Raspberry Pi: is it a microcontroller or a motherboard?
It looks like a motherboard, but considering that it has its own dedicated memory and processor, it should be a ...
0
votes
2answers
130 views
5v output to 3.3v?
I have a microcontroller and a Raspberry Pi, both running off of the same 5v supply, in parallel. The microcontroller has 4 5v output pins and the other is a Raspberry Pi, that can only accept inputs ...
3
votes
1answer
2k views
Streaming camera solutions for RaspberryPi MCU
I'm trying to get a Raspberry Pi MCU to stream an A/V feed over the internet to a web server where I'll have some homegrown software capturing each frame and doing analysis with it.
My general ...
0
votes
2answers
254 views
Needed simple & cheap computer platform for data visualization, process control, HMI with touch panel, USB, RJ45, SD [closed]
for my company project we need reliable, cheap, simple computer platform (probably ARM + embedded Linux) for displaying data on ...
3
votes
4answers
2k views
Raspberry PI without OS on it?
I've been doing a lot with Arduino recently. It's very simple because you can directly execute C++ code on it without the need of operating systems or drivers.
I've done some research and AFAIK, you ...