Skip to content

Latest commit

 

History

History
 
 

examples

Examples

  • led
    • read/write characteristic to turn an LED on/off - polling style
  • led_callback
    • read/write characteristic to turn an LED on/off - callback style
  • led_switch
    • read/write characteristic + notify characteristic to turn an LED on/off and button status
  • physical_web_beacon
  • test
    • read/write/notify characteristic for counter
  • serial

RedBearLab - BLE Controller App

The following examples work with the RedBearLab BLE Controller iOS/Android app and were provided by RedBearLab.

  • BLEControllerSketch
    • reports Arduino's pin mode and pin state
  • SimpleChat
    • Two way chat example from Arduino serial monitor to/from app
  • SimpleControls
    • Use app to configure and control Arduino pins as: DIGITAL_IN, DIGITAL_OUT, PWM, SERVO, ANALOG_IN