[ANN] An evening with Pharo and the ESP32 microcontroller
Nothing too dramatic, but for a hardware hackathon I'm attending I wanted some online material I could expose to people to who hadn't heard of Pharo before. Maybe some Pharo regulars might also find it of interest. All comments welcome.
Re: [ANN] An evening with Pharo and the ESP32 microcontroller
Cool stuff Ben! :)
I dusted of my Arduino Uno and tried out reading the Serial Port using your tutorial.
It would be nice for a follow up tutorial to write to the board and switch the builtin led on/off !
Re: [ANN] An evening with Pharo and the ESP32 microcontroller
On Fri, Jun 30, 2017 at 9:50 PM, Georges <[hidden email]> wrote:
Cool stuff Ben! :)
I dusted of my Arduino Uno and tried out reading the Serial Port using your
tutorial.
It would be nice for a follow up tutorial to write to the board and switch
the builtin led on/off !
Georges
Glad you liked it.
Actually, I thought I might append to that article a section "Lets actually do something useful" to do that, and also read an analog input.
The next article will be testing bulk analog data read over TCPIP WiFi connection.