0.8.3 • Published 6 years ago

thing-it-device-microcontroller v0.8.3

Weekly downloads
69
License
(MIT OR EPL)
Repository
github
Last release
6 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

6 years ago

0.8.2

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.33

9 years ago

0.0.32

9 years ago

0.0.31

9 years ago

0.0.30

9 years ago

0.0.1

9 years ago