Skip to content

Releases: KanoComputing/community-sdk

Python SDK

03 Sep 16:10
Compare
Choose a tag to compare
Python SDK Pre-release
Pre-release

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

03 Sep 16:14
Compare
Choose a tag to compare
Pre-release

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