
botronics's instructables
Achievements
- botronics commented on mvencelj's instructable Hack a Picnic Cooler (into a Thermostatic Chamber)
- botronics commented on mvencelj's instructable Hack a Picnic Cooler (into a Thermostatic Chamber)View Instructable »
I protoboard the circuit to check it's operation. Substituted leds for the relays and added the buttons and LCD (Sharp LM16255, without the extra buttons). I can get it to display to the LCD and change the set point. The LCD always show it in the "OFF" state and I can move the setpoint up and down. Both temps displayed move up and down as the same value. Doesn't seem to report the chamber temperature. I know the sensor works. I added a print statement to display the temperature variable at the serial port and it moves if I warm the sensor. Yet, the leds that simulate the relays always remain on. Doesn't seem to get out of the OFF MODE. What's wrong?
- botronics commented on mvencelj's instructable Hack a Picnic Cooler (into a Thermostatic Chamber)View Instructable »
I like this project and want to build to test temperature drift of electronic circuits and references. I am thinking of using mosfets instead of relays to switch polarity to the Pelter device configured as a H bridge. This will eliminate sound of clicking of relays. May also consider a PID loop to stabilize temperature, if it is needed. An H bridge control IC may integrate quite nicely. You meantioned something about an upgrade. Have you done this yet?
- botronics commented on r.vlad's instructable Arduino - Door Event LoggerView Instructable »
If you change const int chipSelect = 10; // for SDcard, you can use a Arduino Logger shield such as one from Deek-Robot. Saving time in wiring up a logger. You can get those board really cheap from Amazon.
- botronics commented on botronics's instructable Build a Wind Harp!
Yes you can. Mount the strings on a box and use it as a sound box. Google windharp and view some youtube videos. I even saw someone make a windharp out of a wooden crutch.
I published sounds on soundclicks if you would like to hear what this windharp can do.https://www.soundclick.com/bands3/default.cfm?bandID=789629
View Instructable »Ive only used magnetic pickups that i have made.
- botronics commented on electron_plumber's instructable An LED You Can Blow Out Like a Candle!
I used a 2N4401 transistor and got the 12v off the Vin on the Arduino Uno, which is powered by an external 12V power supply.
View Instructable »I wanted to avoid drawing more current through the Uno's 5 v regulator. They can get hot easly since I'm using a $3 clone Arduino.
- botronics made the instructable An LED You Can Blow Out Like a Candle!View Instructable »
I used a transistor to deliver current to the led to take the load off the Arduino’s MCU. I also added an RC filter ahead of the adc. The stability and sensitivity was greatly improved. The schematic is shown below.
- botronics made the instructable Add a Remote Control to Just About Anything!View Instructable »
The 12v remote module also comes in a AC version at Banggood. It will fit in a outlet box with a duplex outlet. Very handy for turning lights on and off. I mounted the module on a piece of insulating material and tucked it under the outlet.
- botronics commented on shansa wu's instructable LinkNode R4: Arduino-compatible WiFi Relay Controller Powered by LinkSpriteIOView Instructable »
I've had Linksprite Relay R8 board work for about a year. Now the linksprite.io site is not assessable. Can't log in. So now my board can't connect. Is there a recent problem with this site?
- botronics commented on Mohannad Rawashdeh's instructable BH1750 Digital Light SensorView Instructable »
It appears the module will work on 5 volts. The board has a 3.3 volt regulator and logic level converts on-board. You can see that on the schematic you posted. Only the IC by itself you want to run on 3.3 volts. So why are you using a CD4050?
- botronics commented on Ardumotive_com's instructable Arduino IOT: Temperature and Humidity ( With ESP8266 WiFi)View Instructable »
It will work with a DTH-11 if you change the #define to DTH11. I found the DTH-11 to be a unreliable sensor and suggest you use a HDC1080. You will need to use the libaray from Closedcube and some of ther example code.
- botronics commented on Ardumotive_com's instructable Arduino IOT: Temperature and Humidity ( With ESP8266 WiFi)
By the way, data shows up within seconds at Thingspeak.
View Instructable »I was able to expand out the code to read other sensors such as light and LM34 temperature sensors. Just add additional fields. I had a problem with character transmission if the value was less than 10. Any additional fields being sent after a low value sensor will not be graphed. It will just make a gap till the value come above 10. This was a problem when I was using a light sensor such as a CDS cell. I found if you not use the dtostrf command and just send the value as a floating variable, it work with numbers approaching zero. I also used a DTH-11 as a sensor and they are unreliable and noisy. Will be using a HDC1080 instead. I also discovered that time scales do not match across data fields. Yet they do when the graphs are zoomed and compared.
- botronics made the instructable Arduino IOT: Temperature and Humidity ( With ESP8266 WiFi)View Instructable »
I made a special pc board to connect the WiFi module and sensor. I also have a LM317 for a 3.3 volt power supply. I added a divider to lower the voltage from the Uno’s Tx to protect the module.
- botronics commented on Ardumotive_com's instructable Arduino IOT: Temperature and Humidity ( With ESP8266 WiFi)View Instructable »
How long does it take for data to show up on my account? I built it, loaded the code and have not seen data yet. The ESP8266 give a blue blink (is that a good sign?) so I think its working.
- botronics commented on Akshay Jha's instructable Wireless Remote Using 2.4 Ghz NRF24L01 : Simple Tutorial Using of NRF24L01 & Arduino
I made it using the module shown and the high power one too. Both from Banggood. Both worked first time. Recommend using the power board too.
View Instructable »Thank you for posting that code. I had the same error. Now it works perfectly.
- botronics commented on ludionis's instructable Creating You Own USB CablesView Instructable »
You can get USB connectors and shells really cheap at banggood.com. No need to chop up other stuff.
- botronics made the instructable Voice-Controlled Clock With Arduino (no WiFi, No PC)View Instructable »
The clock fits well inside a speaker box. I used a 3 watt PAM digital amp to drive the speaker. Next I added an external electret to the ext. mic jack. I've tried several electret microphones, but get nowhere the same sensitivity as the one on the board. Because the board is inside a box, I can't use the on-board microphone. Apparently, when using an external mic, the signal does not go through an auto-adjusting gain amplifier like the on-board microphone does. Since I'm warned not to add a pre-amp, how can I get the same response like the on-board mic can provide? I would like to speak to MOVI from about 3 feet and not up very close to the microphone.
- botronics commented on GeraldF6's instructable Voice-Controlled Clock With Arduino (no WiFi, No PC)View Instructable »
I just put one together with the board I purchased at Maker Faire. Works very well. Added relay control and humidity/temperature sensor. For the RTC, I used a logger shield for the Arduino. It has a DS1307 ic and SD card slot. When I get this in a box, I will post photos. Thank you for posting this project.
- botronics commented on eirik.hm.1's instructable LSM303DLHC Accelerometer and Magnetometer ExplorationView Instructable »
I wonder if this device is sensitive enough to detect geomagnetic storms during solar flares and CME events. Run a chart and make a corelation with events posted at spaceweather.com to make a confirmion.
- botronics commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0View Instructable »
One thing I'm finding is once the battery reaches the low voltage point and is discharged, the program does not stop. When the cell voltage recovers, the program will reconnect the load resistor and continue to recycle. If left unattended, it may damage the battery. I would like to see the program disconnect the load and stop.
- botronics commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0View Instructable »
Answered my own question. Moserial for Ubuntu works very well to log data from Arduino.
- botronics commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0View Instructable »
Is there a way to save the serial data into a file with Ubuntu?
- botronics commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0View Instructable »
I'm ready to make one. Will be using a Arduino Uno Relay board I designed. Slight mod to the program will be required. With a relay instead of a mosfet, this completely disconnects the battery after discharge. I can even eliminate A1 adc channel, If I can understand how the program works. This will be a fun project.
- botronics commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0View Instructable »
I like it. Will probably make it soon. I have some 14500 lithiums to test. Are you working on V 2.0 yet?
- botronics commented on Cicko's instructable Precise battery capacity testerView Instructable »
This looks like a nice project to test lithium cells. I would like to see it disconnect the battery at a higher voltage such as at 2.7 so as not to damage the cell. Also I would probably change the discharge current to 250 milliamp for testing 14500 cells. Especially when testing low capacity "fake cells".
- botronics commented on cornelam's instructable Arduino Servo MotorsView Instructable »
Can I use any of the analog pins (A0-A5) to connect a servo?
- botronics's instructable Convert 3-AAA Flashlite to Lithium's weekly stats:
- botronics commented on botronics's instructable Convert 3-AAA Flashlite to LithiumView Instructable »
Oops, 14500 cells. My mistake. One thing I wish is that Instrucables would allow the author to make edits on their own posts.
- botronics commented on botronics's instructable Convert 3-AAA Flashlite to Lithium
Some people have used a small neo-magnet disc as a spacer to stick to the battery.
Great idea using a 3D printer. I you got one use it.
View Instructable »The Utiltech flashlight I use an example, will start to dim around 2.7 volts and become obvious charging is needed. I don't think it has any voltage conversion circuity inside. Some flashlights can still be bright at really low voltages that could be a danger to the cell. So a protected cell is a good idea. I just charge my cell every few weeks to keep it up.
- botronics commented on botronics's instructable Convert 3-AAA Flashlite to LithiumView Instructable »
Did you have to modify the flashlight to fit the 18650?
- botronics commented on botronics's instructable Convert 3-AAA Flashlite to LithiumView Instructable »
The lithium cell shown is a common lithium ion 14500 Ultrafire that charges at 4.2 volts. The 18650 you mentioned will not fit the flashlight and can't be used. Only use a 14500 size cell. When in use, the cell voltage will be about 4 volts.
- botronics commented on station420's instructable Sound Ranging for the Visually Impaired using Arduino Prototype Design Concept
To make it work, we need the library Ultrasonic.h. Where might I get that?
View Instructable »I was able to find Ultrasonic.h at Github. When you compile, the IDE will say it can't find WProgram.h. The only way to fix that error is go into Ultrasonic.h and Ultrasonic.cpp and change WProgram.h to Arduino.h. Make the edit and save. After that it will work.
- botronics commented on andrew mcneil's instructable Blade Antenna for 2.4GHzView Instructable »
Can it be made to work on both 800 and 1900 mhz by making one of the dipole pairs larger?
- botronics commented on botronics's instructable PVC Hiking StaffView Instructable »
That's correct, Sorry for any confusion.
- botronics commented on techbitar's instructable Cheap 2-Way Bluetooth Connection Between Arduino and PCView Instructable »
The protocol is different with iOS. I got s low cost Android tablet to experiment with.
After three days of my weekend time, I found an error in your code that finally allowed the code to work. You can't use an "=" sign when comparing two variables in an IF statement. Otherwise it will make two variables the same. Use "==" instead. if(Tc=Td) { //hysteresis comand = 0; it has to be: if(Tc==Td) for comparing Tc and Td.When I ran the program, it was stuck in the OFF mode.