Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circuit Playground Express (+ BLE): MQTT (UART mode) with limited amount of characters #162

Open
dorukde opened this issue Nov 8, 2019 · 0 comments

Comments

@dorukde
Copy link

dorukde commented Nov 8, 2019

  • Arduino board: Adafruit Flora & Circuit Playground Express

  • Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.10

I am trying to utilise CircuitPlayground (and Adafruit Flora) to receive a large (larger than 100 characters) JSON file to be sent to adafruit.io webhook and then to the Bluefruit Connect LE App, that forwards the JSON to Arduino. I use ArduinoJSON to assign variables as I receive a group-feed from multiple web-sources. I don't use wi-fi module on my board, only BLE UART.

However, the 'serial monitor' only gets a limited amount of text. I have not found any documentation and solution about the character limitation. I have previously tried FLORA, and then moved to Circuit Playground Express. Currently, I am stuck with 100 characters. How can a relatively larger JSON can be sent?

(An alternative solution could be running the GPS-feed (in controller mode) as a JSON array from Bluefruit LE Connect App, while running UART. This seems more unlikely, as data-types are different and iOS App does not run UART and this feed simultaneously.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant