Till Harbaum

Results 188 comments of Till Harbaum

Yes, that's what i meant in the previous posting. I'll try to send one of the enable commands as used with the color and tilt sensors to these and see...

Yes, it's the messages the Boost reports when connecting wedo sensors to it.

Sure. Even Amazon sells them. But they are the same price as the boost but have way less features.

Funny stuff is that wedo 2.0 uses the uuid of some led button service by nordic semiconducturs. Seems to me that the wedo still included a lot of demo code...

I'd simply send "0a004101000100000001" to a sensor connected to port C

On 4.3.2 the crash also happens but looks a little different: ``` Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. Core 1 register dump: PC : 0x400984ca PS...

Crashes pretty reliably for me. As I am juggling with the different IDF versions here: Can I request the IDF version it was built with from a running µP? I...

Indeed, there is some race condition or the like. This code works on 4.3.2: ``` import network, time station = network.WLAN(network.STA_IF) station.active(True) time.sleep(.1) station.ifconfig( ( '192.168.0.2','255.255.255.0','192.168.0.1','8.8.8.8' ) ) ```

But IMHO connecting to a network without DHCP will not be successful then.

I don't see a reason to start with 0 and arduino-lint also doesn't complain. It's IMHO just a matter of taste and why would we chaynge anything that's known to...