TheAustrian
TheAustrian
Yes, you can do that as you described (3.3V and GND) for the lower voltage LiPo batteries since the ESP8266's supply voltage range is 3.0V to 3.6V. If you use...
It's an RT9013, if the [schematics](http://www.wemos.cc/Products/images/d1_mini.pdf) are still correct, so a maximum of 250mV.
Hi, I'm using 1A 20V 1N5817 as diodes, but any with a maximum voltage above the solar panel and capable of handling its short circuit current should be fine. As...
@jestani Hard to say where it went wrong - you might want to check a) if you can access the php-page manually with your browser (espdata.php) - it should write...
Do you get any errors when you open the error console in the browser when you visit chart.html? Did you add the right database information in datafetch.php? Cheers, Alex
You can delete the multichart part of the code without problem, I just left it in in case someone wants to try it. So if you delete the following that...
I can't open the screen shots, unfortunately. Cheers, Alex
I'm getting a 404 error either way.
Yes, it was ok, though it seems you have an error with your table. The id should auto-increment, seems it's 0 for all of your values. Also the timestamps should...
I would also delete the old, incorrect data from the testing stage in the table (wrong timestamp, no real values) - that way you see if it's working after you...