i found my way to this Forum because of the great CCC Talk. I had to order a box for … erm … my son.
Im Interested in setting up teddyCloud. Iam more of a Software guy, so im pretty new to dumping flashs from ESPs. And thats where most of my questions are.
I didnt open the box yet. I have just connected it to the Internet and made the tonies Setup so it can update its Firmware.
I have found this page where the Dumping of the certificates is mentioned:
Then there is the mention of jumper J100. Is there a picture of where to find it? And how do i reset the box? Is the board in this state still connected to the battery pack and running “normally”?
After that there is a mention of serial monitor. What is that and how do i check things with it?
Can someone tell me which commands to run in esptool, when succesfully connected to the board with the UART?
And my last question. Is there any UART recommended to do all this or any Hardware needed other than just the UART?
This got much longer than expected. I hope i did not miss anything in the documentation. Thanks in advance.
Maybe these questions also need to be answered in the Ultimate Noob Guide , because thats where i see me in the Hardware Category:D
Please first check, what kind of box you have. It may be a v1-v4.
Then you can follow the wiki for your type of box
On this ESP32 board, I already soldered sockets onto the important places. J100 is one of the soldered jumper double pins.
Just cut the power and reconnect battery, powersupply or both. If J100 is shorted, the box won’t boot and the LED will stay off.
You don’t necessarily need to use the esptool. You may use the teddyCloud interface for that.
You only need a 3.3V USB-UART for the CC3200/ESP32 boxes and some (jumper) wires, maybe a clamp. Really depends if you want to solder something onto your box or not. For the CC32XX it is a bit different…
My Uart to USB device has arrived and i have now opened my Box.
I did not try to get the certificates yet, but i took some Pictures, because someone was looking to update the documentation with non modified pictures.
Iam not sure where i have read this, but i post them here in hopes that the person who was looking for this finds this post.
Just to make sure i have the correct Hardware. This Device should work, right? Because the Browser did not find any compatible devices. Chrome and Edge had the same problem.
I will try again later and i will also try to make some photos for the documentation if i remember. The things I did so far (maybe I did something wrong):
I did some fiddling around but had no luck.
I did try to change RxD and TxD, i tried getting it to show up in VSCodes Serial Monitor, but it doesnt even show up in the Ports listing.
Did I do something wrong or did i maybe buy the wrong USB Adapter?
If the USB-UART doesn’t show up it is either a driver problem (unlikely, as they most run out of the box) or the device is defective.
You may try to connect the USB-UART first, then power your box or vice versa.
You may also try arduino to check it with the serial monoitor
I did not get a readable Output there. For me it was enough, that the Port showed up and i could then try it in the Browser.
But i did need multiple attempts to write back the modified bin.
after some new tests - it worked at the website if i use google chrome.
But flashing back (als mentioned at the beginners guide here) was only possible by the phython-tool.
I just went trough the description, using same UART and clamp tools from above and tried the python script, the browser flashing tool doesn’t work for me. J100 bridged successfully.
I ended up with errors, mostly that serial communication stopped due to bad connection e.g. noise
Steps I have checked:
Drivers are ok
Switched cables provided by UART USB and the clamp
Tried batterie power and power support
J103 config from left to right Tx Rx GND
tried different USB ports
tried desktop pc (win11) and laptop (win10): both with same or equal error
baud rate reduced to 115200 and 9600 without success, same errors
Any hints?
I have checked the documents from esptool on error but not really helpful, to generic answers.
On the pictures from Kuchen0815 the UART USB tool has no 3.3V connected (same as mine) is this ok?