Amazingly, it was a solder problem on the TX line. I installed a 0 Ohm resistor across RX and TX, and apparently the one side of the TX resistor was iffy, not sure how and it was generating the issue. I swapped the resistor and we're back in the game
Thanks for everyone's help!
Search found 5 matches
- Sun Mar 25, 2018 1:00 am
- Forum: General Discussion
- Topic: Factory app parition not bootable.
- Replies: 7
- Views: 14185
- Thu Mar 22, 2018 2:44 am
- Forum: General Discussion
- Topic: Factory app parition not bootable.
- Replies: 7
- Views: 14185
Re: Factory app parition not bootable.
Hey Guys I updated the toolchain and grabbed an updated version of esp-idf, I'm still running into the same issue, here is a full listing from terminal. esptool.py v2.3.1 Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)... esptool.py v2.3.1 Connecting.... Chip is ESP32D0WDQ6 (re...
- Thu Mar 22, 2018 12:47 am
- Forum: General Discussion
- Topic: Factory app parition not bootable.
- Replies: 7
- Views: 14185
Re: Factory app parition not bootable.
Thanks for the suggestions: Make Size returns: Total sizes: DRAM .data size: 11092 bytes DRAM .bss size: 26944 bytes Used static DRAM: 38036 bytes ( 142700 available, 21.0% used) Used static IRAM: 71832 bytes ( 59240 available, 54.8% used) Flash code: 465497 bytes Flash rodata: 80080 bytes Total ima...
- Wed Mar 21, 2018 2:03 am
- Forum: General Discussion
- Topic: Factory app parition not bootable.
- Replies: 7
- Views: 14185
Factory app parition not bootable.
Hey Guys I designed an ESP32 board based around the ESP-WROOM-32 module. When I upload the example blink code to my board and run make monitor, it works fine, but when I upload my own project, it flashes perfectly fine, but when I run make monitor I get: I (296) esp_image: segment 6: paddr=0x000a976...
i2c issue
Hey Guys Hopefully this is the right area of the forum to post this. I have some i2c code that uses pin 22 and 21, when I connect a scope to the pins in question I see no data coming from the ESP32, this is my code: #include <driver/i2c.h> #include <esp_log.h> #include <freertos/FreeRTOS.h> #include...