Page 1 of 1

i need an expert to validate the code for ESP32 ARDUINO

Posted: Wed Sep 07, 2022 3:11 am
by silgmy
Hi,

My team has developed an ESP based Hardware having EC200 4G MODEM with inbuilt GPS facility

connected to UART, and an 8Mega Bytes of SPI Flash connected to the external SPI port.

The ESP32 used is ESP32WROOM 32D with 16Megabytes of Flash.

I am receiving bus ticketing data from a handheld device with LPC1768 MCU and ESP32 WROOM 32D

with 16Megabytes of Flash as Bluetooth Transciever.
I am ready to share my source code as PM.

The around 40% of the devices running with this source is having problem of facing abrupt halt while the device is operational.

Can anyone help me in this regard.

Reagds,
G.Muraly

Re: i need an expert to validate the code for ESP32 ARDUINO

Posted: Thu Sep 08, 2022 9:26 pm
by pipi61
The power supply/LDO/stepdown correct?
can it provide enough power/current?

Re: i need an expert to validate the code for ESP32 ARDUINO

Posted: Sat Sep 10, 2022 11:04 pm
by rodmcm
I assume that you are using classic bluetooth to receive data? If so have you has a look at the data stream? Have you implemented routines to make sure that all the bytes of a single message are transferred and received.
From my experience BT often breaks byte transfers and hence the receiver cannot process them.