Received brand new Espruino board, connected it up to my win7 x64 through and with Chrome App. It connects up on Com port 17. I was also able to get it reflashed with latest version of Firmware . Go to Tutoial within IDE-first line put in 1+2-next line returns 3
Next line asks you to write >digitalWrite(Led1,1) supposed to light up led 1 red light on board;
get: >digitalWrite(Led1,1)
=undefined
Uncaught error: invalid pin!
at line 1 col 20
digitalWrite(Led1,1)
and the red light on board does not light up
one time I did get it to light up, and then when I unplugged it and reconnected it- the red light started blinking again I guess because it reloaded from board? Help! I closed down computer rebooted same problem Help please!
Glad you got it sorted! Espruino is sensitive to whether characters you type are upper or lower case.
Thanks for posting up - I'll update the tutorial so that it lets others know.
Post a reply
Bold
Italics
Link
Image
List
Quote
code
Preview
Formatting Help
Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
Create headers by underlining text with ==== or ----
To *italicise* text put one asterisk each side of the word
To **bold** text put two asterisks each side of the word
Embed images by entering: ![](https://www.google.co.uk/images/srpr/logo4w.png) That's the hard one: exclamation, square brackets and then the URL to the image in brackets.
* Create lists by starting lines with asterisks
1. Create numbered lists by starting lines with a number and a dot
> Quote text by starting lines with >
Mention another user by @username
For syntax highlighting, surround the code block with three backticks:
```
Your code goes here
```
Just like Github, a blank line must precede a code block.
If you upload more than 5 files we will display all attachments as thumbnails.
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.
Received brand new Espruino board, connected it up to my win7 x64 through and with Chrome App. It connects up on Com port 17. I was also able to get it reflashed with latest version of Firmware . Go to Tutoial within IDE-first line put in 1+2-next line returns 3
Next line asks you to write >digitalWrite(Led1,1) supposed to light up led 1 red light on board;
get: >digitalWrite(Led1,1)
=undefined
Uncaught error: invalid pin!
at line 1 col 20
digitalWrite(Led1,1)
and the red light on board does not light up
one time I did get it to light up, and then when I unplugged it and reconnected it- the red light started blinking again I guess because it reloaded from board? Help! I closed down computer rebooted same problem Help please!