firmware/src/mesh
geeksville 477c62082d E22 SX1262 module now works!
Thanks mostly to an old github comment by @beegee-tokyo the fix was easy
(comment here https://github.com/jgromes/RadioLib/issues/12#issuecomment-520450429)

We now set DIO3 to 2.4 volts to power the oscillator inside the E22
module (undocumented in the E22 docs)
2020-06-15 14:38:09 -07:00
..
CryptoEngine.cpp
CryptoEngine.h Make an accelerated NRF52 implementation for AEX256-CTR crypto 2020-05-24 14:45:50 -07:00
DSRRouter.cpp Full DSR WIP 2020-06-03 12:49:36 -07:00
DSRRouter.h Full DSR WIP 2020-06-03 12:49:36 -07:00
FloodingRouter.cpp my DSR changes broke acks for flood routing also. Fix #146 2020-05-25 11:55:42 -07:00
FloodingRouter.h
MemoryPool.h ensure we never get null from malloc 2020-06-13 08:27:25 -07:00
mesh-pb-constants.cpp make flash filesystem work on NRF52 2020-05-25 10:07:42 -07:00
mesh-pb-constants.h
mesh.pb.c PROTOCOL CHANGE! activate 32 bit nodenums/packetids 2020-06-06 13:16:36 -07:00
mesh.pb.h PROTOCOL CHANGE! activate 32 bit nodenums/packetids 2020-06-06 13:16:36 -07:00
MeshRadio.h
MeshService.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
MeshService.h
MeshTypes.h Prepare to make MemoryDynamic 2020-06-12 11:56:13 -07:00
NodeDB.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
NodeDB.h
PacketHistory.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
PacketHistory.h Populate metainfo for apps to allow 32 bit node and packet ids 2020-06-03 13:15:45 -07:00
PhoneAPI.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
PhoneAPI.h unify activity detection in PhoneAPI, turn off BLE API while serial API in use 2020-06-08 16:06:59 -07:00
PointerQueue.h
RadioInterface.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
RadioInterface.h add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
RadioLibInterface.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
RadioLibInterface.h E22 SX1262 module now works! 2020-06-15 14:38:09 -07:00
RadioLibRF95.cpp
RadioLibRF95.h
ReliableRouter.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
ReliableRouter.h DSR WIP 2020-05-27 15:31:32 -07:00
RF95Interface.cpp
RF95Interface.h
Router.cpp add printPacket for debug printing packets 2020-06-14 15:30:42 -07:00
Router.h fix extra free 2020-05-25 08:19:14 -07:00
StreamAPI.cpp unify activity detection in PhoneAPI, turn off BLE API while serial API in use 2020-06-08 16:06:59 -07:00
StreamAPI.h
SX1262Interface.cpp E22 SX1262 module now works! 2020-06-15 14:38:09 -07:00
SX1262Interface.h E22 SX1262 module now works! 2020-06-15 14:38:09 -07:00
TypedQueue.h