Yoshi Walsh
e28bcfe021
Merge ba7102fd68 into 03b6ef4b0d
2 days ago
Yoshi Walsh
ba7102fd68
Replace RAK GPS attempted reset pin control with 3V3_EN control
The previous code only worked by accident.
1. Regardless of which slot the GPS module was present in, it would always be detected as Slot A
2. Slot A reset pin (WB_IO2) overlaps with PIN_3V3_EN.
3. Per u-blox ZOE-M8Q documentation: "In reset state, the SiP consumes a significant amount of current. It is therefore recommended to use RESET_N only as a reset signal and not as an enable/disable."
So using reset PIN to control GPS status is not desirable anyway.
This commit replaces the faulty reset pin detection and control logic by instead just controlling the 3V3 bus.
Note: 3V3 control is disabled on the RAK3401 as this board is most commonly used in the "1W LoRa Booster Kit", and turning 3V3 off would also disable 5V power supply to the SKY66122 PA.
Changes tested with RAK3401 with a RAK12500 in both Slot A and Slot C, as well as a RAK12501 in Slot A.
2 days ago
Yoshi Walsh
0f8751630b
Fix transposed UART RX/TX pins for RAK boards
This seems to have just been a typo. Fixing this allows RAK12500 to work in serial mode, and RAK12501 to work at all. (Both tested on RAK3401)
2 days ago
Yoshi Walsh
966f7ab465
Enable RAK-flavoured sensor support for RAK3401
This board is a RAK4631 derivative (even sharing the same bootloader) and so supports the same features
2 days ago
Yoshi Walsh
bbe2681584
Enable GPS support for RAK4631 & derivatives
These boards support the RAK12500 and RAK12501 GPS modules.
2 days ago
Yoshi Walsh
a01ae26d66
Move GPS pin definition to be with other pin definitions
2 days ago
Yoshi Walsh
4063ce3bd5
Remove unused 1PPS pin definition
This was only configured for a single Sensor Slot anyway
2 days ago
Yoshi Walsh
3741e6f63a
Standardise RAK pin definitions
2 days ago
Liam Cottle
03b6ef4b0d
Merge pull request #3047 from dg1tal/codex/docs-3044-group-privacy
Clarify hashtag privacy and group sender identity
2 days ago
DG1TAL
84ceabfd0d
Clarify hashtag privacy and group sender identity
3 days ago
Liam Cottle
a3a1aa5e3b
Merge pull request #1865 from MeshEnvy/fix/python-json-parse-error
fix: JSON parsing regression in build.sh
2 weeks ago
ripplebiz
219812b9f1
Merge pull request #2943 from meshcore-dev/revert-2915-main
Revert "Add StreamSensor allocation for GroupData"
2 weeks ago
ripplebiz
d9cd3ea03a
Revert "Add StreamSensor allocation for GroupData"
2 weeks ago
ripplebiz
a517f9c24f
Merge pull request #2915 from hpux735/main
Add StreamSensor allocation for GroupData
2 weeks ago
Will Dillon
754fcb1fae
Update number_allocations.md
Adds a small allocation for groupdata packets for the Meshcore firmware for the StreamSensor product. It was previously a LoRaWAN platform, and we've moved to Meshcore.
3 weeks ago
Liam Cottle
bbb58cceb8
Merge pull request #2903 from liamcottle/ci/build-matrix
Refactor builds via GitHub Actions to be super fast
3 weeks ago
liamcottle
54234b5837
implement matrix builds for faster firmware releases
3 weeks ago
liamcottle
57563ab8f9
update qr code docs
4 weeks ago
Liam Cottle
e8d3c53ba1
Merge pull request #2753 from formtapez/cli-docs
Added some missing CLI commands
2 months ago
formtapez
d3444e6b0b
fix formatting
2 months ago
formtapez
06130dce29
added some missing CLI commands
2 months ago
Liam Cottle
55ad7689d5
Merge pull request #2748 from liamcottle/github/stale-bot
Configure GitHub Stale Bot
2 months ago
liamcottle
3b39925399
use single quotes for repo name
2 months ago
liamcottle
c94ed29ca3
add github workflow to close stale issues
2 months ago
Liam Cottle
5a342c7a20
Merge pull request #2691 from NoodlesNZ/security-policy
Add Github Security policy
2 months ago
Scott Powell
07a3ca9e05
Merge branch 'dev'
# Conflicts:
# docs/faq.md
2 months ago
Scott Powell
8c0d5c5b24
* version 1.16.0
2 months ago
ripplebiz
74adda6316
Merge pull request #2702 from meshcore-dev/flood.max.advert
new CLI config: flood.max.advert
2 months ago
Scott Powell
8fc2da5c98
* default now 8, per the will of the peoples.
2 months ago
Liam Cottle
b6454d6251
Merge pull request #2703 from IoTThinks/Fixed-powersaving--in-cli_commands.md-2026-06
Change default power saving setting to 'off'
2 months ago
IoTThinks
6a9a84e8a5
Change default power saving setting to 'off'
2 months ago
Scott Powell
5f6821bb66
* new CLI config: flood.max.advert (default 16)
2 months ago
Scott Powell
397ac6144f
* number allocations: Ripple range reserved
2 months ago
Nick Le Mouton
dea5ed790f
Add SECURITY.md
2 months ago
ripplebiz
53d50aa1ef
Merge pull request #2684 from oltaco/rp2040-build-fixes
Build fixes for some RP2040 targets
2 months ago
Liam Cottle
1485d3301b
Merge pull request #2463 from NoodlesNZ/fix-stddef
Add stddef.h to fix compilation issue on MacOS
2 months ago
Liam Cottle
5222ee4d13
Merge pull request #2685 from oltaco/more-build-fixes
Build fixes for nibble_screen_connect and ThinkNode M2
2 months ago
taco
b4b0a0ee0f
build fixes for nibble_screen_connect and thinknode_m2
2 months ago
taco
7ce8b66718
build fix for rp2040 companion usb
2 months ago
taco
33ce1c991c
add missing radio_init() for rak11310
2 months ago
taco
2a8bd3edad
pin platform-raspberrypi to 4e22a0d
pins framework-arduinopico @ 1.50600.0+sha.6a1d13e9
2 months ago
Liam Cottle
b4038529b5
Merge pull request #2683 from oltaco/techo-card-buildfixes
build fixes for LilyGo T-Echo Card
2 months ago
taco
2f221acd37
build fixes for LilyGo T-Echo Card
2 months ago
Liam Cottle
da21d42a2e
Merge pull request #2672 from meshcore-dev/non-contact-requests
Non contact requests
2 months ago
Liam Cottle
b83355e702
Merge pull request #2671 from sefinek/fix/typos-grammar-formatting
Fix typos and formatting in documentation and comments
2 months ago
ripplebiz
6be398d748
Merge pull request #2663 from oltaco/no-autoshutdown-when-powered
Disable auto-shutdown when externally powered, add auto-shutdown warning for OLED displays
2 months ago
Scott Powell
3c96a7de43
* powersaving on/off lowercase fix
2 months ago
ripplebiz
999e20a4c2
Merge pull request #1687 from IoTThinks/MCdev-PowerSaving-for-all-esp32-repeaters-202602
Added PowerSaving for all ESP32-based repeaters
2 months ago
Liam Cottle
cb73a4a156
Merge pull request #2022 from weebl2000/adjust-max-framesize
Increase MAX_FRAME_SIZE by 4 bytes
2 months ago
Kevin Le
aeca6f3f3f
Added "override" to getIRQGpio() for ESP32Board.h
2 months ago