activity:arduino
activity:arduino


Author Comment Last activity Moderation
MadTinker "Thanks Chris (cfastie), That's an excellent point about checking the wires BEFORE soldering. I admit a bit of good karma was involved. Dave " | Read more » about 6 years ago
cfastie "This is a great trick. I have made a bunch of these. If you are doing this with a cheap USB cable, you might want to check the red and black wires ..." | Read more » about 6 years ago
warren "I also proposed this p5js sketch as an example for the p5js web editor: https://github.com/processing/p5.js-web-editor/issues/529 " | Read more » about 6 years ago
Tiago_Maciel "Where I find the libraries : include <SdFat.h> include <SPI.h> include <Wire.h> include <RTClib.h> include <Adafru..." | Read more » about 6 years ago
Tiago_Maciel "good tutorial!! Can I use HC-SR04 to data? " | Read more » about 6 years ago
zengirl2 "Whoah, my first! So exciting. :) " | Read more » over 6 years ago
warren "@warren awards a barnstar to Zengirl2 for their awesome contribution! " | Read more » over 6 years ago
incaking "/* Ph And Temperature Sensing Sample Code * ph meter sensor data reading * real time temperature monitoring Hardware List * 18B20 temperature s..." | Read more » over 6 years ago
shanlter "@shanlter awards a barnstar to incaking for their awesome contribution! " | Read more » over 6 years ago
shanlter "thanks! @incaking!!! 非常详细的说明文档~! 你可以把arduino的程序链接也上传一下吗? " | Read more » over 6 years ago
warren "Hi, this looks awesome! Do you have a link to the Arduino sketch (.ino) file you've used? " | Read more » over 6 years ago
cfastie "Ah, I see. Those keywords, DATE and TIME, refer to the time the sketch was compiled and are saved on the Arduino until a new sketch is loaded. Tha..." | Read more » almost 7 years ago
zoomx "As cfastie noticed this line RTC.adjust(DateTime((DATE), (TIME))); reset the RTC to the same time every... time the setup is fired that's because ..." | Read more » almost 7 years ago
cfastie "That would be terrific if a ferrite bead eliminated the noise I was seeing. My impression was that the bead was protection against radio frequency ..." | Read more » almost 7 years ago
pdhixenbaugh "I know that USB cables sometimes come with a barrel on them that's designed to reduce electrical interference, but I forget what it's called (I had..." | Read more » almost 7 years ago
cfastie "Thanks Ed, It's good to know there is hope for the Nano. That's an excellent thread you linked to. I might try removing the LED resistor and the r..." | Read more » almost 7 years ago
EdMallon "That lack of alarm is pretty irritating considering that the 1337 has them built in, and they could have simply used that chip instead. Watchdog ti..." | Read more » almost 7 years ago
xose "Amazing! I'll definitely give it a try ;) " | Read more » almost 7 years ago
cfastie "Xose, Thanks for pointing to those Grove I2C hubs. I had been pondering how to fork the I2C line. Here is my attempt to make an I2C hub from male h..." | Read more » almost 7 years ago
cfastie "I figured out what I was doing wrong with the real time clock. This line in a sketch: RTC.adjust(DateTime((__DATE__), (__TIME__))); will set t..." | Read more » almost 7 years ago
cfastie "A nice thing about DuPont jumper wires is that each wire has a separate connector. So pin pitch does not matter (if it is at least 0.1 inch, the Ar..." | Read more » almost 7 years ago
warren "I love that Grove sells premade wires of different lengths with those connectors on them. Are the pin "pitches" (isn't that what you call the spaci..." | Read more » almost 7 years ago
cfastie "That's a nice little I2C hub. Maybe it would be easy to make something like that for DuPont wires from strips of male header: But somebody would..." | Read more » almost 7 years ago
xose "Combined with this i2C hub even if not so cheap for it's function = no extra soldering. https://www.seeedstudio.com/Grove-I2C-Hub-p-851.html " | Read more » almost 7 years ago