Espruino WiFi and Espruino Pixl.js with 2 Lora RYLR896 #1037
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 2 comments
-
Posted at 2019-11-13 by @gfwilliams Hi! Thanks - I'll update the docs to remove the I'd be pretty sure you're experiencing this issue: http://www.espruino.com/Troubleshooting#espruino-works-when-connected-to-a-computer-but-stops-when-powered-from-something-else It's explained better there, but in short the 'REPL' - the left hand side of the IDE - defaults to Serial1 when USB isn't connected, and that can stop 2-way communication on Serial1. It's an easy fix though! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2019-11-13 by michael_101 Exactly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-11-13 by michael_101
Hello everybody,
Based on this tutorial REYAX RYLR896/406/895/405 LoRa modules I connected an Espruino WiFi and Espruino Pixl.js with two Lora RYLR896 (see attached photos).
By the way, the line:
must be
So I had an issue with lora in the Pixl.js, but when I removed the VDD pin from D9 and put it on 3.3v everything worked perfectly fine and the 2 Espruino devices are transmitting and receiving data. now my problem is, when I connect the Espruino WiFi to a 5v power supply instead of the PC USB, it powered on and connects to the wifi but the lora doesn't send or receive data, once I plug it in on any PC it works fine.
This issue is only with the Espruino WiFi because when I connect the Pixl.js to the same 5v power supply everything works fine as long as the Espruino WiFi is powered from the PC.
Help will be appreciated.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions