Chat freely about anything...

User avatar
By madej
#37985 Hello!

I've ESP-01 board. In my program i wanted to read supply voltage, so i need to change 107 byte of esp_init_data. I do this by read 128 bytes from address 0x0007c000, change 107 byte from 00 to FF and write that file at the same address. And my program start getting correct readings, but...
During boot I've got massage "system param error" and about 70 lines of "FF FF FF ..." then my program starts.

Its not big problem during evaluation but transmit this "FF..." takes about 2 sec what will may be little problem in my application.

Anyone have idea whats is wrong and what can i do whit this?
Thank you for your help!
User avatar
By krzyspx
#50319 I need a program that measures and voltage at pin A0 and internal VCC. I want to do this by changing by the program the value of byte [107] a read A0 next changing again i read VCC but do not know how to do it. Could you post a piece of code ?