Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1010Technologies/pxt-makerbit
The MakerBit connects to a wide variety of components.
https://github.com/1010Technologies/pxt-makerbit
bbc-micro infrared-control lcd1602 makecode microbit motor-driver mp3 touch ultrasonic-sensor
Last synced: 4 days ago
JSON representation
The MakerBit connects to a wide variety of components.
- Host: GitHub
- URL: https://github.com/1010Technologies/pxt-makerbit
- Owner: 1010Technologies
- License: mit
- Created: 2018-03-01T20:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T16:01:52.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:14:55.017Z (3 months ago)
- Topics: bbc-micro, infrared-control, lcd1602, makecode, microbit, motor-driver, mp3, touch, ultrasonic-sensor
- Language: Makefile
- Homepage: http://makerbit.com/
- Size: 2.82 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-calliope - MakerBit - Blöcke zum Ansteuern von Serial MP3 und I2C LCD 1602 Erweiterungen (MakeCode Pakete)
README
# MakerBit
[![Build Status](https://travis-ci.org/1010Technologies/pxt-makerbit.svg?branch=master)](https://travis-ci.org/1010Technologies/pxt-makerbit)
![MakerBit](https://github.com/1010Technologies/pxt-makerbit/raw/master/icon.png "MakerBit")
The MakerBit connects to the BBC micro:bit to provide easy connections to a wide variety of sensors, actuators and other components.
This MakeCode extension includes our complete set of extensions for the MakerBit board.http://makerbit.com/
| ![MakerBit](https://github.com/1010Technologies/pxt-makerbit/raw/master/MakerBit.png "MakerBit") | ![MakerBit+R](https://github.com/1010Technologies/pxt-makerbit/raw/master/MakerBit+R.png "MakerBit+R") |
| :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: |
| _MakerBit_ | _MakerBit+R with motor controller_ |## Extensions & Notes
Bluetooth is disabled by default to save memory.
[MakerBit-Touch](https://github.com/1010Technologies/pxt-makerbit-touch)
[MakerBit-Motor](https://github.com/1010Technologies/pxt-makerbit-motor)
[MakerBit-MP3](https://github.com/1010Technologies/pxt-makerbit-mp3)
[MakerBit-LCD1602](https://github.com/1010Technologies/pxt-makerbit-lcd1602)
[MakerBit-Ultrasonic](https://github.com/1010Technologies/pxt-makerbit-ultrasonic)
[MakerBit-IR-Receiver](https://github.com/1010Technologies/pxt-makerbit-ir-receiver)
[MakerBit-IR-Transmitter](https://github.com/1010Technologies/pxt-makerbit-ir-transmitter)
[MakerBit-Pins](https://github.com/1010Technologies/pxt-makerbit-pins)
[MakerBit-HC-SR04-Clap](https://github.com/1010Technologies/pxt-makerbit-hc-sr04-clap)
## License
MIT
## Supported targets
- for PXT/microbit
## Build and Publish
Install (Mac):
```
git clone https://github.com/1010Technologies/pxt-makerbit.git
cd pxt-makerbit
sudo npm install -g pxt
pxt target microbit
pxt install
```Build:
```
pxt build
```Release/publish:
```
pxt bump
```