All Questions
Tagged with arduino-pro-mini arduino-pro-micro
5 questions
1
vote
1
answer
322
views
How to trigger NodeMCU sketch from Arduino Leonardo Micro Pro?
So this is probably a very simple question. I have my NodeMCU set up and working where it connects to wifi and sends a push notification. Currently it does that automatically when connected to power.
...
0
votes
1
answer
466
views
Arduino for kids toy with Battery (safe), Can Arduino overheat the Battery with long running code [closed]
I am making a learning toy which kids can play with and learn basics of programming. But i am tired of keep replacing the AA batteries as they run out in few days. So i am thinking of using ...
0
votes
1
answer
410
views
Use Arduino pro micro to program pro mini?
So I got a pro micro and 2 pro minis and I was wondering if I could use the pro micro to program my minis? Anyone has any links or guides on how to do this, if at all possible?
16
votes
4
answers
43k
views
All the differences between Arduinos: Pro Mini & Pro Micro
I'd like to know the differences between these two boards: Arduino Pro Mini and Arduino Pro Micro.
Even if I've read this and this related post, it is not clear enough. I've always used the Arduino ...
4
votes
1
answer
601
views
Arduino stopwatch, which board to use?
I am planning on making a simple stopwatch with:
A display
One or two additional buttons to start the stopwatch and stop the stopwatch and
maybe reset it.
The problem is that it has to be as small as ...