Created
February 15, 2026 01:09
-
-
Save paigeadelethompson/40896c9234c4ead07af7c9cb45f5589e to your computer and use it in GitHub Desktop.
SX1302 (RAK2287 / 5146)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://store.rakwireless.com/products/rak2287-pi-hat?srsltid=AfmBOoqAFVR9nMrgBmy6lsROTQbJVPfuq9IH1vyUXtIRDoo9-n3nbMse | |
| looks like SX1302 and suddenly this looks a lot more complicated | |
| > SX1302 base band processor emulates 8 x 8 channels LoRa packet detectors, 8 x SF5-SF12 LoRa demodulators, 8 x SF5-SF10 LoRa demodulators, one 125/250/500 kHz high-speed LoRa demodulator and one (G) FSK demodulator | |
| it would seem like this might work for a subdued client: https://github.com/meshtastic/firmware/blob/dbef1de2861c49fe6f5fe93ced6674f12e227d0f/bin/config-dist.yaml#L16 | |
| pinout for the 5146 (pi hat) https://docs.rakwireless.com/product-categories/wishat/rak2287-rak5146-pi-hat/datasheet/ | |
| maybe_config, not sure yet: | |
| ``` | |
| # Module: sx1262 | |
| # CS: 24 | |
| # IRQ: 26 | |
| # Reset: 11 | |
| ``` |
Author
Author
friend says to get a RAK WISBLOCK which https://docs.rakwireless.com/product-categories/wisblock/rak4631/datasheet/ is also apparently a LoRAWAN mod, (nRF52840 MCU and an SX1262 LoRa chip) ok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looking at meshcore a bit, and they're considering the sx1302 for what advanced modes it offers meshcore-dev/MeshCore#834