Search found 79 matches
- Tue Apr 07, 2020 10:40 pm
- Forum: ESP-IDF
- Topic: Interworking flag for iOS
- Replies: 1
- Views: 4745
Re: Interworking flag for iOS
Bump, Anyone?
- Mon Apr 06, 2020 1:41 am
- Forum: ESP-IDF
- Topic: Interworking flag for iOS
- Replies: 1
- Views: 4745
Interworking flag for iOS
Hi All, We have configured the esp32 as a BLE peripheral that setups a WiFi AP that we then connect to with a user's phone. We have run into some issues when developing our iOS app. We are currently talking to apple about these issues because we believe they are bugs in iOS as the same issues are no...
- Sun Jan 06, 2019 7:19 pm
- Forum: ESP-IDF
- Topic: UART reception variable length message (no pattern)
- Replies: 2
- Views: 6527
Re: UART reception variable length message (no pattern)
Bumping to see if anyone can help with my question.
Cheers.
Cheers.
- Wed Dec 19, 2018 3:58 am
- Forum: ESP-IDF
- Topic: UART reception variable length message (no pattern)
- Replies: 2
- Views: 6527
UART reception variable length message (no pattern)
Hi All, I have a currently working uart messaging protocol that sends variable lenght messages between the esp32 and another microcontroller. I am wanting to change from the current method, which keeps the uart task very busy with small vtask_delay's, to an interrupt based reception. This is to prev...
- Thu Sep 27, 2018 2:29 am
- Forum: ESP-IDF
- Topic: Bin files still contain assert and code strings
- Replies: 4
- Views: 8474
Re: Bin files still contain assert and code strings
Bump, @ESP_Angus, any thoughts on this?
It seems to be related to the macro
It seems to be related to the
Code: Select all
ESP_ERROR_CHECK
- Tue Sep 25, 2018 2:11 am
- Forum: ESP-IDF
- Topic: Bin files still contain assert and code strings
- Replies: 4
- Views: 8474
Bin files still contain assert and code strings
Hey All, Trying to get small build binaries, and ultimately byte identical build repeat-ability on different computers, however i am running into some issues. I have tried to disable all logging, as well as more importantly removing the assert prints using the silent assert mode( and even with asset...
- Tue Mar 13, 2018 8:25 pm
- Forum: ESP-IDF
- Topic: UART baudrate sensitivity
- Replies: 2
- Views: 7054
Re: UART baudrate sensitivity
You might have to test out when the baud rate mis-match starts causing issues between the two processors.
Usually the lower the baud rate, the less of an issue this is.
4800 baud is pretty slow so you should be fine.
Usually the lower the baud rate, the less of an issue this is.
4800 baud is pretty slow so you should be fine.
- Tue Mar 13, 2018 8:23 pm
- Forum: Hardware
- Topic: A schematic for this dev board ?
- Replies: 5
- Views: 10555
Re: A schematic for this dev board ?
This dev board uses the standard Wroom32 module from espressif.
The code that is currently loaded into the Chip is the standdard hello world application in the espressif ESP-IDF on githib.
You should be able to load and program all the standard examples to this board.
The code that is currently loaded into the Chip is the standdard hello world application in the espressif ESP-IDF on githib.
You should be able to load and program all the standard examples to this board.
- Tue Mar 13, 2018 8:21 pm
- Forum: General Discussion
- Topic: ESP32 OTA via BLE
- Replies: 25
- Views: 50616
Re: ESP32 OTA via BLE
Also try making your connection interval shorter. this may improve the transfer time.
Out of curiosity approximately what is the update time once you increased the MTU to 500?
Out of curiosity approximately what is the update time once you increased the MTU to 500?
- Tue Mar 13, 2018 8:19 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939357
Re: What would you like to see in The Next Chip?
Thanks for the feedback @ESP_Sprite. Looks like there is going to be an even better chip coming the the next little wile (well at least little while on a new silicon timeframe..) One thing to mention about the USB 2.0 Perhaps if for the next chip adding a 2.0PHY is not possibly/practical, enabling a...