2022-03-17 01:55 PM
Hi everyone,
I successfully setup a lora communication using the pnucleo lrwan3 kit : https://www.st.com/en/evaluation-tools/p-nucleo-lrwan3.html
The only thing I'm missing is the way to activate the sensor reading on the lrwan-ns1 shield. I am using the I-cube-lrwan package.
I found a "#define SENSOR_ENABLED x" in sys_conf.h but when I set it to 1, I get an error telling me that the iks01a2_conf.h header file is missing... The problem is that my shield is NS1 and not iks01a2 so I'm more than confused. I also found c files with functions designed for the lrwan-ns1 sensors, but they are not used anywhere in the default code.
Has anyone faced the same issue ?
Thanks !
Solved! Go to Solution.
2022-03-18 12:39 PM
Had to rewrite the code a bit to use the the lrwan_ns1 c files.
Thanks to this git repo:
it was not that hard.
I close the issue
2022-03-18 12:39 PM
Had to rewrite the code a bit to use the the lrwan_ns1 c files.
Thanks to this git repo:
it was not that hard.
I close the issue