Skip to content

Version 1.0.0 - Initial Release

Latest

Choose a tag to compare

@MyoWareMaker MyoWareMaker released this 02 Mar 14:36
· 1 commit to main since this release

Initial release of the MyoWare Arduino Library.

Features

  • MyoWare Arduino Class: This class helps users interact with the MyoWare 2.0 Muscle Sensor, MyoWare 2.0 Wireless Shield, and more.

Examples

MyoWare Wireless Shield Examples

  • MyoWareBLEPeripheral: An example of how to setup a MyoWare 2.0 Wireless Shield as a BLE peripheral device using the ArduinoBLE and MyoWare Arduino libraries.
  • MyoWareBLECentral: An example of how to setup a MyoWare 2.0 Wireless Shield as a BLE central device using the ArduinoBLE and MyoWare Arduino libraries.
  • MyoWareBLEUART: An example of how to setup a MyoWare 2.0 Wireless Shield to send data to mobile apps such as Adafruit Blufruit app as a BLEUART device using the ESP32 BLE Arduino and MyoWare Arduino libraries.

Other Examples

  • ReadMyoWareVoltage: An example of how to read and convert data from a MyoWare 2.0 Muscle Sensor using the MyoWare Arduino Library.
  • TestMyoWareSamplingRate: An example of how a simple way to calculate your Arduino device's sampling rate. Note: The MyoWare 2.0 Muscle Sensor is an analog device so your sampling rate wholly depends on your Arduino device and code, not the sensor itself.