ESP01 Serial communication
Posted: Sat Dec 26, 2020 10:10 am
I was asked to have a look at a depth sounder (SonarPhone) that was modified to have a wider signal.
This unit used to work fine, but now the signal is to weak to work with. max 25 meters I guess.
First I thought the modified antenna on the print was gotten lose, but after a quick inspection this wasn't the case. To be sure I soldered a new antenna cable to it - but as expected this doesn't improve anything.
My electronic skills are not that strong in the HF, but so isn't my programming either. But we are learning....
I soon came to the conclusion replacing the whole transmitting board with a new one would give me the best and fastest result...But I think I was wrong.
I ordered a couple of ESP01's and 07's I believe - but intentioned to work with the 01.
Originally there is a 3v3 supply, GND, TX, RX - so basically the same as on the ESP's. That would be an easy replacement.
Now after a lot of trial and error the unit isn't working how it should. I get the ESP in AP mode. I have uploaded a few codes that read RX and print TX but it isn't working...
In the Arduino IDE I cannot see what is happening, all is blank.
Checking the functions in the android app is soon telling me that "Not Connected to SonarPhone Wifi" and thus gives no information.
Connection the old board to the print and the app is working again.
Now I'm not sure how to cope with this. I do not now how the app is 'started', I don't know in what protocol it is written. (expecting http?) I was so unknown to think input->output and nothing has to be adjusted.
How to proceed with this, all help is appreciated
Jaap
The Netherlands
This unit used to work fine, but now the signal is to weak to work with. max 25 meters I guess.
First I thought the modified antenna on the print was gotten lose, but after a quick inspection this wasn't the case. To be sure I soldered a new antenna cable to it - but as expected this doesn't improve anything.
My electronic skills are not that strong in the HF, but so isn't my programming either. But we are learning....
I soon came to the conclusion replacing the whole transmitting board with a new one would give me the best and fastest result...But I think I was wrong.
I ordered a couple of ESP01's and 07's I believe - but intentioned to work with the 01.
Originally there is a 3v3 supply, GND, TX, RX - so basically the same as on the ESP's. That would be an easy replacement.
Now after a lot of trial and error the unit isn't working how it should. I get the ESP in AP mode. I have uploaded a few codes that read RX and print TX but it isn't working...
In the Arduino IDE I cannot see what is happening, all is blank.
Checking the functions in the android app is soon telling me that "Not Connected to SonarPhone Wifi" and thus gives no information.
Connection the old board to the print and the app is working again.
Now I'm not sure how to cope with this. I do not now how the app is 'started', I don't know in what protocol it is written. (expecting http?) I was so unknown to think input->output and nothing has to be adjusted.
How to proceed with this, all help is appreciated
Jaap
The Netherlands