
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@thing-it/thing-it-device-microcontroller
Advanced tools
[thing-it-node] Device Plugin for microcontroller functionality provided e.g. via an Arduino but also the GPIOs of a Raspberry Pi or C.H.I.P..
[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
by means of thing-it-node and thing-it.com.
After you have
connect your microcontroller to your [thing-it] Node Box via a USB cable.
The appearance of the UI of the Microcontroller Plugin on the [thing-it] Mobile Client depends on the configured Actors and Sensors
The Pixel Actor only works with Arduino as Microcontroller and requires a custom version of the Arduino Firmata. Installation instructions can be found here.
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 |
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
FAQs
[thing-it-node] Device Plugin for microcontroller functionality provided e.g. via an Arduino but also the GPIOs of a Raspberry Pi or C.H.I.P..
We found that @thing-it/thing-it-device-microcontroller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.