Capstone Update February 15, 2019
Hi,
The Raspberry Pi 3 runs the Linux operating system, it has WiFi and Bluetooth capabilities as well as many other functions. We mainly use the GPIO, Python, Node-Red and the Wifi for our projects.
Node-Red is an open source programming tool for hardware devices, APIs and online services. Node-Red is a visual flow based programming language where you can use JAVA, C as well as other user made libraries to create different flows and do many different cool things with it. We will be exploring the BACnet library today.
The library itself is called the node-red-contrib-bacnet. The few nodes available can be found below.
The nodes tell us we are able to read BACnet objects off the BACnet network, write on the network and do BACnet commands on the network. We will be mainly exploring the BACnet-Read and BACnet-Write. For those of you that don't know BACnet, it is an open source protocol used in teh building automation industry that communicates between BACnet client devices using BACnet objects over the BACnet network. Objects may contain and not limited to properties such as name, value, analog/digital, boolean and strings.
After playing with the nodes for a while, the nodes do not work. We were hoping that it would work in its state of development but it does not. We cannot establish a connection to the BACnet network and therefore cannot read or write.
The Raspberry Pi 3 runs the Linux operating system, it has WiFi and Bluetooth capabilities as well as many other functions. We mainly use the GPIO, Python, Node-Red and the Wifi for our projects.
Node-Red is an open source programming tool for hardware devices, APIs and online services. Node-Red is a visual flow based programming language where you can use JAVA, C as well as other user made libraries to create different flows and do many different cool things with it. We will be exploring the BACnet library today.
The library itself is called the node-red-contrib-bacnet. The few nodes available can be found below.
The nodes tell us we are able to read BACnet objects off the BACnet network, write on the network and do BACnet commands on the network. We will be mainly exploring the BACnet-Read and BACnet-Write. For those of you that don't know BACnet, it is an open source protocol used in teh building automation industry that communicates between BACnet client devices using BACnet objects over the BACnet network. Objects may contain and not limited to properties such as name, value, analog/digital, boolean and strings.
After playing with the nodes for a while, the nodes do not work. We were hoping that it would work in its state of development but it does not. We cannot establish a connection to the BACnet network and therefore cannot read or write.
Comments
Post a Comment