All Questions
Tagged with arduino-yun arduino-mega
5 questions
2
votes
1
answer
134
views
PIR sensor code logic works on Mega but not on Yún
I am trying to use this example(it works on Arduino Mega): millis() - lowIn comes greater than 5000when motion ends.
/////////////////////////////
//VARS
//the time we give the sensor to calibrate (...
3
votes
4
answers
253
views
Which Arduino is the most suitable for my project?
I've started to prototype something using an Arduino Mega and Yún Shield.
It's simple. It reads an ADC at 50Hz and sends data to a server through a socket. But because of that combination, I need to ...
2
votes
2
answers
151
views
What is the best type of Arduino board for simple delivery robot? [closed]
I'm new to arduino, and I want to design a Simple Delivery Robot for Data Center, which has an arm to move items, and it follows line while moving.
I have no idea if there is a special arduino board ...
0
votes
1
answer
105
views
arduino beginner documentation help
I plan to buy these 2 products to begin to play with arduino to learn.
Board with LCD touch
Yun board expansion
I have a mega 2560 which i bought with a starter kit and i love to play with. I have not ...
29
votes
8
answers
39k
views
How can I get a unique ID for all my Arduino boards?
Once you have uploaded a sketch to one of your Arduino boards, it is hard to know exactly what source code led to that sketch.
Indeed, you may change the source code of your sketch on your PC without ...