Adafruit IO with Micropython?

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
rmarlan
 
Posts: 2
Joined: Tue Sep 10, 2013 12:31 am

Adafruit IO with Micropython?

Post by rmarlan »

I would like to use Adafruit IO with Micropython not Circus Python. This is what my board requires. Is there any getting started guide or tutorial for using Micropython? Thanks!

User avatar
dastels
 
Posts: 15658
Joined: Tue Oct 20, 2015 3:22 pm

Re: Adafruit IO with Micropython?

Post by dastels »

Use of Adafruit IO is through either an MQTT or RESTful API, so it's language agnostic. Additionally, since CircuitPython is a fork of MicroPython it should be a fairly simple matter to get the CircuitPython AdafruitIO library running with MicroPython.

Dave

User avatar
rmarlan
 
Posts: 2
Joined: Tue Sep 10, 2013 12:31 am

Re: Adafruit IO with Micropython?

Post by rmarlan »

@dastels
Thanks - that makes it too easy.

I didn't know if adafruit io used standard MQTT or a proprietary platform.

User avatar
brubell
Learn User Page
 
Posts: 2010
Joined: Fri Jul 17, 2015 10:33 pm

Re: Adafruit IO with Micropython?

Post by brubell »

rmarlan wrote:@dastels
Thanks - that makes it too easy.

I didn't know if adafruit io used standard MQTT or a proprietary platform.

Standard MQTT! Check out the MQTT API documentation here: https://io.adafruit.com/api/docs/mqtt.html

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”