Charts and buttons are functioning properly in the IoT Remote app on iPhone. For example, accelerometer data is streaming live from the Nano 33 IoT and is displaying on the respective chart on the Remote app. However, the same chart on the web dashboard (viewed through Chrome) is blank. Similarly, I can toggle an LED on and off using my app, but nothing happens when I perform the same action through the browser dashboard. The behavior was replicated when viewing the dashboard through Edge instead of Chrome. Any ideas?
It sounds like there may be an issue with the web dashboard code or the connection between the Nano 33 IoT and the web dashboard. Here are a few things you could try to troubleshoot the issue:
- Check the web dashboard code: Make sure that the code for the web dashboard is properly receiving and processing the data from the Nano 33 IoT. Double-check that the chart is correctly configured and that the LED toggle function is properly connected to the Nano 33 IoT.
- Check the connection between the Nano 33 IoT and the web dashboard: Make sure that the Nano 33 IoT is properly connected to the internet and that it is sending the data to the correct IP address and port. You could also try restarting both the Nano 33 IoT and the computer running the web dashboard to see if that helps.
- Try a different browser or computer: If the issue persists, try accessing the web dashboard on a different browser or computer to see if the problem is specific to one device or browser.
- Debugging: Try using the browser's developer tools to debug the web dashboard code and see if any errors are being thrown. Similarly, you could use the serial monitor or debug tools in the Arduino IDE to see if the Nano 33 IoT is properly sending data and receiving commands from the web dashboard.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.