Hi !
I was sold out but I rebuild another batch. They are still available.
STBESP32
Search found 8 matches
- Sun Apr 14, 2019 7:56 pm
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
- Wed May 02, 2018 8:04 am
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
Re: JTAG Debugger that fits most ESP32 Projects
The debugger is able to do that. The ESP32 not.
- Mon Mar 26, 2018 6:42 pm
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
Re: JTAG Debugger that fits most ESP32 Projects
I'm curious though - what do you consider "too expensive"? I have a C232HM that works well with the ESP32, and they are US$26 (ex. shipping) each This cable has no level shifting but you are right in principle it works but not as reliable as a debug adapter with level shifting to the used ESP32 sup...
- Sun Mar 25, 2018 7:13 pm
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
Re: JTAG Debugger that fits most ESP32 Projects
Hi ! If I understood correctly, it supports USB/Serial programming + communication, and also JTAG debugging right? And both things can be connected at the same time? Yes, correct. You can use the serial connaection also not only for viewing printf outputs. You can use it also for sniffung e.g. a GPS...
- Wed Mar 21, 2018 7:22 pm
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
Re: JTAG Debugger that fits most ESP32 Projects
Hi! To be honest the project you mentioned was unknown to me. In principal they are similar. Mine is using real level shifters. That means it works reliable over the full ESP32 supply voltage range. The other one is only 3.3V. Mine is available, the other one is only a reference design. Regards, STB...
- Fri Mar 16, 2018 7:45 pm
- Forum: Showcase
- Topic: JTAG Debugger that fits most ESP32 Projects
- Replies: 12
- Views: 24598
JTAG Debugger that fits most ESP32 Projects
Not really a ESP32 project but this helps to realize an ESP32 project. This is why i want to share it with you. I found a lot of JTAG debuggers that could be used with the ESP32. But most of them are out of stock or discontinued. Others too expensive. So i decided to make my own JTAG debugger. It is...
- Fri Mar 16, 2018 7:22 pm
- Forum: Hardware
- Topic: A schematic for this dev board ?
- Replies: 5
- Views: 10481
Re: A schematic for this dev board ?
Hi !
Try this: https://www.hackster.io/johnnyfrx/esp32 ... ted-07ac5d
Not the schematics but definitely a good starting point.
Regards,
STB
Try this: https://www.hackster.io/johnnyfrx/esp32 ... ted-07ac5d
Not the schematics but definitely a good starting point.
Regards,
STB
- Mon Feb 12, 2018 4:39 pm
- Forum: ESP-IDF
- Topic: Eclipse Hint: Speed up building by enabling parallel build
- Replies: 0
- Views: 3651
Eclipse Hint: Speed up building by enabling parallel build
Hi ! By enabling parallel build you can speed up the build process a lot. Simply go to: Project -> Properties -> C/C++ Build -> Behavior tab (important to make sure you select the project) Check " Enable parallel build " Leave remaining entrys as they are. Apply, close and enjoy. On my Core i7-3720Q...