-
Notifications
You must be signed in to change notification settings - Fork 513
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
Re-create pull request: Add new platform Duo running Particle firmware #1505
Conversation
… that OTA updating firmware over local TCP server in SoftAP mode.
…since we do not support Arduino programming currently.
Fixes the issue that BLE notification can only send once.
Can anyone report the status of this? We're experiencing connection reliability issues with the current redbear firmware 0.3.1. We get WiFi disconnects that leave the redbear blinking GREEN or LITE BLUE and never connecting without a power cycle/reset. This is hurting us as we scale up, because we need to call customers and have them reset the device. We're assuming that this merge might help with the particle connectivity stuff by getting on the latest particle firmware? Maybe? We don't mind testing/helping move this along. |
Hi @aronsemle , please try the latest released firmware v0.3.3: https://github.com/redbear/firmware/releases, which is based on particle firmware v0.7.0-rc7. |
@XuGuohui we've been testing v0.3.3 and so far so good! However, it doesn't look like it's supported on the Particle side. In our Particle Product, for a device running 0.3.3 we just see.. "Device OS: |
Currently this version is not supported , but we will add it later. Except for the Web compiler, any other cloud functions should work as usual. For now, you can develop your project using Arduino. We have released a new board package version for Arduino. |
This pull request enables the platform Duo to run the Particle firmware.
Key notes to be highlighted:
Please help review. Any comments are welcomed.
Best regards,
Guohui