Author Topic: wireless programming for RFM95 Moteinos  (Read 2869 times)

sharkhat

  • NewMember
  • *
  • Posts: 10
  • Country: us
wireless programming for RFM95 Moteinos
« on: April 18, 2017, 03:19:33 PM »
According to the website
https://lowpowerlab.com/guide/moteino/wireless-programming/

It says 'wireless programming not yet available for Moteinos with LoRa radios'  This was last updated 7 months ago, I was wondering (hoping) there was an advancement on this front.  Without this feature, is the flash chip on the LoRa Moteinos only for storage at this point?


Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: wireless programming for RFM95 Moteinos
« Reply #1 on: April 18, 2017, 03:47:15 PM »
No updates  :-\
FLASH can still be used for storage. Or if you find another way to transfer the new HEX yourself into the same format on the FLASH, the bootloader would pick it up and update the mote. So basically the missing piece is a library or sketch on top of RadioHead that allows transferring the updated sketch HEX.
The biggest roadblock is having to work with RadioHead (3rd party).

sharkhat

  • NewMember
  • *
  • Posts: 10
  • Country: us
Re: wireless programming for RFM95 Moteinos
« Reply #2 on: April 18, 2017, 03:54:13 PM »
Thanks for the reply Fleix, I'll add it to the 'todo' list.

aessig

  • NewMember
  • *
  • Posts: 1
Re: wireless programming for RFM95 Moteinos
« Reply #3 on: January 23, 2020, 06:06:18 AM »
Hello, any progress on the subject ? Best.

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: wireless programming for RFM95 Moteinos
« Reply #4 on: January 23, 2020, 09:18:47 AM »
Sorry to say but no, just been too busy with other projects and my infrastructure in most projects is RFM69.
If you port the RFM69_OTA library you could achieve OTA for RFM95 on a Moteino.

nielbd

  • NewMember
  • *
  • Posts: 6
Re: wireless programming for RFM95 Moteinos
« Reply #5 on: July 04, 2020, 01:05:52 AM »
I would also like to do OTA updates and only use RFM95. The second problem is that my network will be very remote and will need a GSM gateway or I will need to place the pi at the remote network an still be able to do OTA updates.

j45p41

  • NewMember
  • *
  • Posts: 4
Re: wireless programming for RFM95 Moteinos
« Reply #6 on: December 16, 2020, 07:21:42 PM »
Sorry to say but no, just been too busy with other projects and my infrastructure in most projects is RFM69.
If you port the RFM69_OTA library you could achieve OTA for RFM95 on a Moteino.

Hi,

could you kindly give some instructions to get this working? I Don't mind putting in the leg work :) Thanks in Advance!