This driver is a stripped down version of the Radiohead 1.45 driver, and covers fewer radios. Threading and an event queue have been added to make the ISR's more stable across architectures. Specifically The STM32L4 parts
Dependents: Threaded_LoRa_Modem
History
explicitly not disabling interrupts for mbed
2021-06-23, by rlanders73 [Wed, 23 Jun 2021 15:53:12 +0000] rev 7
explicitly not disabling interrupts for mbed
changed the TX IRQ line
2021-06-22, by rlanders73 [Tue, 22 Jun 2021 20:25:10 +0000] rev 6
changed the TX IRQ line
updating to the latest RH lib;
2021-06-10, by rlanders73 [Thu, 10 Jun 2021 16:25:27 +0000] rev 5
updating to the latest RH lib;
tightened up the timing so that at least 80 bytes can be transmitted and recieved. Haven't tested for higher yet
2021-06-09, by rlanders73 [Wed, 09 Jun 2021 19:25:14 +0000] rev 4
tightened up the timing so that at least 80 bytes can be transmitted and recieved. Haven't tested for higher yet
Initial working version that is focused on the RF95 radio.
2021-05-31, by rlanders73 [Mon, 31 May 2021 02:49:19 +0000] rev 3
Initial working version that is focused on the RF95 radio.
Pull in signals from mbed_app.json
2021-05-29, by rlanders73 [Sat, 29 May 2021 19:02:55 +0000] rev 2
Pull in signals from mbed_app.json
making this work for Geneva;
2021-04-30, by rlanders73 [Fri, 30 Apr 2021 15:16:24 +0000] rev 1
making this work for Geneva;
Messy start, but a port for RadioHead.; Currently the SPI modulus are the only ones that work.
2015-10-15, by davidr99 [Thu, 15 Oct 2015 01:27:00 +0000] rev 0
Messy start, but a port for RadioHead.; Currently the SPI modulus are the only ones that work.