Skip to content

Releases: pyrinas-iot/pyrinas-ble-client

0.3.2

09 Mar 20:50
Compare
Choose a tag to compare

0.3.2 is the latest stable release. It has a slew of bug fixes and improvements since 0.2.0.

Bug fixes

  • Fixing fault if Discovery is busy
  • Fixing a few issues preventing BLE DFU from working

Improvements

  • Added systick functionality for longer time period tracking
  • Added millis() function for tracking time < 60 seconds
  • Added the plumbing for RSSI measurements to be taken for ble_publish
  • Made Pyrinas easier to setup using make setup
  • Added 250000 BAUD option for serial.
  • Added flow control options for serial.
  • Adding simple GPIO controls

0.2.0

15 Feb 03:45
Compare
Choose a tag to compare

Some cool things coming along.

  • Timers - yup timers. Using Nordics app_timer interface. Check out timer.h for more info.
  • Filesystem - powered by Littlefs and Nordic's Qspi implementation. Everything is single threaded so it will block on writes and reads. fs.h for more info.
  • Renamed GPIO - mostly to keep the interface between app and SDK clean. Similar to if not the same as nrf_gpio..