Usage of a device running Espruino #7258
Replies: 1 comment
-
Posted at 2018-10-22 by @gfwilliams You might want to take a look at http://www.espruino.com/Troubleshooting+BLE#my-code-works-when-i-m-connected-via-bluetooth-but-stops-when-i-disconnect
Posted at 2018-10-23 by user94721 Thank you very much Gordon, I have a 10 minute interval and even with the Bluetooth.setConsole(true) in onInit, the problem exists, is there any limitation on espruino about the time of intervals, etc? Posted at 2018-10-23 by @gfwilliams Hi, There shouldn't be an issue with intervals at all - you can do them years in advance. If you connect via Bluetooth at a later point, does it then start working again? You could try:
And then you can connect at some point later on and do You can also use software serial on Espruino v2:
It's still a bit beta, but might be good enough for you to get realtime info on what's going on despite only having one serial port (which I guess you're using). Posted at 2018-10-30 by Kartman I have the RAK8212 working fine whilst having the bluetooth disconnected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-10-22 by user94721
Dear all,
I am using a RAK8212 board with Espruino. When the board is connected over BLE to the Espruino IDE, the device works(I receive messages on my UDP server from the device), while when I disconnect I dont receive any messages. The device is powered by a LiPo battery pack . The onInit() function has been implemented and also the save() command was issued at the beginning of the program(once after the flashing of the code). Any idea why this happens?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions