Releases: KanoComputing/community-sdk
Releases · KanoComputing/community-sdk
Python SDK
This is a very exciting, brand new Python SDK for interacting with Motion Sensor Kit and Retail Pixel Kit with Python! Check the wiki for more information!
This version contains:
- A way to list all the available Kano devices connected to your computer
- A Motion Sensor class that that connects via serial USB allows you to set mode, change polling interval, get proximity and gesture values
- A Pixel Kit class that connects only via serial USB and allow you to get battery and wifi status, scan for available networks, connect to a wifi network, stream/draw frames, button up and down events and dial events (modes changed)
- Examples for most of the features on the classes above
Javascript/Node.js SDK
This is a very exciting, brand new Javascript/Node.js SDK for interacting with Motion Sensor Kit and Retail Pixel Kit with Python! Check the wiki for more information!
This version contains:
- A way to list all the available Kano devices connected to your computer
- A Motion Sensor class that that connects via serial USB allows you to set mode, change polling interval, get proximity and gesture values
- A Pixel Kit class that connects via serial USB, Websockets (yes! Wireless access to your Pixel Kit!) and allow you to get battery and wifi status, scan for available networks, connect to a wifi network, stream/draw frames, button up and down events and dial events (modes changed)
- Examples for most of the features on the classes above