[ANN] An evening with Pharo and the ESP32 microcontroller

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] An evening with Pharo and the ESP32 microcontroller

Ben Coman
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.


cheers -ben
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] An evening with Pharo and the ESP32 microcontroller

Georges
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
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] An evening with Pharo and the ESP32 microcontroller

Ben Coman


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.

cheers -ben