meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3k stars 719 forks source link

How to get the BT pin? #137

Closed vaderj closed 4 years ago

vaderj commented 4 years ago

OS: Win 10 1909 Using esphome-flash-1.2.0-windows-x64.exe, after completing the writing of :

firmware-ttgo-lora32-v2-US-0.6.3.bin

to a TTGO T-Beam, I receive the following output (after clicking "View Logs")

image

Am I looking in the wrong spot? I looked through the forum and I didn't see anything that looked related

vaderj commented 4 years ago

I realized that I had not written the correct firmware, but even after writing the tbeam firmware, the BT Pin is NOT printed to the diag output that is visible from the ESPHome util.

I tried looking at the port via Arduino Serial Monitor but none of the speeds resulted in readable text.

I was just trying to verify the hardware booted before I soldered stuff up, and just applying manual pressure with the screen allowed me to see the Bluetooth Pin and verify the devices, at least BT and firmware, worked.

Thats for such an awesome project! I hope to be able to contribute in some form soon!

geeksville commented 4 years ago

Hmm - based on your original screencap, it looks like you might be talking to the device at 115200 baud. Try 921600 - that's the baud rate our appload uses - I bet you'll see a lot of messages.

On Sat, May 16, 2020 at 4:24 PM vaderj notifications@github.com wrote:

I realized that I had not written the correct firmware, but even after writing the tbeam firmware, the BT Pin is NOT printed to the diag output that is visible from the ESPHome util.

I tried looking at the port via Arduino Serial Monitor but none of the speeds resulted in readable text.

I was just trying to verify the hardware booted before I soldered stuff up, and just applying manual pressure with the screen allowed me to see the Bluetooth Pin and verify the devices, at least BT and firmware, worked.

Thats for such an awesome project! I hope to be able to contribute in some form soon!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/meshtastic/Meshtastic-device/issues/137#issuecomment-629718835, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXB2OJF7NGCLFDEM434J3RR4OCJANCNFSM4NDB7LQQ .

vaderj commented 4 years ago

I don't see a way to change the write speed in the ESPHome-Flasher in Windows,