Dennisv15's instructables
Tell us about yourself!
Complete Your ProfileAchievements
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year ago
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year agoView Instructable »
HiHow to do this I would not know, I use blynk myself but this project is entirely loose from BlynkGood luck, I hope you can make it work
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year agoView Instructable »
dont know... just add 30min in the code?
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year ago
HiOk thats easy.Add to the setup() function this: pinMode(yourdesiredpinnr, OUTPUT); where "yourdesiredpinnr" is for example 2 (means digital output pin 2)Connect the LED to this pin, the Anode/+ to the pin and use a series resistor of about 300 ohm, connect the Kathode/- to GROUND/GNDIn void loop() you add somewhere:if(WiFi.status() == WL_CONNECTED) digitalWrite(yourdesiredpinnr,HIGH ); else digitalWrite(yourdesiredpinnr,LOW );
View Instructable »Hi! That I dont know. I do make use in this project of a Ticker. This makes it possible to do stuff on an interuppt precision timing!
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year agoView Instructable »
Hi ArsS1I have no idea what you mean? Cheak?You want 1 pin to go high when wifi==connected, low when !wifi == connected?Cheers
- Dennisv15 commented on Dennisv15's instructable Acrylic Sheet RGB Glowing Weather Station With Indoor/outdoor/forecast Using ESP82661 year agoView Instructable »
HiI myself and others made this design using those gerbsrfiles. They are working... Just order at itead and it should be fine they made 10 pcbs for me as well from the same files
- Dennisv15 commented on Dennisv15's instructable Acrylic sheet RGB glowing Weather station with indoor/outdoor/forecast using ESP82661 year agoView Instructable »
I used itead 10x10cm prototype service you get 10 pcbs. The files required (gerber and drill files) are inside the instructable as a zip file. You upload that at itead and order
- Dennisv15 commented on Dennisv15's instructable Acrylic sheet RGB glowing Weather station with indoor/outdoor/forecast using ESP82661 year ago
Yes only not r7 and r8 because my oled panel has pullups onboard. It is all in the instructable
View Instructable »I always use https://www.itead.cc/open-pcb/pcb-prototyping.html
- Dennisv15 commented on Dennisv15's instructable Acrylic sheet RGB glowing Weather station with indoor/outdoor/forecast using ESP82662 years agoView Instructable »
Hahaha I wish I had so much time for updates!I did not see the updates to the weather station but now I know it I will ceck it!I did make something else, maybe interesting? A remix of a nice robothttp://www.thingiverse.com/thing:2086532
- Dennisv15 commented on Dennisv15's instructable Acrylic sheet RGB glowing Weather station with indoor/outdoor/forecast using ESP82662 years agoView Instructable »
Check the pinout of the 8266's maybe SCL and SDA lines are switched on them? So try to reverse your SCL and SDA linesBest regardsDennis
HiThats possible but keep in mind that the current consumption is rather high, about 100mA, so you end up recharging every day!CheersDennis