Skip to content

LORA NRF52840

reichart edited this page Jun 12, 2026 · 20 revisions

8 dépôts github : exemples-de-montages festisol CROUS-micro-python piano visio anumby jouets developpement-voiture raspberry-pico Blog ateliers numériques Repair Café d'Orsay

Processeur faible consommation

image

la documentation commerciale est mauvaise

https://wiki.icbbuy.com/doku.php?id=developmentboard:nrf52840

MESH avec écran OLED

les modules gérent un bluetooth économe en énergie (BLE) : ils dialoguent en réseau ; avec une radio LORA ils dialoguent en meshtastic

image

https://adrelien.com/meshtastic-diy-how-to-build-your-own-meshtastic-node-nrf52840-lora-radio/

LoRa Module Pin: MISO -> nRF52 Pin: P0.02
LoRa Module Pin: MOSI -> nRF52 Pin: P1.15
LoRa Module Pin: SCK -> nRF52 Pin: P1.11
LoRa Module Pin: NSS -> nRF52 Pin: P1.13
LoRa Module Pin: DIO0 -> nRF52 Pin: P0.29
LoRa Module Pin: DIO1 -> nRF52 Pin: P0.10
LoRa Module Pin: RESET -> nRF52 Pin: P0.09

installation Meshtastic

Visit the Meshtastic web flasher
Select "NRF52 Pro-micro DIY variant" from the list
Download the UF2 file
Put your node in DFU mode again
Drag and drop the downloaded UF2 file onto the drive
Wait for the device to restart (this may take a minute or two)

LORA avec nrf52840

image

Le circuit ne répond pas ; pour accéder au port USB nrf52840 mettre à zero la broche RESET rapidement

image

module nrf52840

https://adrelien.com/diy-meshtastic-how-to-build-your-own-meshtastic-device-with-faketec-pcb-nrf52840/

image

Pour l'utiliser sur Arduino

https://adafruit.github.io/arduino-board-index/package_adafruit_index.json

Prendre la carte "Adafruit Feather nRF52840 Express"

https://nicekeyboards.com/docs/nice-nano/getting-started/

CODE

Clone this wiki locally