Hello, I'm a student at Hungary, and i got a project to do at the university, which is include DDS-XRCE.
I have to read sensor data from a temperature sensor with an "NodeMCU Lua Amica Module V2 ESP8266 ESP-12F WIFI Wifi Development Board with CP2102". I'm trying to use the SensorWriterUdp arduino program from the RTI GitHub, but it only trows "Exception (28)" as soon as it connects to the nano-agent.
I cound't find any information what it could be. If anyone knows please help me out!
Thank you so much!
Gyula
Attachment | Size |
---|---|
The Exeption (28) | 31.56 KB |
Exception 28 is an error code of the ESP8266 BSP caused by an invalid memory access (you can find it in section 2 of this official manual).
I have been able to get my hands on the same exact board, but I am still unable to reproduce the errors that you are seeing.
I tried running the SensorWriterUdp example with the agent running on both Linux (Ubuntu 20.04) and Windows (10), and in both cases the board was able to successfully communicate with it, and data was published on the DDS databus.
For reference, this is a summary of the test:
@asorbini must the RTI Connext be version 6.0.1? Can I use 7.2.0?