0.8.3 • Published 7 years ago

thing-it-device-microcontroller v0.8.3

Weekly downloads
69
License
(MIT OR EPL)
Repository
github
Last release
7 years ago

thing-it-device-microcontroller

NPM NPM

thing-it-node Device Plugin for Microcontrollers (Arduino Uno and others) as well as GPIO access for Single-board Computers like Raspberry Pi or C.H.I.P.

This allows you to

  • control the Microcontroller configuration over the Internet,
  • define complex services, event processing, storyboards and Jobs combining the Microcontroller and its connected Devices, Actors and Sensors with other Devices, Sensors and Actors.

by means of thing-it-node and thing-it.com.

Installation

After you have

connect your microcontroller to your thing-it Node Box via a USB cable.

User Interface

The appearance of the UI of the Microcontroller Plugin on the thing-it Mobile Client depends on the configured Actors and Sensors

Actors

LED

RGB LED

Addressable LED (WS2812B)

The Pixel Actor only works with Arduino as Microcontroller and requires a custom version of the Arduino Firmata. Installation instructions can be found here.

Button

Servo

LCD

Photocell

Potentiometer

Relay

Sensors

Light Sensor

Note: Light sensor uses i2c interface. For Microcontroller Typ: Raspberry PI this must be activated first via sudo raspi-config -> interfaces

Connection:

Raspberry Pi pin (function)TSL2564/BH1750
6/9/14/20/25/30/34 (GND)GND
1/17 (3.3V)VCC
5 (SCL)SCL
3 (SDA)SDA

Air Quality Sensor

Note: AirQuality sensor uses i2c interface. For Microcontroller Typ: Raspberry PI this must be activated first via sudo raspi-config -> interfaces

Connection:

Raspberry Pi pin (function)AirQuality
6/9/14/20/25/30/34 (GND)GND
1/17 (3.3V)VCC
5 (SCL)SCL
3 (SDA)SDA

Once I2C is enabled, we need to slow the speed way down due to constraints of this particular sensor.

via

sudo nano /boot/config.txt

add this line to the file

dtparam=i2c_baudrate=10000

safe and reboot

0.8.3

7 years ago

0.8.2

7 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.11

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.33

10 years ago

0.0.32

10 years ago

0.0.31

10 years ago

0.0.30

10 years ago

0.0.1

10 years ago