Ahh ok thanks i will order one so i can test the I2C.chegewara wrote: ↑Sat Sep 17, 2022 1:05 pmhttps://www.google.com/search?q=saleae+clone+8+channels
Some are under $10 and should be enough for I2C and other slow speed protocols (<10MHz).
Search found 8 matches
- Sat Sep 17, 2022 1:12 pm
- Forum: Hardware
- Topic: Esp32-s3 Custom PCB. I2C not working.
- Replies: 4
- Views: 2389
Re: Esp32-s3 Custom PCB. I2C not working.
- Sat Sep 17, 2022 12:05 pm
- Forum: Hardware
- Topic: Esp32-s3 Custom PCB. I2C not working.
- Replies: 4
- Views: 2389
Re: Esp32-s3 Custom PCB. I2C not working.
Can you use a scope or LA to look at the signals on the I2C pins? Hi, Thanks for your reply. I don't actually have one. Do you know of any cheap ones I can get just for this use? Would a picoscope work? "https://www.picotech.com/oscilloscope/2000/picoscope-2000-overview" as i have used these in col...
- Fri Sep 16, 2022 3:18 pm
- Forum: Hardware
- Topic: Esp32-s3 Custom PCB. I2C not working.
- Replies: 4
- Views: 2389
Esp32-s3 Custom PCB. I2C not working.
Hi Guys, I have been working on my own custom esp32-s3 epaper watch. I have manged to get it all working know apart from the I2C bus. I'm not sure why it is not working. I am using Arduino ide to program with the ESP32-s3 Dev board. I have tried to initiate all the sensors using normal wire and twow...
- Wed Aug 24, 2022 12:42 pm
- Forum: Hardware
- Topic: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
- Replies: 11
- Views: 24313
Re: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
Hm, not sure then... possibly you can run esptool manually with the --trace option to show where it goes wrong? Also just noticed if you look in screenshot below the SPIQ and SPID lines are the wrong way around when compared to this section in the esp32-s3 datasheet as seen in other pick below, whi...
- Wed Aug 24, 2022 11:51 am
- Forum: Hardware
- Topic: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
- Replies: 11
- Views: 24313
Re: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
Hm, not sure then... possibly you can run esptool manually with the --trace option to show where it goes wrong? Someone just mentioned to me in a discord that the flash mode that I am using is incorrect because they sent me this link "https://docs.espressif.com/projects/esptool/en/latest/esp32s3/es...
- Tue Aug 23, 2022 1:16 pm
- Forum: Hardware
- Topic: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
- Replies: 11
- Views: 24313
Re: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
Does this also happen if you force the ESP32S3 into download mode, e.g. by holding BTN2 on powerup of the watch? If i dont force the esp32-s3 into download mode it will just keep disconnecting from the computer and reconnecting. But once i do force the esp32-s3 into download mode it then stays conn...
- Mon Aug 22, 2022 5:11 pm
- Forum: Hardware
- Topic: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
- Replies: 11
- Views: 24313
- Sun Aug 21, 2022 12:36 pm
- Forum: Hardware
- Topic: A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
- Replies: 11
- Views: 24313
A fatal error occurred: Packet content transfer stopped (received 8 bytes) on EPS32-S3 PCB.
Hi Guys, I'm just wondering if i could get some help. I have been working on an esp32-s3 e-paper smartwatch and I have got an issue when trying to upload the code. This is the error "A fatal error occurred: Packet content transfer stopped (received 8 bytes)". You can also see it in picture below. I ...