Commit Graph

  • 68d4991da1 ateccx08: inttial implementation for ATECCx08 ateccx08 deadprogram 2023-01-18 19:29:52 +01:00
  • f2637a87d2 gps: improve parsing and add tests to verify deadprogram 2023-01-16 22:07:08 +01:00
  • ecb343b3b3 gps: improve error handling deadprogram 2023-01-14 13:27:08 +01:00
  • 0b62d4fb4a gps: add support for GLL sentence type, add original sentence to gps errors deadprogram 2023-01-14 12:32:45 +01:00
  • 5b461ec2d1 gps: improve error handling deadprogram 2023-01-14 11:06:25 +01:00
  • b1c9612158 (#501) make IP.String() method return something sensible Vincent Janelle 2023-01-07 00:16:01 -08:00
  • 0b6e1d0e78 lorawan: increment devnonce don't just create a new one each join attempt deadprogram 2023-01-15 21:28:30 +01:00
  • 49e7a6d6c8 sx126x: actually set the frequency when calling SetFrequency() deadprogram 2023-01-15 23:10:31 +01:00
  • be644b36fe lorawan: simplify GetRand16() function deadprogram 2023-01-15 18:38:35 +01:00
  • 409723e496 lorawan: set devNonce to new random value on each attempt to join deadprogram 2023-01-15 18:09:13 +01:00
  • 8aa3530c8b lorawan: increase timeout values for tx/rx deadprogram 2023-01-15 17:25:50 +01:00
  • 390854ee45 examples: set pin mappings for sx126x external board deadprogram 2023-01-15 14:47:29 +01:00
  • ce5dd65dad sx126x: pre-define all errors to avoid heap allocations deadprogram 2023-01-15 12:22:24 +01:00
  • 73e9d5bfec sx126x: move RadioController into separate file for clarity deadprogram 2023-01-15 09:07:25 +01:00
  • 462d2b3315 sx126x: correct RX/TX pin mapping for TheThingsIndustries GNSE board deadprogram 2023-01-14 21:51:20 +01:00
  • 9e70ecbe64 sx126x: there is no dio0 just dio1 deadprogram 2023-01-14 21:37:28 +01:00
  • d6d06396b4 sx126x: refactor to RadioController interface to more easily handle non-STM32WL boards and remove duplicated code deadprogram 2023-01-14 21:13:03 +01:00
  • 80b2a4a569 lora/lorawan: set functions for keys deadprogram 2023-01-12 14:52:18 +01:00
  • 556aa9e6d3 examples: lorawan atcmd outputs needed info after Join to reuse, aka 'OTAA provisioning' deadprogram 2023-01-12 13:20:28 +01:00
  • 4bc8ecdbdd lora/lorawan: completed functions needed for Join OTAA process deadprogram 2023-01-12 13:19:18 +01:00
  • 91909cf84a lorawan: increment devnonce don't just create a new one each join attempt lorawan-and-gps deadprogram 2023-01-16 00:18:38 +01:00
  • 8ff5e7095e sx126x: actually set the frequency when calling SetFrequency() deadprogram 2023-01-15 23:10:31 +01:00
  • b0286910c4 lorawan: increment devnonce don't just create a new one each join attempt deadprogram 2023-01-15 21:28:30 +01:00
  • 2bb10bf6b9 lorawan: simplify GetRand16() function deadprogram 2023-01-15 18:38:35 +01:00
  • 632cc964d5 lorawan: set devNonce to new random value on each attempt to join deadprogram 2023-01-15 18:09:13 +01:00
  • e296fa822b lorawan: increase timeout values for tx/rx deadprogram 2023-01-15 17:25:50 +01:00
  • d09ee42742 examples: set pin mappings for sx126x external board deadprogram 2023-01-15 14:47:29 +01:00
  • 10458f377f sx126x: pre-define all errors to avoid heap allocations deadprogram 2023-01-15 12:22:24 +01:00
  • 2174b039a5 sx126x: move RadioController into separate file for clarity deadprogram 2023-01-15 09:07:25 +01:00
  • 23b0068e53 sx126x: correct RX/TX pin mapping for TheThingsIndustries GNSE board deadprogram 2023-01-14 21:51:20 +01:00
  • 7372929a35 sx126x: there is no dio0 just dio1 deadprogram 2023-01-14 21:37:28 +01:00
  • 68b1b14347 sx126x: refactor to RadioController interface to more easily handle non-STM32WL boards and remove duplicated code deadprogram 2023-01-14 21:13:03 +01:00
  • 1ba616c6a6 lora/lorawan: set functions for keys deadprogram 2023-01-12 14:52:18 +01:00
  • c149f3d458 examples: lorawan atcmd outputs needed info after Join to reuse, aka 'OTAA provisioning' deadprogram 2023-01-12 13:20:28 +01:00
  • b096e7f2db lora/lorawan: completed functions needed for Join OTAA process deadprogram 2023-01-12 13:19:18 +01:00
  • ae2c06592d gps: improve error handling deadprogram 2023-01-14 13:27:08 +01:00
  • da791bf9f4 gps: add support for GLL sentence type, add original sentence to gps errors deadprogram 2023-01-14 12:32:45 +01:00
  • c1637d0b79 gps: improve error handling deadprogram 2023-01-14 11:06:25 +01:00
  • 999f42dc03 net/http: add PostForm() sago35 2022-12-25 11:12:41 +09:00
  • a1b47cd778 lorawan: Add test in Makefile Olivier Fauchon 2023-01-11 00:26:53 +01:00
  • 889536f7f0 Lorawan uplink support and new lorawan 'basic-demo' example Olivier Fauchon 2023-01-10 23:15:39 +01:00
  • 301e6bc35b examples: improvements to README for LoRaWAN atcmd example deadprogram 2023-01-10 21:23:19 +01:00
  • 49b390f7bc examples: lorawan atcmd able to join deadprogram 2023-01-08 23:46:39 +01:00
  • a62fc01d81 lora/lorawan: implement minimal Join() function, and supporting functions deadprogram 2023-01-08 19:42:19 +01:00
  • 36dfdf568e examples: move atcmd into lorawan deadprogram 2023-01-08 19:41:52 +01:00
  • 7b5a3970ca lorawan: add initial LoRaWAN stack support deadprogram 2023-01-08 18:52:57 +01:00
  • 3433364586 examples: example with LoRa AT command set implementation deadprogram 2023-01-06 09:54:48 +01:00
  • 338be928c9 sx126x, sx127x: remove extra Lora in functions to avoid stuttering deadprogram 2023-01-08 17:17:05 +01:00
  • 98943393a5 sx127x: correct header type implicit/explcit as they were reversed deadprogram 2023-01-08 14:30:55 +01:00
  • 6b817faed3 sx126x: add Reset() and needed pin deadprogram 2023-01-06 14:15:38 +01:00
  • 9b14ee3ec5 sx127x: lora rx/tx example working, now assumes pybadge+featherwing deadprogram 2022-12-26 16:59:38 +01:00
  • 6d51370512 lora: created shared RadioEvent deadprogram 2022-12-26 00:46:49 +01:00
  • 2005d7d483 lora: move shared config for sx126x/sx127x to single package deadprogram 2022-12-23 11:05:51 +01:00
  • f15eec822f sx127x: Ajout du support d'interruptions RXTimeout (DIO1) Olivier Fauchon 2022-02-02 01:18:24 +01:00
  • dc4f0c974a sx127x: Major cleanup/rewrite, and tests pass with lorawan stack tests Olivier Fauchon 2022-01-20 16:32:09 +01:00
  • 28ddb2681d sx127x: Driver for Semtech sx127x radio modules This first version of the driver has been tested with BB-FRM9x module Olivier Fauchon 2021-01-19 00:35:45 +01:00
  • b6b5668945 examples: correct missing const for lora atcmd lora-at-cmd deadprogram 2023-01-08 19:13:18 +01:00
  • 24b6f0f296 examples: use shorter names for Lora radio functions deadprogram 2023-01-08 18:51:03 +01:00
  • 38ba7772e2 sx126x, sx127x: remove extra Lora in functions to avoid stuttering deadprogram 2023-01-08 17:17:05 +01:00
  • 6df6bf4880 examples: add SEND/RECV to lora at-cmd for LoRa P2P/P2MP (not LoRaWAN) testing deadprogram 2023-01-08 09:29:29 +01:00
  • 8cfe5ebc4a examples: lora atcmd minimal rx and tx deadprogram 2023-01-07 13:10:44 +01:00
  • f098853465 examples: add minimal README to at-cmd deadprogram 2023-01-06 17:11:35 +01:00
  • dc953b09b6 examples: lora atcmd compiled for simulator, sx126x, and sx127x deadprogram 2023-01-06 17:04:21 +01:00
  • 59ff8a4585 examples: further work on at-lora deadprogram 2023-01-06 14:13:08 +01:00
  • 125d8b6530 examples: WIP on adding LoRa AT command set implementation deadprogram 2023-01-06 09:54:48 +01:00
  • 1832e40f4d sx127x: correct header type implicit/explcit as they were reversed deadprogram 2023-01-08 14:30:55 +01:00
  • 9af4640788 sx126x: add Reset() and needed pin deadprogram 2023-01-06 14:15:38 +01:00
  • 65677a3836 sx127x: lora rx/tx example working, now assumes pybadge+featherwing deadprogram 2022-12-26 16:59:38 +01:00
  • f67130b52d lora: created shared RadioEvent deadprogram 2022-12-26 00:46:49 +01:00
  • d94003bd3a lora: move shared config for sx126x/sx127x to single package deadprogram 2022-12-23 11:05:51 +01:00
  • 8fc9dd0670 net/http: add length check http-chunked sago35 2022-12-25 21:54:24 +09:00
  • 479beeeece WIP : chunked sago35 2022-12-25 19:07:33 +09:00
  • 2526660a96 WIP: no data sago35 2022-12-25 19:07:17 +09:00
  • 4213d6f582 net/http: refactor net/http/tinygo.go sago35 2022-12-25 11:48:04 +09:00
  • 81cf507e4e net/http: add support for RoundTripper sago35 2022-12-25 11:41:36 +09:00
  • 86cc0e31f1 rtl8720dn: add handling when connect fails sago35 2022-12-25 11:30:49 +09:00
  • e3e95cacfe net/http: add PostForm() sago35 2022-12-25 11:12:41 +09:00
  • a421318a4d sx127x: Ajout du support d'interruptions RXTimeout (DIO1) Olivier Fauchon 2022-02-02 01:18:24 +01:00
  • deb22c4a57 sx127x: Major cleanup/rewrite, and tests pass with lorawan stack tests Olivier Fauchon 2022-01-20 16:32:09 +01:00
  • 67d2af5d45 sx127x: Driver for Semtech sx127x radio modules This first version of the driver has been tested with BB-FRM9x module Olivier Fauchon 2021-01-19 00:35:45 +01:00
  • 877342d0ff add suport for SH1106 display driver BCG 2022-02-14 22:12:22 -05:00
  • 8b3075fdba build: remove older format build tags deadprogram 2022-12-20 22:16:37 +01:00
  • 7d58709b7d bme280: improve config support Kenneth Bell 2022-07-29 14:48:43 +01:00
  • 789bbbd89f Update DHT22 receive to use runtime/interrupt Jason Del Ponte 2022-12-08 17:15:27 -08:00
  • ea944c8933 buzzer: no tone during rest Lucas Bremgartner 2022-11-26 18:26:38 +01:00
  • d27859453c buzzer: make all note durations float64 Lucas Bremgartner 2022-11-26 18:18:13 +01:00
  • 349b5ca87e WIP: net/http RoundTripper roundtripper sago35 2022-12-08 22:28:27 +09:00
  • 0ccd979f23 examples: fix odd if sequence found by static analysis Damian Gryski 2022-11-17 09:27:41 -08:00
  • a888570c8c fix broken link for lora sx1261 John Clark 2022-11-22 05:26:30 -05:00
  • 5b2c2f800d vl53l1x: Add getter for the effective SPAD count Michael Meister 2022-10-27 08:49:39 +02:00
  • 0ec887c9d8 wifinina: add support for http server (#480) Scott Feldman 2022-11-14 13:24:15 -08:00
  • c5dbe18be1 lsm303agr: fix I2C address auto increment for multi data read Lucas Bremgartner 2022-10-28 20:37:12 +02:00
  • 2bca84b8d1 remove unused import Andy Janata 2022-10-09 23:49:56 -07:00
  • 690daebcd1 microbitmatrix: add smoke test for microbitmatrix with microbit-v2 Lucas Bremgartner 2022-10-11 10:35:11 +02:00
  • 89770a7d05 microbitmatrix: add support for brightness of led pixels Lucas Bremgartner 2022-10-10 23:56:49 +02:00
  • 8a39bb7aae microbitmatrix: harmonize v1 and v2 implementation Lucas Bremgartner 2022-10-10 23:51:31 +02:00
  • a106fd48ce microbitmatrix: move Size() to verion agnostic part Lucas Bremgartner 2022-10-05 16:08:44 +02:00
  • b2fdd3c333 microbitmatrix: add link to schema for microbit V2 Lucas Bremgartner 2022-10-05 16:06:05 +02:00
  • 42dc6eb068 mpu6050: return I2C error when configuring fails Ayke van Laethem 2022-10-17 16:23:10 +02:00
  • c00cb3abdd qmi8658c: Add support for the QMI8658C sensor (#467) Rafael Badiale 2022-10-02 09:14:37 -03:00