Difference between revisions of "Bangle js"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
There is a online IDE that uses Web-BLE to program the watch. There is no need for any local installation. | There is a online IDE that uses Web-BLE to program the watch. There is no need for any local installation. | ||
* https://www.espruino.com/ide/ | * https://www.espruino.com/ide/ | ||
− | [[File:Bangle_ide.JPG| | + | [[File:Bangle_ide.JPG|800px]] |
(Example show is a timer: https://www.espruino.com/Bangle.js+First+App) | (Example show is a timer: https://www.espruino.com/Bangle.js+First+App) |
Revision as of 14:49, 23 March 2022
Bangle.js 1 & 2
this is an open source smart watch that can be easily programmed in java script.
Examples and Tutorials
- https://www.espruino.com/Quick+Start+Code
- https://www.espruino.com/Tutorials
- https://banglejs.com/apps/
- https://gist.github.com/rozek
Bangle.js IDE
There is a online IDE that uses Web-BLE to program the watch. There is no need for any local installation.
(Example show is a timer: https://www.espruino.com/Bangle.js+First+App)