Search found 8 matches

by antonjung
Fri Aug 23, 2024 7:27 am
Forum: ESP32 Arduino
Topic: THIS APP CAN'T RUN ON YOUR PC
Replies: 4
Views: 1263

Re: THIS APP CAN'T RUN ON YOUR PC

Output from compile in verbose mode ... C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\Test Engineer\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program...
by antonjung
Thu Aug 22, 2024 12:13 pm
Forum: ESP32 Arduino
Topic: THIS APP CAN'T RUN ON YOUR PC
Replies: 4
Views: 1263

THIS APP CAN'T RUN ON YOUR PC

I have installed aurduino ide 1.8.18 on a windows 11 machine. I can run the ide ok but when I try to compile or verify a sketch I get a big blue box which says "THIS APP CAN'T RUN ON YOUR PC" To find a version for your PC, check with the software publisher I have tried running as administrator and a...
by antonjung
Thu Jun 27, 2024 9:40 am
Forum: General Discussion
Topic: Enter download mode programmatically
Replies: 0
Views: 872

Enter download mode programmatically

Is it possible to put the esp32 into download mode from a sketch rather than by pressing the buttons ?
by antonjung
Mon Apr 29, 2024 10:57 am
Forum: ESP-IDF
Topic: FATFS Write fails when GSM module present
Replies: 7
Views: 1017

Re: FATFS Write fails when GSM module present

Change TX_PIN from 12 to 15 and that seems to have done the trick.
Thanks for you help
by antonjung
Wed Apr 24, 2024 8:36 am
Forum: ESP-IDF
Topic: FATFS Write fails when GSM module present
Replies: 7
Views: 1017

Re: FATFS Write fails when GSM module present

The pin set up is as follows :-

#define SIM800_RX_PIN 13
#define SIM800_TX_PIN 12
#define SIM800_RST_PIN 14
by antonjung
Tue Apr 23, 2024 2:39 pm
Forum: ESP-IDF
Topic: FATFS Write fails when GSM module present
Replies: 7
Views: 1017

Re: FATFS Write fails when GSM module present

I'm not sure if this might also be a clue, but when I try to upload sketches it will only work if the GSM module is not connected.
When it is connected I get the following message :- A fatal error occurred: MD5 of file does not match data in flash!
by antonjung
Tue Apr 23, 2024 1:51 pm
Forum: ESP-IDF
Topic: FATFS Write fails when GSM module present
Replies: 7
Views: 1017

Re: FATFS Write fails when GSM module present

Possibly, however the unit is being powered by a separate power supply. The input voltage is 11+
by antonjung
Tue Apr 23, 2024 9:50 am
Forum: ESP-IDF
Topic: FATFS Write fails when GSM module present
Replies: 7
Views: 1017

FATFS Write fails when GSM module present

I am using an ESP32 with a connected GSM (SIM800L) module. I use FATFS to manage the on board files. When the GSM unit is not connected it can read and write data without a problem When the GSM unit is connected it reads but the write does not happen. There are no error codes returned but no data is...