Hello, thanks alot for your help!
I followed the provided instructions and the error does no longer appear. It does however seem as if the program is not executing at all. There is a program and its output attached which should demonstrate the issue.
Do you have any idea what might cause this?
Thank you!
Hello
thanks for the update, and from your provided log, it does seem that the application is running well.
there is nothing printed, because that is way this example sketch is designed.
the sketch is actually serving as a wireless sensor hub actively listening to reuquests, you would need a client (tool) to request sensor data.
Such a tool is available in the same package you downloaded.
You could refer to the section: "Sensor Data over BLE" in the Nicla cheatsheet here: https://docs.arduino.cc/tutorials/nicla-sense-me/cheat-sheet
The tool is called: "bhy" which is a command line tool running on your PC.
let me know how it works.
@niclasvl
have you been able to verify that the problem was solved.
also, if you do want something being printed to the serial port, you could use the example sketch: "Arduino_BHY2-> Standalone.ino " instead of the "App" sketch.
@niclasvl
For your info, the Arduino_BHY2 library has been optimized for the RAM size, and it should be able to save an additional ~2KBytes of RAM.
So check out the latest library from: https://github.com/arduino/nicla-sense-me-fw
Thanks for your sharing, @zgg.
Hello maxlo,
Did it work well on you side?