shajek

Results 12 comments of shajek

any update or plan for out of box software serial? or some complete tutorial how do get it work now. Thank you (if not, that please write some verified I2C...

this error show on Odroid XU4 too from command cat /sys/class/net/eth0/speed i get 10000 instead of 1000 ``` [core-ssh ~]$ cat /sys/class/net/eth0/speed 10000 ``` in IP command there is no...

Bad sectors are not issue. I have 5+ new eMMC (red PCB with blue dot) and tens of used and all have same problem. Only way to make work eMMC...

When i flash 6.6. I upgrade it from HA (or OTA as you preffer) to 7.6 and next 8.2 without issue and normally booting. When i flash 8.2 I dont...

I mention it [here](https://github.com/home-assistant/operating-system/issues/389#issuecomment-1165777126) in my case when I boot with with eMMC and SD pluged, i have mmcblk0 as SD and mmcblk1 as eMMC - oposite of that example....

Yop, i think like you. This "battery node" cannot act like a relay (maybe yes, when broker send to all battery nodes same sleep time). But yep, is useless to...

Something like this ` python.exe send_ota.py --bin firmware.bin --broker your.broker.eu --user test --password test123 --topic esp8266- --node 123ef12 `

finally is error that b64d must be decoded. I try it modified with this fix, and it works on Python 3.6.3

``` # -*- coding: utf-8 -*- #!/usr/bin/python3 from threading import Thread import tkinter as tk from tkinter import ttk from tkinter import filedialog import paho.mqtt.client as mqtt import os import...

``` # -*- coding: utf-8 -*- #!/usr/bin/python3 from threading import Thread import tkinter as tk from tkinter import ttk from tkinter import filedialog import paho.mqtt.client as mqtt import base64, hashlib,...