cancel
Showing results for 
Search instead for 
Did you mean: 

Sensors implementation with I-Cube-lrwanon B-L072z-lrwan1

JLand.15
Associate

I am using the I-Cube-lrwan driver on the B-L072z-lrwan1 disco kit and I would like to implement the sensors without the NUCLEO board. where do I have to implement this code?

3 REPLIES 3

Could we try not to put the entire question in the title.

Generally you should have peripheral interaction occur using interrupts, and manage things within the while() loop in main()

Not sure I understand the DISCO vs NUCLEO issue? If you have existing code or examples, you should review how they are integrated and then port to the new platform.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Amel NASRI
ST Employee

Note: post edited to separate title and body.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

T J
Lead

Which sensors ? are you reading Voltages ?

You would have to check the Disco Schematic to see which pins are unused,

Generally, easier to make a new board. start with the cube to set your pins...

then do the PCB then the firmware