‘Visual Programming’ of a Python microcontroler The BBC MicroBit runs _MicroPython_. Fine. But how about a _’Visual Programming Environment’_ for it? Here the _’pure Python’_ tutorial: https://microbit-micropython.readthedocs.io/en/latest/index.html Here the graphical _’visual programming’_ version: http://microblocks.fun/ That Javascript GUI emits Python code, Read More
Smartjs Alpha 2 Release Make your ESP8266 do things…
Smart.js Alpha 2 ReleaseMake your ESP8266 do things the easy way! https://goo.gl/Hf86nY Mix JavaScript and C code. Leverage the Mongoose networking layer to do more complex things, like WebSocket, CoAP, MQTT. Run the same code on your ESP8266, a TI Read More
WiFi enabled triple axis accelerometer on a prototyping…
WiFi enabled triple axis accelerometer on a prototyping board. Need to get some websockets running and a simple javascript web page to display the three axis graphically somehow. #ESP8266
Javascript has now come to the ESP266 Check…
Javascript has now come to the ESP266 Check it out on http://bit.ly/1iAUr8u Thanks Kolban for yet more effort!
Ive made a great deal of progress on…
I’ve made a great deal of progress on automating deployment of ESP based iot nodes on my personal network. The problem I’ve set out to solve is being able to update firmware or other settings on nodes that check in Read More
Controlling ESP32 from “obniz” over HTML
We made a ESP32 board and server-side system to let people to use this board from their HTML web browser. Introduction Please Imagine, How do you program to control ESP32 from your HTML web browser? First, you should know Read More