Skip to main content
JLand.15
Associate
October 18, 2018
Question

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

  • October 18, 2018
  • 3 replies
  • 879 views

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?

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
October 18, 2018

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Amel NASRI
ST Technical Moderator
October 19, 2018

Note: post edited to separate title and body.

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
T J
Senior III
October 19, 2018

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