This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tasmotabuild [2022/04/22 21:31] rklein |
tasmotabuild [2022/08/09 15:20] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[XiaomiHumiFlash]] | [[XiaomiHumiFlash]] | ||
| - | == Connect to tasmota via usb/serial == | + | === Connect to tasmota via usb/serial === |
| + | |||
| + | Make sure you have miniterm installed 'sudo apt install miniterm' | ||
| Connect the device directly vis usb or a serial to usb converter | Connect the device directly vis usb or a serial to usb converter | ||
| Enter `dmesg` too see which ttyUSB[X] device it is, where [X] is a number (probably 0) | Enter `dmesg` too see which ttyUSB[X] device it is, where [X] is a number (probably 0) | ||
| - | Crank `miniterm / | + | Crank 'miniterm / |
| - | Hack `Status 11` into the terminal and see the wifi params. | + | Hack 'Status 11' |
| If you need to reprogramn them prepare the following line in kate (or any other text editor): | If you need to reprogramn them prepare the following line in kate (or any other text editor): | ||
| - | `Backlog SSID1 yourwifi1; Password1 yourpassword1; | + | < |
| + | Backlog SSID1 yourwifi1; Password1 yourpassword1; | ||
| + | </ | ||
| + | |||
| + | Then copy and paste it into the miniterm and hit enter. | ||
| + | |||
| + | It should restart and connect to your wifi finally... | ||