I bought a TTGO T-beam v1.1 from aliexpress that should have come with the firmware preloaded.
I soldered on the screen and booted it up on USB power, connected to my laptop, no battery in the T-beam. Splash screen came up and then after a few seconds the device would reboot. Never got passed the splash screen.
So I updated the firmware to 1.1.50 and it would start up just fine. Then it would say, Joined: Unknown b094. What does this mean? What is it connecting to?
Then after a minute or so, it just says Critical error: 8! three times and then reboots. I updated the firmware again to the latest 1.2.5 and same behavior. Any ideas? I canât find a list of error codes anywhere here or in the github. Only other post with an error 8 had a response that maybe the hardware was bad/fried. I hope this is not the case!
I installed the meshtastic python library on my Windows 10 PC, and tried meshtasitic --info, but it says: SerialException: could not open port âCOM3â: PermissionError(13, âAccess is denied.â, None, 5)
Running the command prompt as admin doesnât make a difference. How do I enable this access in Windows to use python? I get the same error in the ESP flasher when I click to view logs, and Putty doesnât do anything when I click âOpenâ on the serial connection.
re: Joined: Unknown b094. What does this mean? What is it connecting to?
That means the node b094 joined the mesh. If you only have one device you now have a mesh with one member
re: what do the fault codes mean (a link is in this post):
re: Then after a minute or so, it just says Critical error: 8! three times and then reboots. I updated the firmware again to the latest 1.2.5 and same behavior. Any ideas? I canât find a list of error codes anywhere here or in the github. Only other post with an error 8 had a response that maybe the hardware was bad/fried. I hope this is not the case!
Based on someone elses comment, it may be that this test is too aggressive. It was contributed recently and possibly it has a bug. Iâll review the code more carefully over the next couple of days and unless it seems defintely correct, Iâll turn off this (too paranoid?) hardware failure check. Do you have two devices? so you could confirm that without this check everything seems to talk okay.