-
Notifications
You must be signed in to change notification settings - Fork 2
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
Testing firmware #5
Comments
Test webhook max number of connections A test could be simulating 500 particles sending 10 commands a second to the particle cloud could do this using: |
Test whether local logging works if cellular modem is off ideas are here: https://community.particle.io/t/electron-sample-code-for-fault-tolerance-and-problem-debugging/25047?source_topic_id=25158 (read function smartReboot in the example code) sd logging works in the firmware |
Test application watchdog. Make sure that the particle reboots if a peripheral hangs. Code for this is also in https://community.particle.io/t/electron-sample-code-for-fault-tolerance-and-problem-debugging/25047?source_topic_id=25158 |
Test that Bluetooth continually maintains an active connection to the peripheral (Wit). |
Place to leave firmware tests
The text was updated successfully, but these errors were encountered: