sacjs / website

:bear: Sacramento JS meetup website
https://sacjs.com/
34 stars 2 forks source link

JavaScript on the ESP32 #105

Closed samt closed 6 years ago

samt commented 7 years ago
Property Value
Name Sam Thompson
GitHub Username @samt
Employer NodeSource
Talk Length 20-40min

Title: JavaScript on the ESP32

Brief Description:

What if I told you that you can run JavaScript on a device that costs less than $15. We will explore the fantastic world of JavaScript on hardware using Espruino, an embedded javascript interpreter for microcontrollers.

Rough Contents:

  1. Why is JavaScript suited for hardware?
  2. How does this compare with platforms like Tessel and Raspberry Pi?
  3. blink - the "hello world" of hardware.
  4. Making a twitter bot
  5. Going further