Skip to content

Releases: freaklabs/chibiArduino

Minor bug fixes and cleanup

17 Sep 01:30
Compare
Choose a tag to compare

Main change here is the radio init routine. It is more robust to initialize the radio.

Added support for Freakduino 2.4 GHz Long Range Board

29 Jan 11:51
Compare
Choose a tag to compare
  • Modified code so that it could support Freakduino 2.4 GHz Long Range boards

chibiArduino v1.07

22 Jan 06:10
Compare
Choose a tag to compare
  • Updated README with useful information
  • Fixed bug that wouldn't allow it to wake properly after sleep
  • Fixed bug that didn't properly support Saboten

chibiArduino v1.06

12 Feb 23:32
Compare
Choose a tag to compare

New Features

  • Added chibi_ex10_sensniff - An example to allow sensniff to act as a protocol analyzer in promiscuous mode
  • Added chibiGetChannel() function for compatibility with sensniff
  • Added chibiGetChannel() to documentation
  • Added chibiGetBufRemaining() to calculate remaining space in receive buffer

Bug Fixes

  • Fixed bug in chibi_ex10_sensniff
  • Fixed non-unicode character in chibiUsrCfg.h that caused some strange problems
  • Fixed typos and documentation bugs