Most recent activity
-
I'm having a really hard time finding one connector as shown in the http://www.espruino.com/Battery page, the JST S2B-PH-SM4-TB.
So I tried using a cut-off JST cable and only solder on those 2 little strips marked as - and +, but even after setting "Save on Send" to yes on the IDE options, the board is not turning on when I attach a 3.7v LiPo battery.What I could have done wrong?
-
- 13 comments
- 3,953 views
-
-
-
I have no idea what's going on, after flashing with the newest version the board, it worked, but after trying again it's giving me those errors(yeah it's those little orange pop-ups on the right side of the screen)
If I look on "About" on board information it's saying "Unable to get board information. Please connect to an Espruino board first."EDIT: Whenever I try to send any code to the board, even the basic led blink one, I get this message on the console: "ERROR: Prompt not detected - upload failed. Trying to recover..."
-
Have been trying the code on this post: http://forum.espruino.com/conversations/293809/
But I have a problem, 2 missing modules:- net can't be found (and it doesn't exist on http://www.espruino.com/modules)
- when "compiling" ESP8266 module, it does a require on NetworkJS (and NetworkJS doesn't exist too on http://www.espruino.com/modules)
Is there a new repo that I'm not aware or something?
I'm using an Espruino Pico and soldered a ESP8266 to it with the shim.
- net can't be found (and it doesn't exist on http://www.espruino.com/modules)
-
I was trying your code, but the net module isn't available anymore on http://www.espruino.com/modules/. Is there anything I'm missing here?
I there any way to send other data types? I want to send with my Espruino Pico float (it's bytes), but it's always sending as text.
I know how to handle the text, it's just that would take less bytes to send if it were always 8 bytes from it's float data type.