Releases: pyrinas-iot/pyrinas-ble-client
Releases · pyrinas-iot/pyrinas-ble-client
0.3.2
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
Some cool things coming along.
- Timers - yup timers. Using Nordics
app_timer
interface. Check outtimer.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..