James Cameron
James Cameron
> I thought that I replied to this yesterday via email but apparently my reply didn't get added to the thread. Off-topic; there have been reports of GitHub being down...
`#` means decimal radix for duration of the number. I don't know what the problem is, but I suggest a few things to consider; * PC is not aligned; should...
Same here; if the device I wanted didn't respond on the bus, I'd just try again with a range of addresses at the ok prompt. Almost always it was because...
On the ESP8266 I've a TCP command-line server similar to telnetd, usable with the telnet client on Linux, but with several functional limitations. It was enough for testing without a...
It should be possible to change it to work on the ESP32. Just depends on how much time you have. :grin:
> bits/libc-header-start.h: Datei oder Verzeichinis nicht gefunden File or directory not found. Looking at my own Ubuntu 18.04 development system, with `locate` and `dpkg -S`, perhaps you haven't installed the...
I guess you'll have to uncover why it doesn't work; I did that tutorial with Ubuntu 16.04 two years ago, and things will have changed since. What architecture are you...
The error you have looks like a problem with the `esp-idf`. The clone is of HEAD. My last successful build was bf3093feca1f470bdd6caf45adf3b71492b84a19 in the `esp-idf` repository; years ago, so that...
`wifi-sta-ssid` is a `defer`, a vectored execution, analogous to a callback. You might do this before `wifi-sta-on`; ```forth :noname " SSID" ; to wifi-sta-ssid ``` When not set, the word...
Reminds me I should really merge my [old branch](https://github.com/quozl/cforth/commits/arm-teensy3) with @MitchBradley's later work here.