Sensors implementation with I-Cube-lrwanon B-L072z-lrwan1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-10-18 12:51 AM
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?
- Labels:
-
LoRa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-10-18 5:38 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-10-19 8:44 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-10-19 1:43 PM
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
