ESP-01 - Need help on my project
Posted: Fri Nov 10, 2023 2:51 pm
I am building a DieselLogger unit which record and upload the fuel filling transactions.
The systems works perfect for approximately 15 times then suddenly it does not upload the transaction and corrupt some fields in the memory. I need then to setup the tank again also the wifi credentials.
My hardware setup is as follows : a PIC18F4550 processor (programmed with mikropascal), connected to a LCD display 16x2, and a 2MBit Memory chip and the ESP-01 (using only the AT commands), a relay to disconnect/connect the fuel line, and some status leds, and the flow sensor.
What the system does : Measuring the fuel tapped, record date,time,operator, vehicleregnr, km reading etc. Then it stores the transaction in memory plus upload transaction via local wifi by making http requests (running a php file) which insert the transaction to a MySQL database + sending an email.
As I said earlier - it works perfectly for a few transactions, then it stops sending data until I re-enter the wifi-credentials.
On the monitor I can see that it uses a funny SSID and Password not programmed to use.
Any ideas or support where I can start to find a solution?
Help will be much appreciated. Thank you.
The systems works perfect for approximately 15 times then suddenly it does not upload the transaction and corrupt some fields in the memory. I need then to setup the tank again also the wifi credentials.
My hardware setup is as follows : a PIC18F4550 processor (programmed with mikropascal), connected to a LCD display 16x2, and a 2MBit Memory chip and the ESP-01 (using only the AT commands), a relay to disconnect/connect the fuel line, and some status leds, and the flow sensor.
What the system does : Measuring the fuel tapped, record date,time,operator, vehicleregnr, km reading etc. Then it stores the transaction in memory plus upload transaction via local wifi by making http requests (running a php file) which insert the transaction to a MySQL database + sending an email.
As I said earlier - it works perfectly for a few transactions, then it stops sending data until I re-enter the wifi-credentials.
On the monitor I can see that it uses a funny SSID and Password not programmed to use.
Any ideas or support where I can start to find a solution?
Help will be much appreciated. Thank you.