You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1004 B
34 lines
1004 B
# Changelog
|
|
|
|
For the changed made by Mees Electronics.
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
Added : for new features.
|
|
Changed : for changes in existing functionality.
|
|
Deprecated: for soon-to-be removed features.
|
|
Removed : for now removed features.
|
|
Fixed : for any bug fixes.
|
|
Security : in case of vulnerabilities.
|
|
|
|
## 2025-02-24
|
|
|
|
Added new board (Waveshare ESP32-S3 Pico) to source code.
|
|
|
|
Pinout Ra-02 LoRa transceiver:
|
|
|
|
|pin|GPIO|
|
|
|---|----|
|
|
|NSS|10|
|
|
|MOSI|11|
|
|
|MISO|13|
|
|
|SCK|12|
|
|
|RST|14|
|
|
|DIO|15|
|
|
|
|
Can compile the source (with "make firmware-waveshare-esp32-s3-pico") and upload the program to ESP32 (with "make upload-waveshare-esp32-s3-pico"). According to the oscilloscope the SPI bus works. Reticulum still gives errors: "TX power mismatch" and "Radio state mismatch". RGB LED works, so Reticulum seems to communicate with the rnode.
|
|
|
|
## [1.74] - 2025-02-17
|
|
|
|
Version from https://github.com/liberatedsystems/RNode_Firmware_CE
|
|
|
|
|