João Brázio
baedddb25d
Rename RS232 bridge environments and update build flags for Serial1 and Serial2
2025-11-25 16:19:28 +00:00
João Brázio
eafbd85d17
Add RAK4631 support for rs232 bridge
2025-11-25 11:53:21 +00:00
liquidraver
b0ce00652f
Fix RAK4631 GPS UART pin macros
2025-11-11 13:00:27 +01:00
recrof
a5070077ba
equalize RAK with all other nrf52 variants and use newer platform with all important fixes
2025-10-19 00:02:38 +02:00
liamcottle
0307b6119e
increase MAX_NEIGHBOURS from 8 to 50
2025-09-28 16:11:58 +13:00
João Brázio
510472bfa0
Normalize repeater target names
2025-09-10 23:56:07 +01:00
taco
e8314c9c8c
new ldscript for extrafs nrf companion envs
2025-09-09 16:55:46 +10:00
taco
accd1e0a97
nrf52 targets: increase limits for contacts and channels
2025-09-06 14:15:40 +10:00
liamcottle
3ad43431d9
fixed wismesh pocket user button
2025-09-01 21:04:41 +12:00
Scott Powell
74722c24b8
* MomentaryButton: added support for analog button (with threshold)
...
* RAK: support for PIN_USER_BTN_ANA
2025-09-01 17:11:55 +10:00
recrof
d145d5936d
fix RAK build errors
2025-08-18 12:53:44 +02:00
Scott Powell
fe376e8c35
* RAK_4631: ui-new
2025-08-17 16:49:08 +10:00
recrof
6861b0702f
create sensor template in platformio.ini, update heltec v3 and rak4631 to use new template
2025-08-02 21:40:56 +02:00
Martin Kudlacek
822850b4d5
Support for Sensirion SHT4x
2025-07-28 10:02:31 +02:00
Martin Kudlacek
a96d1022a0
Added support for TI INA260
2025-07-28 09:41:06 +02:00
recrof
f88ebad604
enable all sensors on RAK4631
2025-07-21 15:30:14 +02:00
cod3doomy
6b4592bfe2
Cleanup and fixes
...
-Added RAK_4631 define back
-Added includes for common RAK sensors that are currently supported in ESM
-Set global variables to static
-Reduced delay time within the RAK gps init sequence
2025-07-17 10:42:18 -07:00
cod3doomy
73b1ac5190
Merge branch 'ripplebiz:dev' into dev
2025-07-17 08:49:02 -07:00
cod3doomy
660ab0692f
RAK4631 ESM Migration
...
Changes to migrate sensor code to the ESM.
Added a separate GPS init sequence for the RAK that scans I2C and Serial1 on the various sockets of the various base boards to find the RAK12500. (and soon the RAK12501)
Removed the GPS specific envs from platformio.ini and enabled GPS for all envs.
Verified working with RAK12500 on RAK19007 sockets A and D, as well as RAK19003.
2025-07-16 19:04:50 -07:00
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
2025-07-13 11:37:33 +02:00
recrof
854a8dfe2f
move rak to nrf52_core, remove nrf52840_core
2025-07-12 20:06:56 +02:00
Rob Loranger
9d0dd7947f
move rak4631 specific files into variant folder
2025-07-09 10:21:24 -07:00
Rob Loranger
ad2e015a5b
move rak usr btn to companions
...
repeaters do not typically have user buttons and
there is only one analog pin available on most, if
not all, base boards. so this allows repeaters to
add custom peripherals or alternate battery signals
2025-07-02 10:24:45 -07:00
Scott Powell
3bd1dc3ffa
* minor tidy ups
2025-06-28 16:10:53 +10:00
cod3doomy
63247667d0
String removed
...
Removed all string type casting
2025-06-25 21:12:36 -07:00
cod3doomy
001b996a24
RAK4631: BME680 add and GPS cleanup
...
- Added the BME680 environment sensor functionality
- Added the GPS Repeater env for those wanting it
- Cleaned up the GPS and other RAK4631SensorManager code
Verified build and functionality on normal and GPS repeater and companion envs.
IAQ readout is still a work in progress, but a placeholder can be seen on Channel 2 of the app telemetry.
2025-06-24 17:46:01 -07:00
taco
9eff882e18
refactor: RAK4631 with CustomSX1262::std_init()
2025-06-21 09:52:39 +10:00
Scott Powell
7dd7b715cd
* enabling _PRIVATE_KEY import/export for ALL companions.
2025-06-07 14:20:59 +10:00
Scott Powell
4b16cda03a
* RAK4632 targets, now requiring ENV_INCLUDE_GPS to enable GPS
2025-05-28 23:31:31 +10:00
cod3doomy
0e8b807a8b
RAK4631: Add RAK12500 GPS support
...
Added RAK12500 GPS support
Added socket scan capability to determine which socket the GPS is connected to
T-beam supreme: added conditional to displaying location data to only when gps is active
2025-05-25 22:48:04 -07:00
ripplebiz
22b80a9be7
Merge pull request #289 from adam2872/RAK4631-user-button
...
Implement user button on RAK4631 using analogue pin 31 (same as MT)
2025-05-23 13:19:32 +10:00
Adam Mealings
009173ab9e
added missing variable defs and pinmode
2025-05-20 15:16:56 +01:00
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
2025-05-19 14:16:55 +10:00
liamcottle
6c0d94aa2d
increase offline queue size from 16 to 256 for all companion ble firmwares
2025-05-14 23:02:49 +12:00
recrof
76639e2a68
raise current limit to max for sx126x and sx127x
2025-05-12 10:19:33 +02:00
liamcottle
d04eda9f16
enable neighbours feature for all repeater variants
2025-05-07 20:26:15 +12:00
recrof
eaea26267b
disable debug flags that were not commented out after debugging
2025-05-05 22:48:21 +02:00
Scott Powell
99774f10ac
* new: SensorManager
...
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
2025-05-03 13:14:03 +10:00
Florent
f9bc3a1ebb
Merge branch 'dev' into t114-display
2025-04-15 07:46:45 +02:00
liamcottle
e825e4474f
fix rak4631 builds after addition of xio nrf52 board
2025-04-13 13:36:39 +12:00
Florent
cf3d55201f
ui : manage colors and ensure fw using ssd1306 still compile
2025-04-11 22:23:47 +02:00
taco
9b3e7e5a21
FIX: define OLED pins for RAK
2025-04-09 18:07:01 +10:00
recrof
04ad06b8be
set repeater/room server Lat & Lon to 0.0 as default
2025-04-03 14:59:20 +02:00
Scott Powell
c0cb57be5c
* refactor: rtc_clock now defined by variants/*/target modules
2025-03-27 21:28:06 +11:00
Scott Powell
2224bddcb5
* new ESPNOWRadio driver
...
* refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules
* new Generic_ESPNOW_* target envs
2025-03-27 19:34:16 +11:00
Scott Powell
bfb4b1c496
* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'
...
* mesh::RTCClock class moved to MeshCore.h
2025-03-21 18:57:12 +11:00
Scott Powell
38667dabb1
* refactored platformio.ini, breaking up into variants/*.ini files
2025-03-18 23:57:04 +11:00