All Projects → minodekit → pxt-minode

minodekit / pxt-minode

Licence: MIT license
mi:node kit(micro:bit IoT Starter Kit by element14) driver package for PXT/microbit

Programming Languages

C++
36643 projects - #6 most used programming language
typescript
32286 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pxt-minode

ventilator
Open source turbine based medical ventilator developed by CRUX (www.cruxbd.com)
Stars: ✭ 21 (-16%)
Mutual labels:  sensor
envsensor-observer-py
Python Bluetooth low energy observer example for OMRON Environment Sensor (2JCIE-BL01)
Stars: ✭ 31 (+24%)
Mutual labels:  sensor
pxt-calliope
A Microsoft MakeCode editor for the Calliope Mini board
Stars: ✭ 33 (+32%)
Mutual labels:  microbit
ant-plus
A node module for ANT+
Stars: ✭ 118 (+372%)
Mutual labels:  sensor
vl53l0x-linux
Library for interfacing with VL53L0X time-of-flight distance sensor under Linux
Stars: ✭ 19 (-24%)
Mutual labels:  sensor
falcon-helm
Helm Charts for running CrowdStrike Falcon with Kubernetes
Stars: ✭ 34 (+36%)
Mutual labels:  sensor
ACS712
Arduino library for ACS Current Sensor - 5A, 20A, 30A
Stars: ✭ 41 (+64%)
Mutual labels:  sensor
microbit-ble
Read data from micro:bit using Bluetooth from Linux
Stars: ✭ 40 (+60%)
Mutual labels:  microbit
goodbye-mihome
Web UI and plugins to manage Xiaomi MiHome gateway, sensors and smart devices.
Stars: ✭ 92 (+268%)
Mutual labels:  sensor
ant-arduino
An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
Stars: ✭ 69 (+176%)
Mutual labels:  mbed
OpenLibreNFC
An app to modify and read memory in the Libre blood glucose monitor.
Stars: ✭ 45 (+80%)
Mutual labels:  sensor
MDNS Generic
mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00
Stars: ✭ 22 (-12%)
Mutual labels:  mbed
embedded-sps
Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
Stars: ✭ 36 (+44%)
Mutual labels:  sensor
dana
DANA: Dimension-Adaptive Neural Architecture (UbiComp'21)( ACM IMWUT)
Stars: ✭ 28 (+12%)
Mutual labels:  sensor
SensingKit-Android
An Android framework that provides Mobile Sensing functionality to your apps.
Stars: ✭ 83 (+232%)
Mutual labels:  sensor
openblock-desktop
Graphic programming software for hardware like: arduino, microbit, esp32, esp8266...
Stars: ✭ 161 (+544%)
Mutual labels:  microbit
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (+40%)
Mutual labels:  mbed
mbed-cloud-sdk-python
Pelion Device Management SDK for Python
Stars: ✭ 13 (-48%)
Mutual labels:  mbed
embedded-ccs811-rs
Platform agnostic Rust driver for the CCS811 ultra-low power digital gas sensor for monitoring indoor air quality
Stars: ✭ 12 (-52%)
Mutual labels:  sensor
ha-gismeteo
Gismeteo Weather Provider for Home Assistant
Stars: ✭ 84 (+236%)
Mutual labels:  sensor

pxt-minode

mi:node Kit(micro:bit accessories by Embest) driver package for JavaScript Blocks Editor / makecode.microbit.org

Usage

  1. Open Microsoft PXT/microbit and new a project
  2. Search and add the minode package
  3. Use the Minode drawer in the editor to drag out and arrange the blocks
  4. Click Download to move your program to the micro:bit

About mi:node Kit

The mi:node kit is a modular, safe and easy to use group of items that allow kids to minimize the effort required to get started with IoT learning with micro:bit.

For this kit, there is no need for soldering, plug then use, the construction of the working circuit can be done within one minute.

  • Safe, Ready-to-use like Lego
    • It is modular
    • Safe for kids. No need for soldering
    • Easy. Just plug then use it
    • Expandable and reusable
  • Ten modules Focus on IoT Node
    • 10 sensor modules include:environmental monitoring, user interface, physical monitoring
    • Can be built a lot of cool projects include wearable device and smart home, etc.

Documentation

More please refer to http://www.embest-tech.com.

Example

Change the RGB LED color by pressing the button A and B.

input.onButtonPressed(Button.A, () => {
    minode.rgbChooseColor(ConnName.D13, MiNodeColor.MiNode_RGB_COLOR_RED)
})
input.onButtonPressed(Button.B, () => {
    minode.rgbChooseColor(ConnName.D13, MiNodeColor.MiNode_RGB_COLOR_GREEN)
})

License

MIT

Supported targets

  • for PXT/microbit (The metadata above is needed for package search.)
minode=github:minodekit/pxt-minode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].