Commit Graph

  • 94db70d511 new implementation JQ 2025-05-07 18:14:56 -07:00
  • c2ef0a3f0b Heltec Wireless Tracker support seagull9000 2025-05-07 21:42:29 +12:00
  • e076e797e6 Heltec Wireless Tracker support seagull9000 2025-05-07 21:40:27 +12:00
  • 90b3b1b6fe Merge pull request #257 from liamcottle/fix/valid-ble-pin ripplebiz 2025-05-07 19:03:57 +10:00
  • f18a3b78ad ble pin must be zero or a valid 6 digit pin liamcottle 2025-05-07 20:53:59 +12:00
  • 6962a043e2 Merge pull request #256 from liamcottle/feature/enable-repeater-neighbours ripplebiz 2025-05-07 18:34:05 +10:00
  • d04eda9f16 enable neighbours feature for all repeater variants liamcottle 2025-05-07 20:26:15 +12:00
  • 941d2d5c13 fixing scaling of bitmaps for 7789 display JQ 2025-05-06 20:47:14 -07:00
  • 5e7c9a229f Cleaning up power code for the TBeam hank 2025-05-05 23:58:21 -07:00
  • 0263b6632c Adding support for TBeam 1.1 hank 2025-05-05 23:03:14 -07:00
  • f855523481 * refactor: removed mesh::Mesh dependency from CommonCLI Scott Powell 2025-05-06 11:51:51 +10:00
  • 6dd85880e4 Merge pull request #246 from liamcottle/dev ripplebiz 2025-05-06 10:39:58 +10:00
  • dfe3561f39 Merge pull request #251 from recrof/dev ripplebiz 2025-05-06 10:37:04 +10:00
  • bff90a5102 Merge pull request #250 from fdlamotte/fix_set_custom_var ripplebiz 2025-05-06 10:35:30 +10:00
  • 078a60040d Merge branch 'ripplebiz:dev' into dev Rastislav Vysoky 2025-05-05 22:48:56 +02:00
  • eaea26267b disable debug flags that were not commented out after debugging recrof 2025-05-05 22:48:21 +02:00
  • a39c000f5d fix for set_custom_var Florent de Lamotte 2025-05-05 16:35:32 +02:00
  • fb5fcae614 Merge pull request #249 from recrof/dev ripplebiz 2025-05-05 19:30:39 +10:00
  • 81863a5995 Delete src/helpers/CustomLR1121Wrapper.h Rastislav Vysoky 2025-05-05 08:34:41 +02:00
  • 310e6c64d4 Delete src/helpers/CustomLR1121.h Rastislav Vysoky 2025-05-05 08:34:24 +02:00
  • 5780b50a48 echo, m1: correct display scalling; all nrf52 boards jsons: added debug.openocd_target recrof 2025-05-05 08:30:12 +02:00
  • 791da53c7b * ST7789Display: now with SCALE_X,SCALE_Y * fix for GxEPDDisplay Scott Powell 2025-05-05 15:54:31 +10:00
  • 5b27bef485 Merge pull request #248 from jquatier/t114-landscape ripplebiz 2025-05-05 15:43:35 +10:00
  • d3a88e9206 T114 Landscape JQ 2025-05-04 21:54:47 -07:00
  • 67d709b3aa T114 Landscape JQ 2025-05-04 21:51:58 -07:00
  • 136f3d1000 * GxEPDDIsplay: driver now applying SCALE_X, SCALE_Y Scott Powell 2025-05-05 13:37:48 +10:00
  • 458f309065 Merge pull request #243 from recrof/dev ripplebiz 2025-05-05 13:17:32 +10:00
  • af606343a7 * FIX: UI should show "< Room Server >" Scott Powell 2025-05-05 13:11:43 +10:00
  • 1f06d22bde Merge pull request #247 from jquatier/ui-text-width ripplebiz 2025-05-05 11:53:47 +10:00
  • bcb64d8a4c * companion: fix for _GET_STATUS response Scott Powell 2025-05-05 11:49:17 +10:00
  • cb80ceee47 * companion: protocol ver bump to 5 * companion: new prefs: telemetry_mode_base, telemetry_mode_loc * companion: CMD_SET_OTHER_PARAMS, now optionally can set telemetry_modes Scott Powell 2025-05-05 11:21:55 +10:00
  • 9d967388f7 cleanup JQ 2025-05-04 18:20:53 -07:00
  • 678f36a57b Implement getTextWidth for display classes JQ 2025-05-04 18:17:18 -07:00
  • 8f32ee61ce no need for prefs check before prefs are loaded liamcottle 2025-05-05 11:34:02 +12:00
  • 0bccf29f64 use hex of first 4 bytes of identity public key as default node name liamcottle 2025-05-05 11:21:31 +12:00
  • e442e94e3d * SensorManager: now can influence advert lat/lon, new custom name:value pairs for custom settings (eg, gps on/off) * companion: new CMD_GET_CUSTOM_VARS, CMD_SET_CUSTOM_VAR * T1000e: now supports "gps" custom setting (value "0" or "1") Scott Powell 2025-05-05 00:15:35 +10:00
  • cd9691ba81 Merge pull request #244 from fdlamotte/t1000e_telemetry_gps ripplebiz 2025-05-04 23:46:59 +10:00
  • 933e7ba847 t1000e quick and dirty integration of gps into telemetry framework Florent 2025-05-03 17:00:53 +02:00
  • b407f923e0 initial support for Elecrow ThinkNode M1 recrof 2025-05-03 15:42:10 +02:00
  • 1e031e989d Merge branch 'dev' of github.com:recrof/MeshCore into dev recrof 2025-05-03 14:59:06 +02:00
  • 26f01e0605 * companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE Scott Powell 2025-05-03 20:08:44 +10:00
  • 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. Scott Powell 2025-05-03 13:14:03 +10:00
  • 6aa4df6ca5 Merge pull request #242 from fdlamotte/xiao-nrf52_pindef_in_config ripplebiz 2025-05-03 12:10:44 +10:00
  • e1c3dfca92 xiao-nrf : move pindef in pio.ini Florent 2025-05-02 08:27:26 +02:00
  • c0870960d6 * repeater CLI: 'neighbors' command now responds with "-none-" if no neighbors Scott Powell 2025-05-02 13:24:06 +10:00
  • 73231b1d22 Merge pull request #213 from jquatier/ui-enhancements ripplebiz 2025-05-02 11:32:09 +10:00
  • 2818749a09 revert file JQ 2025-05-01 18:29:25 -07:00
  • 77f44f727e merge from dev JQ 2025-05-01 18:10:03 -07:00
  • 8f84a5d990 Merge pull request #237 from fdlamotte/t114_monochrome ripplebiz 2025-05-01 16:01:36 +10:00
  • 9813ec6d96 Merge pull request #229 from recrof/dev ripplebiz 2025-05-01 12:01:25 +10:00
  • d63775b878 Merge pull request #234 from fdlamotte/Arduino_serial_using_stream ripplebiz 2025-04-30 22:14:55 +10:00
  • 8a8e89f282 * refactor: "neighbors" command Scott Powell 2025-04-30 21:41:09 +10:00
  • 05254bd67b t114 display : some fixes Florent de Lamotte 2025-04-30 11:26:04 +02:00
  • f68b9bbfca Merge branch 'dev' into t114_monochrome Florent de Lamotte 2025-04-30 11:11:01 +02:00
  • 1c67d1cb42 change screen rotation and fix bitmap Florent de Lamotte 2025-04-30 11:09:43 +02:00
  • 056bcf83d9 * Repeater: neighbour table now only of other repeaters Scott Powell 2025-04-30 18:43:48 +10:00
  • f261599608 * bug fix for CLI retry attempts (should be ignored) Scott Powell 2025-04-30 18:10:58 +10:00
  • e6325db72b * repeater: new CLI command 'neighbors' Scott Powell 2025-04-30 18:01:30 +10:00
  • 154b5e4014 New Board: Elecrow ThinkNode M1 recrof 2025-04-29 17:32:08 +02:00
  • 21756d5e1c Merge pull request #232 from fdlamotte/xiao_s3_screen ripplebiz 2025-04-29 15:50:25 +10:00
  • 7eebd81cd0 use Stream abstract interface for serial port in ArduinoSerialInterface Florent de Lamotte 2025-04-28 16:17:29 +02:00
  • 2cdb3b501c add display to companion_radio_ble target Florent de Lamotte 2025-04-28 11:08:20 +02:00
  • 13654347c7 Merge branch 'ripplebiz:main' into ui-enhancements Jacob Quatier 2025-04-27 20:37:49 -07:00
  • 4f2aaa47d3 detect if we have nrf52 by probing for *.zip and *.hex output files recrof 2025-04-27 10:24:38 +02:00
  • b614cef980 Merge pull request #228 from liamcottle/dev ripplebiz 2025-04-26 20:07:48 +10:00
  • 569ef18b35 Merge pull request #225 from alesgenova/short-led ripplebiz 2025-04-26 17:27:03 +10:00
  • 8f5a2ac832 remove pin mode setup from uitask liamcottle 2025-04-26 17:54:59 +12:00
  • c942aa06f9 * Packet::readFrom() payload_len guard Scott Powell 2025-04-26 11:05:13 +10:00
  • 2f047da3a3 Merge pull request #223 from neutralinsomniac/add_direnv_to_gitignore ripplebiz 2025-04-25 19:28:12 +10:00
  • f51ab11cf1 companion_radio: greatly reduce the status LED usage Alessandro Genova 2025-04-24 21:54:37 -04:00
  • 2a7e105c59 some tests Florent 2025-04-24 22:37:06 +02:00
  • 0fc4d244ea Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment Jeremy O'Brien 2025-04-24 12:18:22 -04:00
  • 36b981c9eb * new targets: Generic_E22_*_repeater Scott Powell 2025-04-24 13:50:18 +10:00
  • e1092118d9 * ESPNOW: packet rx/tx counters Scott Powell 2025-04-24 12:16:55 +10:00
  • 00f0bb7471 * ESPNOW: now using hardware RNG for radio_new_identity() Scott Powell 2025-04-24 10:59:01 +10:00
  • 10df19d3a3 Merge pull request #222 from rusty-labs/tbeam_sx1262_support ripplebiz 2025-04-24 10:28:56 +10:00
  • da1febdd88 Support for TBeam SX1262 board rusty.labs 2025-04-23 20:23:06 -04:00
  • 70b6e01c49 Merge pull request #205 from neutralinsomniac/add_default_nix ripplebiz 2025-04-24 09:56:48 +10:00
  • 285423ca55 Merge pull request #220 from fdlamotte/xiao-nrf52-targets ripplebiz 2025-04-23 19:23:37 +10:00
  • 8c992d5037 xiao_nrf52-missing_targets Florent 2025-04-23 11:20:28 +02:00
  • 977b76c47e Merge pull request #219 from recrof/dev ripplebiz 2025-04-23 19:06:47 +10:00
  • 669597ea4f bugfix: only include SSD1306Display during build recrof 2025-04-23 10:43:56 +02:00
  • a87b5231cc * RP2040 IdentityStore begin(), to ensure mkdir() Scott Powell 2025-04-22 15:26:04 +10:00
  • 2ba3f42f30 Merge pull request #217 from AeroXuk/feature/rp2040_picow_dev ripplebiz 2025-04-22 15:04:09 +10:00
  • 26efe2fb19 Hopefully the correct ADC_MULTIPLIER value. AeroXuk 2025-04-21 23:01:44 +01:00
  • 4d9964ff98 Correct opens to use "w" filemode instead of "w+" filemode. AeroXuk 2025-04-21 21:49:41 +01:00
  • b1c8963e1e Merge 'dev' into 'feature/rp2040_picow_dev'. AeroXuk 2025-04-21 21:21:10 +01:00
  • 99246e6b6f Added Pi PIcoW support in the following modes: - Companion Radio over USB Serial - Repeater - Room Server - Terminal Chat AeroXuk 2025-04-21 21:17:03 +01:00
  • 76847a7756 Merge branch 'dev' Scott Powell 2025-04-21 21:57:55 +10:00
  • 9d82911e18 * ver bump to v1.5.1 Scott Powell 2025-04-21 21:50:55 +10:00
  • 631f593895 * companion: bug fix for 'export contact' Scott Powell 2025-04-21 21:38:57 +10:00
  • 933764546a Merge branch 'dev' Scott Powell 2025-04-21 17:39:57 +10:00
  • 1e263cab2b * ver bump to v1.5.0 Scott Powell 2025-04-21 17:39:36 +10:00
  • a81e8b4b54 Merge pull request #211 from fdlamotte/techo-display ripplebiz 2025-04-21 16:44:52 +10:00
  • 8f70d48ea1 * fix for AutoDiscoverRTCClock Scott Powell 2025-04-21 16:35:55 +10:00
  • c0eb5bffaa Merge pull request #212 from fdlamotte/xiao_nrf52-batread ripplebiz 2025-04-21 16:29:26 +10:00
  • 1b25a63996 Merge pull request #210 from fdlamotte/xiao_expansion ripplebiz 2025-04-21 16:25:51 +10:00
  • 7669b97b8b Merge pull request #208 from cod3doomy/dev ripplebiz 2025-04-21 16:23:06 +10:00
  • 7d7692a13b adding connected check JQ 2025-04-20 19:08:00 -07:00
  • c34dd2a40c UI: battery indicator, boot screen, radio settings Jacob Quatier 2025-04-20 17:40:58 -07:00