LORA RN2483 AND STM32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-10-17 2:06 AM
İS THERE a library driver or a n exemple code on cubemx/ keil using stm32 and the RN2483 ???
we want to esablish a network M2M then later iot ,,,we need urgent help and advices or docx projects for starting ,,thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-10-17 5:07 AM
ST has their own parts they support. The RN2483 uses a USART interface, so just implement that for an STM32 and port in all the rest of the generic C code available for the module. You might need to Google around for suitable projects and examples.
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
‎2017-10-19 3:29 PM
Hii I am also looking for the same. Did you find any way!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-10-19 6:47 PM
Have you read the AT command manual for the module?
Have you looked at, or tried, some of the Arduino examples? How about the mbed ones?
Up vote any posts that you find helpful, it shows what's working..
