2: as it seems I can't have electron apps running on my old 10.6.8 OS X install ( not supported by Electron as far as I can read in the different versions of the docs ), I guess I'll have to try mixing them with node-serial [ & fixing stuff if needed ] later & on linux ..
.. hence I did a quick Chrome Packaged App to handle updating the code on the Espruino ( using serial ), updating some settings ( stored on the SD card, through espruino's serial conn. ), getting latest stuff ( "firmware(s)" & settings config(s) ) from github, ..
3: still on Mac OS X 10.6.8, I have a weird error in the Espruino Web IDE & neither can I update nor communicate with connected & recognized boards.
During my tests, I can use 'screen' to connect to it & do stuff ( without prefixing it with 'sudo' ), but using the IDe throws the message picture in the joined file & doesn't allow to either type in the left-hand side or upload code written on the right-hand side :/
"ERROR: Already sending data - calling callback immediately!"
Qu is: may it come from a "non properly closed" previous seiral conn. or do I have to use some "sudo usermod -aG " ?
( I noticed a difference while issuing a 'ls -l', I got .. " tty .." for most stuff in /dev/* but ".. root wheel .." for the tty associated with the connected Espruino ).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
hello
a quick update:
1: Me4e now has a repo & a gh-page website, with useful links:
http://stephaneag.github.io/I-Me4e/#v01a
2: as it seems I can't have electron apps running on my old 10.6.8 OS X install ( not supported by Electron as far as I can read in the different versions of the docs ), I guess I'll have to try mixing them with node-serial [ & fixing stuff if needed ] later & on linux ..
.. hence I did a quick Chrome Packaged App to handle updating the code on the Espruino ( using serial ), updating some settings ( stored on the SD card, through espruino's serial conn. ), getting latest stuff ( "firmware(s)" & settings config(s) ) from github, ..
It's available at: https://raw.githubusercontent.com/stephaneAG/I-Me4e/master/app/Me4e.crx
( code 'll be on github soon )
3: still on Mac OS X 10.6.8, I have a weird error in the Espruino Web IDE & neither can I update nor communicate with connected & recognized boards.
During my tests, I can use 'screen' to connect to it & do stuff ( without prefixing it with 'sudo' ), but using the IDe throws the message picture in the joined file & doesn't allow to either type in the left-hand side or upload code written on the right-hand side :/
"ERROR: Already sending data - calling callback immediately!"
Qu is: may it come from a "non properly closed" previous seiral conn. or do I have to use some "sudo usermod -aG " ?
( I noticed a difference while issuing a 'ls -l', I got .. " tty .." for most stuff in /dev/* but ".. root wheel .." for the tty associated with the connected Espruino ).
I noticed the espruino.rules file ( https://github.com/espruino/Espruino/blob/master/misc/45-espruino.rules ) to prevent it from appearing as "STM32 Virtual ComPort", but I wonder if it 'd work, with changed to reflect the productId & vendorId I have using the chrome serial API.
I really hope this only happens to "old" versions of OS X or to find some simple solution to this, to simply the end user usage ;)
4: on the repap-side of things, I stumbled upon the following link, which may interest some of us ;)https://github.com/lhartmann/esp8266_reprap
this being said, gottta start uploading the pics for the step by step instructions .. ;D
looking forward to reading your inputs ;)
2 Attachments