Skip to content
Snippets Groups Projects
  1. Jul 09, 2024
    • Bernd-Christian Renner's avatar
      new feature: sleep mode (experimental) · 2e22f17e
      Bernd-Christian Renner authored and Bernd-Christian Renner's avatar Bernd-Christian Renner committed
      - sleep mode must be enabled in firmware with compile flag SLEEP_ENABLE (default: off)
      - sleep is activated by UART and left through EXT_PIN_WAKEUP (rising edge)
      - sleep is delayed until pending UART TX has completed (typically ACK for SLEEP command)
      - added software control for alternative LEDP configuration (RP) through
        PEN (PEN will be low / LEDP off when modem is sleeping)
      
      changed ACI interface to return NACK on faulty CMD (processCmd returns bool now instead of void)
      2e22f17e
  2. Jun 05, 2024
    • Bernd-Christian Renner's avatar
      refactoring · 2329c6b8
      Bernd-Christian Renner authored
      - removed obsolte txamp functions (re DAC enable sequence)
      - reorderd TX enable sequence
      - consolidated time keeping (ticks/time vs sample count)
        - added RX_ and TX_ prefixes for samples counts
        - added new data type rx_sample_cnt_t
        - renamed function to calc rx lag for more clarity
        - deactivated downsampling (locked feature, almost all steps made)
      2329c6b8
  3. Jun 03, 2024
    • Bernd-Christian Renner's avatar
      FIX: fixed hangs due to broken I2C caused by TXB (tx power setting) · c1aa52ac
      Bernd-Christian Renner authored
      - dropped support for OLD TXB with MCP4551 (see ERRATA)
      - added support for NEW TXB with AD5245
      - added timeout for busy-waiting peripheral (UART, I2C, SPI) interaction; on timeout, the MB indicates an error state through LEDs
      - updated AD5245 interface/driver to support two devices (distinguished through A0 bit)
      - tweaked TX/RX switch sequencing
      c1aa52ac
  4. Jan 16, 2023
  5. Nov 11, 2021
  6. Sep 16, 2020
  7. Aug 07, 2020
  8. Mar 17, 2020
  9. Feb 20, 2020
  10. Feb 18, 2020
  11. Feb 17, 2020
  12. Feb 10, 2020
Loading