Issues running Docker container with espruino-web-ide on Raspberry PI3 #2008
Replies: 5 comments
-
Posted at 2017-02-02 by @gfwilliams What kind of device are you trying to connect to? ttyAMA0 is the Raspberry Pi's built-in UART - it'll be sending characters to a pin on the Pi's pin header. It's a good sign that is working - if you plugged in a USB device it should appear as |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-02 by HumbertoSales Hello Gordon! I am connecting to the Puck.js via Bluetooth LE. I can not upload code and not type in the left lane. My suspicions are falling on the page ... See!
What do you think?Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-03 by @gfwilliams I think that's fine. As I said above - ttyAMA0 is the wrong port - it's not surprising nothing happens. And you're trying to connect to Puck.js? When you first start the IDE server, does it say anything? Most likely you just hadn't entered the command:
before running node.js, so it doesn't have access to the BLE device |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-08 by HumbertoSales When I start the IDE serve say only "listening port xxxx"... I was run setcap, but nothing! Problem continue! Dockerfile
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-08 by @gfwilliams
Have you connected a Web Browser to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-01 by HumbertoSales
Hello,
I created Docker image with espruino-web-ide, but it has some problems. The left lane shell in Espruino Web Ide not write. I am connected to device, but tutorial step 1 not work (1+2).
Prints attached...
Can you help me?
Sorry for bad english.
Docker repository
Running docker container
Last version today is 1.0.1.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions