Commit Graph

  • 1c594d4cbd Merge pull request #1274 from IoTThinks/MCdev-FixedMCUTemperature ripplebiz 2025-12-29 15:05:31 +11:00
  • 9b08a9bd93 Merge pull request #1260 from LitBomb/patch-21 ripplebiz 2025-12-29 13:44:38 +11:00
  • 1d9d37c654 Merge pull request #1247 from entr0p1/dev ripplebiz 2025-12-29 12:42:05 +11:00
  • 3d6e523ec8 Merge pull request #1281 from Meshcore-Portugal/jbrazio/promicro_rs232 Liam Cottle 2025-12-29 12:57:00 +13:00
  • 992d971f07 Add RS232 bridge environment configuration for ProMicro João Brázio 2025-12-28 20:04:57 +00:00
  • 90d1e87ba1 * check for 'early receive' ACK Scott Powell 2025-12-27 20:46:28 +11:00
  • 0b30d2433f To get and average the temperature so it is more accurate, especially in low temperature Kevin Le 2025-12-27 15:25:21 +07:00
  • 26321162ee To fix the default temperature to be overridden by external sensors (if any) Kevin Le 2025-12-27 15:23:23 +07:00
  • def1902688 Fixed T-Beam board to work with sleep Kevin Le 2025-12-24 12:04:39 +07:00
  • 0d11a02e71 Added extra check for P_LORA_DIO_1 before going to sleep Kevin Le 2025-12-24 11:47:19 +07:00
  • 89a289eb22 Added powersaving_enabled sanitization Moved powersaving_enabled to match serialization order Kevin Le 2025-12-24 11:23:19 +07:00
  • 1706f759b7 Modified hasPendingWork to return bool Kevin Le 2025-12-24 11:00:34 +07:00
  • 5c6c15942b Added powersaving to all ESP32 boards with RTC-supported DIO1 Added CLI to enable/disable powersaving Kevin Le 2025-12-23 12:48:08 +07:00
  • 27c92d2fe9 Update FAQ with new MeshCore applications and tx power settings for amped radios uncle lit 2025-12-21 21:48:56 -08:00
  • 245a818085 Fix TX LED stuck on when StartTransmit() fails entr0p1 2025-12-20 23:06:17 +11:00
  • cc28b1a34d EnvironmentSensorManager.cpp: Mitigate BME280 self-heating causing inaccurate readings. entr0p1 2025-12-20 21:51:51 +11:00
  • 6c993827de Fixed T1000-E temperature and lux sensors entr0p1 2025-12-19 23:51:36 +11:00
  • 0c3fb918b2 Merge pull request #1203 from liquidraver/fix-gps-popup Liam Cottle 2025-12-18 21:39:25 +13:00
  • e855706abb move showalert after saveprefs liquidraver 2025-12-11 09:26:09 +01:00
  • 2ddd5ca0c3 Merge pull request #1235 from liquidraver/btfixv7 fdlamotte 2025-12-17 15:08:20 +01:00
  • cba29ea50c queue throttling + slave latency and minor refactor liquidraver 2025-12-16 09:01:38 +01:00
  • 9b13106b6f Merge pull request #1201 from fschrempf/nrf52-board-deduplication fdlamotte 2025-12-17 11:29:33 +01:00
  • 8eb229bcf8 variants: RAK4631: Enable DC/DC regulator to reduce power consumption Frieder Schrempf 2025-12-09 20:58:11 +01:00
  • 22b1585959 NRF52Board.h: Mark getMCUTemperature() as virtual Frieder Schrempf 2025-12-17 10:35:47 +01:00
  • b024b9e1a1 Deduplicate NRF52 startOTAUpdate() Frieder Schrempf 2025-12-09 19:56:00 +01:00
  • e3bb225efb Deduplicate DC/DC regulator enable for NRF52 boards Frieder Schrempf 2025-12-09 17:05:33 +01:00
  • 93d1560d14 Use common NRF52 begin() and deduplicate() startup reason init Frieder Schrempf 2025-12-09 15:00:08 +01:00
  • 87b0e432bb Deduplicate reboot() for NRF52 boards Frieder Schrempf 2025-12-09 14:31:55 +01:00
  • 6486192477 variants: IkokaNrf52Board: Use NRF52Board base class Frieder Schrempf 2025-12-17 10:22:15 +01:00
  • d67f311c3d Merge pull request #1206 from IoTThinks/MCdev-MCUTemperature-for-repeaters-202512 ripplebiz 2025-12-15 19:37:34 +11:00
  • 2228214ded Merge pull request #1216 from mattzzw/main Liam Cottle 2025-12-15 18:18:00 +13:00
  • 2bcc9c10d2 Update faq.md mattzzw 2025-12-14 18:29:49 +01:00
  • f38b951e87 Merge pull request #1142 from Meshcore-Portugal/jbrazio/2025_7bc6ab2c fdlamotte 2025-12-13 09:07:05 +01:00
  • 2deb9cf144 Fixed to call getMCUTemperature once. Kevin Le 2025-12-13 07:32:26 +07:00
  • 0df8c86b98 Refactor devcontainer runArgs João Brázio 2025-12-12 17:24:28 +00:00
  • aba868f324 Merge branch 'thinknode_m3_port' into dev Florent 2025-12-12 17:20:06 +01:00
  • bde4fc3a23 thinknode_m3: initial commit Florent 2025-11-28 22:04:24 +01:00
  • e7ed69bdb6 Merge branch 'thinknode_m6_port' into dev Florent 2025-12-12 16:39:37 +01:00
  • 14efaf6fd3 thinknode_m6: initial port Florent 2025-11-29 10:55:01 +01:00
  • 4504ad4daf Added default temperature from ESP32 MCU and NRF52 MCU Added NRF52Board.h and NRF52Board.cpp Modified NRF52 variants to extend from NRF52Board to share common feature Kevin Le 2025-12-12 19:01:15 +07:00
  • 9bba417ebc Merge pull request #1160 from flol/rak11310 ripplebiz 2025-12-11 10:47:12 +11:00
  • f378e103c2 Merge pull request #1171 from luigi311/techo_hibernate_led ripplebiz 2025-12-11 10:24:05 +11:00
  • 922e378be5 Merge pull request #1192 from LitBomb/patch-20 ripplebiz 2025-12-11 10:21:19 +11:00
  • fc4f9e8f33 Merge pull request #1197 from agessaman/LPS22HB-fix ripplebiz 2025-12-11 10:14:10 +11:00
  • b91b854a1d fix output from LPS22HB: convert barometric pressure from kPa to hPa in EnvironmentSensorManager agessaman 2025-12-08 19:53:33 -08:00
  • 1f5659dd26 Update faq.md uncle lit 2025-12-08 09:33:10 -08:00
  • cae37d8892 Update faq.md uncle lit 2025-12-07 22:31:54 -08:00
  • 09c121efae Merge pull request #1178 from fschrempf/xiao-nrf-button-pullup-fix Liam Cottle 2025-12-07 19:18:48 +13:00
  • 676c317f78 * refactor: on-demand getSharedSecret() Scott Powell 2025-12-06 19:17:45 +11:00
  • 46f6146df7 Merge pull request #1180 from oltaco/shared-secret-on-demand ripplebiz 2025-12-06 18:59:19 +11:00
  • d7adcc136b * LPPDataHelpers, readCurrent() signed value Scott Powell 2025-12-06 16:49:25 +11:00
  • 638f41d143 calculate shared_secret on demand taco 2025-12-06 16:21:17 +11:00
  • 9ee3008f88 Merge pull request #1177 from liquidraver/btfixv6 ripplebiz 2025-12-06 14:23:27 +11:00
  • 4040f201a8 Merge pull request #1179 from carroarmato0/tdeck-gps ripplebiz 2025-12-06 14:11:58 +11:00
  • 01eb8716af fix(core): optimize GPS loop and add display GPIO safeguards Christophe Vanlancker 2025-12-05 20:45:10 +01:00
  • d834d66803 feat(tdeck): enable GPS support and configure pins Christophe Vanlancker 2025-12-05 20:44:56 +01:00
  • 10b43a8f9f variants: XIAO NRF52: Enable button pullup Frieder Schrempf 2025-12-05 12:39:37 +01:00
  • 73ab0d8813 Improve SerialBLEInterface liquidraver 2025-12-04 11:48:01 +01:00
  • 6db57677f9 tracker_l1: enable dc/dc converter Florent de Lamotte 2025-12-04 12:01:00 +01:00
  • 1a3f7a7ea9 Fix BLE semaphore leak in Bluefruit library liquidraver 2025-12-04 11:47:41 +01:00
  • 01f7a3c95e Merge pull request #1057 from liquidraver/wiodev fdlamotte 2025-12-04 11:10:51 +01:00
  • ec375fa248 variants: lilygo_techo: variant: Turn off leds on poweroff Luis Garcia 2025-12-02 17:41:31 -07:00
  • 441d768ddb Merge pull request #1172 from oltaco/nrf52-power-changes ripplebiz 2025-12-03 17:50:15 +11:00
  • e1d3da942b fix DC/DC enable for boards which currently have it. taco 2025-12-03 15:58:36 +11:00
  • dde9b7cc76 remove calls to sd_power_mode_set(NRF_POWER_MODE_LOWPWR); taco 2025-12-03 14:59:57 +11:00
  • 0082149c60 Merge pull request #996 from mattzzw/dev ripplebiz 2025-12-03 13:52:48 +11:00
  • a616a843a9 Merge pull request #1039 from ViezeVingertjes/feat/support-nibble-screen-connect ripplebiz 2025-12-03 13:49:51 +11:00
  • c77391c5dd Merge pull request #1169 from Meshcore-Portugal/jbrazio/2025_db83f76e ripplebiz 2025-12-03 13:43:19 +11:00
  • acc32aa166 Merge pull request #1156 from csrutil/persist-gps ripplebiz 2025-12-02 21:50:21 +11:00
  • 69a9a0bce9 Bridge: Add t114 rs232 targets João Brázio 2025-12-02 10:31:24 +00:00
  • f56172738d Bridge: Fix RAK4631 serial2 GPS conflict João Brázio 2025-12-02 10:30:45 +00:00
  • 07d6484b61 Support for RAK11310 WisBlock Florian Lippert 2025-12-01 21:29:03 +01:00
  • 405f703bfe thinknode_m5: fix repeater build Florent 2025-12-01 09:40:02 +01:00
  • eee25605ca Merge pull request #1162 from recrof/led_state_fix ripplebiz 2025-11-30 21:09:01 +11:00
  • 052f17738c add default LED_STATE_ON for boards that don't have it defined Rastislav Vysoky 2025-11-30 10:52:33 +01:00
  • 6d3219329f Merge branch 'dev' Scott Powell 2025-11-30 18:32:49 +11:00
  • e054597a18 * ver 1.11.0 Scott Powell 2025-11-30 18:32:10 +11:00
  • cfb7ed876c CMD_SET_CUSTOM_VAR will update gps and gps_interval csrutil 2025-11-30 09:45:56 +08:00
  • df3cb3d192 _location->loop() should be in the next tick csrutil 2025-11-29 20:29:52 +08:00
  • 62e180dc0f changed ms to sec csrutil 2025-11-29 19:02:00 +08:00
  • 39503ad0b4 move GPS preference initialization to UITask csrutil 2025-11-29 18:35:10 +08:00
  • 4aebc57add fixed gps init value csrutil 2025-11-29 18:02:08 +08:00
  • 678915ef3b add GPS interval validation and bounds checking csrutil 2025-11-29 17:29:59 +08:00
  • 88fb173297 add configurable GPS update interval csrutil 2025-11-29 17:20:02 +08:00
  • c641beabd3 https://github.com/meshcore-dev/MeshCore/issues/989 - persist GPS enabled state to preferences csrutil 2025-11-29 16:37:10 +08:00
  • fe874032d5 Merge pull request #1153 from fdlamotte/thinknode_m5 ripplebiz 2025-11-29 12:13:30 +11:00
  • 1c0017b634 thinknode_m5: gps support Florent 2025-11-28 11:11:13 +01:00
  • ee4e87c3ee thinknode_m5: manage baclight Florent 2025-11-28 10:33:19 +01:00
  • dfec6d3483 thinknode_m5: tx_led Florent 2025-11-28 09:57:58 +01:00
  • 24edd3cf20 thinknode_m5: add pca9557 expander Florent 2025-11-27 22:55:21 +01:00
  • d0f6def4f9 thinknode_m5: initial port Florent 2025-11-27 21:49:04 +01:00
  • 0307b64721 Merge branch 'dev' into ext-trace Scott Powell 2025-11-27 23:22:06 +11:00
  • 3ddfdd477b Revert "add heltec_v4 tft expansion box" Scott Powell 2025-11-27 21:34:52 +11:00
  • 5b975d9e94 Merge branch 'dev' into ext-trace Scott Powell 2025-11-27 19:31:03 +11:00
  • ffbc24b3e7 Merge pull request #1148 from Meshcore-Portugal/jbrazio/2025_6d9681e2 ripplebiz 2025-11-27 17:01:30 +11:00
  • eae2fba73c Merge pull request #1082 from KR4DIO/dev ripplebiz 2025-11-27 16:12:22 +11:00
  • 13bf82f1c4 Merge pull request #1130 from zaquaz/buzzer-feature-pr ripplebiz 2025-11-27 16:04:44 +11:00
  • 6c7b5390e2 Remove default setting, since it is handled in MyMesh zaquaz 2025-11-26 18:37:56 -08:00
  • 59fc28b344 Merge pull request #1150 from recrof/heltec_build_fixes ripplebiz 2025-11-26 22:18:23 +11:00
  • 2ca15ef3dc Merge pull request #1151 from recrof/m2_fixes ripplebiz 2025-11-26 22:17:17 +11:00