Getting started -- Questions up front
Posted: Thu Apr 25, 2019 12:38 am
Just getting started with a Huzzah Breakout ESP8266
I've successfully connected and run some code using Lua: Blinking the Red & Blue LEDs and retrieving contents from a page on the web.
I'm looking to control some solenoids.
- What are the differences between The Breakout and the Feather? I'm aware the Feather comes with a USB port and the Breakout does not (correct?). Reason for question: In Arduino, Tools > Board shows an option for the Feather but not the Breakout. Is it ok to choose Feather?
- What language to go with? Breakout comes ready to go with Lua. I'm experienced with JavaScript, very little with Lua. What are the pros/cons of going with Espruino vs Smart.js vs Lua
- I used Flasher.js app (on Mac) to load Espruino 2v01. It seemed to load, but then? How to get started. Lua still works. Can it also handle some version JS or is there more I need to do?
I've successfully connected and run some code using Lua: Blinking the Red & Blue LEDs and retrieving contents from a page on the web.
I'm looking to control some solenoids.
- What are the differences between The Breakout and the Feather? I'm aware the Feather comes with a USB port and the Breakout does not (correct?). Reason for question: In Arduino, Tools > Board shows an option for the Feather but not the Breakout. Is it ok to choose Feather?
- What language to go with? Breakout comes ready to go with Lua. I'm experienced with JavaScript, very little with Lua. What are the pros/cons of going with Espruino vs Smart.js vs Lua
- I used Flasher.js app (on Mac) to load Espruino 2v01. It seemed to load, but then? How to get started. Lua still works. Can it also handle some version JS or is there more I need to do?