Skip to content

Releases: microbotsio/CodeCell

1.2.7

25 Feb 17:27
08ff0a0
Compare
Choose a tag to compare

v1.2.7 Updates:

  • New GPIO Utility Functions: Added pinPWM(), pinADC(), pinRead(), and pinWrite() functions to simplify GPIO configuration.
  • Improved Schematic: Updated the schematic with missing values filled in and enhanced resolution for better clarity.
  • Battery Measurement: Implemented an averaging filter for more stable battery readings when loaded current.
  • Sampling Frequency Adjustment: Increased the minimum sampling frequency limit to 1Hz.
  • USB Charging Improvement: Introduced the USBChargeState() function to optionally keep CodeCell awake while charging.

1.2.6

22 Feb 12:35
219996a
Compare
Choose a tag to compare

v1.2.6 Updates:

  • Fixed bug related to Initial Sensor Readings

v1.2.5

18 Feb 17:39
42a1e8b
Compare
Choose a tag to compare

v1.2.4 Updates:

  • Fixed a bug that caused glitches when initializing multiple motion sensors.
  • Improved the Motion_Read function to read sensor data once within the Run function, instead of during individual sensor read function calls.
  • Added a new Light_Read function to read sensor data once in the Run function.
  • Updated Sensor Read functions

1.2.4

24 Jan 15:01
5f6f882
Compare
Choose a tag to compare

v1.2.4 Updates:

  • Updated Run() Function: Now supports configurable sampling frequency between 10Hz and 100Hz.
  • Battery Management Fixes: Resolved issues related to detecting full battery charge.
  • Serial Output: Updated serial data text for better readability.
  • I2C Performance Boost: Increased I2C bus speed from 100kHz to 400kHz
  • Device Metadata: Added hardware version, device name, and manufacturer details.

1.2.3

17 Oct 14:56
44b703f
Compare
Choose a tag to compare

Added more examples and updated bug fixes

1.2.2

12 Sep 12:13
fcdd965
Compare
Choose a tag to compare

Fixed bug related to Rotational Pitch

1.2.1

11 Sep 16:50
b59fe41
Compare
Choose a tag to compare

Updated examples and fixed bugs related to:

  • Activity Motion Guessing
  • USB charge threshold

1.2.0

02 Sep 11:52
ba2abe0
Compare
Choose a tag to compare

Updated Init() function, Added sw version and fix for motion reset bug

1.1.0

14 Aug 14:42
0a1721c
Compare
Choose a tag to compare
Add files via upload