Top new questions this week:
|
My Arduino Uno is running out of memory to support my script (yes, I've tried several ways of optimize it already: PROGMEM, EEPROM, no Strings, and so on), so I would like to upload my script to my ...
|
In the current project I'm programming simultaneously an UNO board and a Leonardo one.
Switching back and forth between the two boards in the Tools menu takes too much time because of the other 18 ...
|
This is a visualization of my Arduino connections:
I wish to read the data using the Capacitive sensor Library. iv'e tried the following code but variables total1, total2, total3 always have the ...
|
I am trying to use the millis() function to turn on a pin for a specified interval then turn off and turn on a second pin. It is intended to power a relay and offer a visual cue to when the cycle is ...
|
I would like to control 2 motors with the Arduino Uno board, which provides only two interrupt pins on digital 2 and 3.
I've set one encoder using these pins, and it works. What do you think about ...
|
I have an Arduino project that has 15 different output pins set. Some are currently attached to devices and others are not. Will testing my program cause a problem / damage if it sets pints to HIGH ...
|
I want to make a circuit that control speed of DC fan Using Arduino PID Library to get thing at specific temperature.
The circuit looks like this but can be changed, The dc fan motor connected to ...
|
Greatest hits from previous weeks:
|
In a similar way to the question "best way to determine if a 5 gallon water jug is getting empty", I'm looking for a way to measure water in a container. This is so it can be connected to an Arduino ...
|
I would like to start the development of some basic Arduino projects but I don't own an Arduino board yet. Is there a way I can write my code and emulate/test it using a desktop computer so after my ...
|
Can you answer these?
|
I have a project using the RC522 RFID module with my Arduino Uno board and miguelbalboa's rfid library. The example code and every other code I find on the internet work pooling the device in order to ...
|
My question is similar to this one: Motor shield and wireless transceiver compete for same pins
But not exactly the same!
I would like to know if the solution is as practical, though.
I have an ...
|
I am trying to send and receive data using I2C between an Arduino Uno and an ATTiny85. The Arduino Uno is using the Wire library. The ATTiny85 is using the TinyWire library and is programmed (and ...
|