It is a sample program for evaluating Omron's sensor 2JCIE-BU with Raspberry Pi 3 Model B.
2JCIE-BU is a multifunction sensor module that can be used for sensing various environmental information.
Various sensors such as temperature, humidity, light, barometric pressure, noise, 3 axis acceleration, etc. are equipped.
Earthquakes can be judged based on highly accurate vibration acceleration.
We utilize a volatile organic compound (VOC GAS) sensor to realize continuous monitoring of indoor air quality.
USB and Bluetooth® are provided as interfaces.
- sample_2jciebu.py
It is a sample program that can acquire sensing data with the USB serial interface and check it on the console.
The LED lights up while data is being acquired.
DEMO:
When you run sample_2jciebu.py, you can see the sensing data on console.
- It is necessary to install dependency software beforehand.
Dependencies - Open Terminal and execute the following command.
$ mkdir omron_sensor $ cd omron_sensor $ git clone https://github.com/omron-devhub/2jciebu-usb-raspberrypi.git
Procedure to operate the sample program.
- sample_2jciebu.py
Open Terminal and execute the following command.To stop, press Ctrl + C.$ sudo modprobe ftdi_sio $ sudo chmod 777 /sys/bus/usb-serial/drivers/ftdi_sio/new_id $ sudo echo 0590 00d4 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id $ sudo python3 sample_2jciebu.py
2jciebu-usb-raspberrypi requires the following dependencies:
Thank you to all our contributors !
Copyright (c) OMRON Corporation. All rights reserved.
Licensed under the MIT License.