Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional IO Examples for api-v2 release #41

Closed
12 of 17 tasks
brentru opened this issue Jun 22, 2018 · 4 comments
Closed
12 of 17 tasks

Add additional IO Examples for api-v2 release #41

brentru opened this issue Jun 22, 2018 · 4 comments
Assignees

Comments

@brentru
Copy link
Member

brentru commented Jun 22, 2018

We should have additional examples in this library which are compatible with API-V2 and based off the recently updated examples within the AIO_Arduino Library: (https://github.com/adafruit/Adafruit_IO_Arduino/tree/master/examples).

Examples involving GPIO (italicized) will support the Raspberry Pi as a target hardware platform.

  • adafruitio_00_publish
  • adafruitio_01_subscribe
  • adafruitio_02_pubsub
  • adafruitio_03_multiple_feeds
  • adafruitio_04_location
  • adafruitio_05_type_conversion
  • adafruitio_06_digital_in
  • adafruitio_07_digital_out
  • adafruitio_08_analog_in
  • adafruitio_09_analog_out
  • adafruitio_10_dashboard_creation
  • adafruitio_11_group_pub
  • adafruitio_12_group_sub
  • adafruitio_13_rgb
  • adafruitio_14_neopixel
  • adafruitio_15_temp_humidity
  • adafruitio_16_servo
@brentru brentru self-assigned this Jun 26, 2018
@brentru
Copy link
Member Author

brentru commented Jun 26, 2018

Examples in development are on the v2-examples sub-branch of api-v2: https://github.com/adafruit/io-client-python/tree/v2-examples

@brentru
Copy link
Member Author

brentru commented Jul 5, 2018

Some of these examples are not compatible with the current state of Adafruit IO Python Client Library (api-v2), we'll add them in if requested:

  • adafruitio_10_dashboard_creation
  • adafruitio_11_group_pub
  • adafruitio_12_group_sub

@brentru
Copy link
Member Author

brentru commented Jul 5, 2018

These examples require more features from Adafruit-Blinka. They will be added to this client as it develops further:

  • adafruitio_08_analog_in: Requires PWM
  • adafruitio_09_analog_out: PWM
  • adafruitio_13_rgb: PWM
  • adafruitio_14_neopixel: NeoPixel Python Library
  • adafruitio_15_temp_humidity: DHT
  • adafruitio_16_servo: Servo or Motor Library/PWM

@brentru
Copy link
Member Author

brentru commented Dec 31, 2018

Examples listed have been added and are in the Learning System IO Basics Guides, closing...

@brentru brentru closed this as completed Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant