Skip to content

Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection. This node was designed with the RPi in mind but should work with any serial port.

License

Notifications You must be signed in to change notification settings

pkese/node-red-contrib-sds011

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-sds011-sensor

This is a Node Red node to manage connection to the SDS011 sensor on a Raspberry Pi. It allows you to specify the variables that define the connections to the sensor. This node is added to the Raspberry Pi section.

Network server extension

Alternatively the sensor can be connected via network (TCP/IP). This is useful for running this node on Android in combination with one of the Bluetooth-to-TCP bridge apps. In this case you can specify the network server IP and PORT parameters as tcp://IP:PORT in the node parameter port, i.e.: tcp://192.168.1.123:7777

About

Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection. This node was designed with the RPi in mind but should work with any serial port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 12.8%