Refers to the sum total of software, circuit diagrams, documentation, libraries, and hardware that make up an Arduino based application.
1
vote
1answer
13 views
USB 1.1 Low Speed project for Arduino UNO/ATmega328P to learn USB protocol
Arduino UNO is 5V, 16 MHz.
USB 1.1 Low Speed spec operate:
at 5V level - so we avoid to maintain voltage level
at 1.5 Mb/s - so we have 16/1.5 ~= 10 instructions per elementary protocol signal
Is ...
0
votes
0answers
35 views
Is there an evidence or evaluation of using Arduino in curricular way?
I am looking for an empirical evidence, preferably a scientific paper or something like that, which proved using tools and methods of physical computing in classes of secondary education level. I know ...
0
votes
2answers
96 views
Want to build a radar alert system with Arduino
New to all this. I bought a Arduino Uno recently and a Ultrasonic distance sensor. My moms cats keep walking down into the basement and doing there...business. Anyways, I want to create a radar system ...
0
votes
0answers
182 views
7 Key Educational Piano with Capacitive Sensor
I am working on a project for grade 10 computer science. I am supposed to make a piano that has 7 keys using a capacitive sensor, and the piano is supposed to teach you songs like Twinkle Twinkle ...
0
votes
3answers
182 views
What project design tools are available?
What do you guys use for project designing?
I just found out about AutoDesk's 123D Circuits, which is nice but I wonder if there is something with more components, tools, etc?
For example, I can add ...
0
votes
1answer
168 views
infrared interuption counter project using Arduino
I would like to kindly request if this kind of project is possible using Arduino motherboard. If yes, what would be the tools to use.
Thanks in advance.
1
vote
1answer
103 views
How has Arduino been used in the classroom?
I remember seeing Primo, this robot that is based on Arduino and serves to teach kids to program. My interest in the platform comes from there, but it is always nice to learn about other cool ...
32
votes
5answers
7k views
How to organize my Arduino projects' structure for easy source control?
It's been a long time I've been looking for a good answer to this question.
Typically, any Arduino project but the simplest one will include:
The main source code file MyProject.ino
Libraries ...