I'd like to start messing around programming and building something with an Arduino board, but I can't think of any great ideas on what to build. Do you have any suggestions?
相关问题
- Disabling interrupt in interrupt handler STM32F407
- Serving static html files using DefaultServlet on
- Android app not synchronized with Arduino Serial c
- Serial Communication between Arduino and Python, i
- How to check if uint8_t exists as a type, instead
相关文章
- infinite abort() in a backrace of a c++ program co
- Difference between arm-none-eabi and arm-linux-gnu
- Decode Base64 string to byte array
- Problem with time() function in embedded applicati
- Arduino not able to send serial data back
- XTEA encryption in PHP and decryption in C
- Terminating a voice call via AT Command
- Reading a Serial Port - Ignore portion of data wri
Bicycle-related ideas:
Other ideas:
I'm currently developing plans to automate my 30 year old model train layout.
This reverse-geocache puzzle box was an awesome Arduino project. You could take this to the next step, e.g. have a reverse-geocache box that gives out a clue only at a specific location, and then using physical clues found at that location coupled with the next clue from the box, determine where to go for the next step.
You could do one of the firefighting robot competitions. We built a robot in university for my bachelor's final project, but didn't have time to enter the competition. Plus the robot needed some polish anyway... :)
Video here.
Mind you, this was done with a Motorola HC12 and a C compiler, and most components outside the microcontroller board were made from scratch, so it took longer than it should. Should be much easier with prefab components.