It is a sample projects for OMRON sensor evaluation kit 2JCIE-EV01-AR1 and 2JCIE-EV01-FT1 with some Arduino boards.
2JCIE-EV01 sensor evaluation boards are Open Platforms by OMRON corporation and prototype your ideas with variety environmental information.
Arduino sample projects for acquiring data from sensors on 2JCIE-EV01. there samples output the sensor data to USB-Serial ports.
example | description | board |
---|---|---|
baro-ar | The Barometer sensor sample | Arduino MKR-WiFi1010 |
baro-ft | The Barometer sensor sample | Adafruit Feather ESP32 |
illm-ar | The Illuminance sensor sample | Arduino MKR-WiFi1010 |
illm-ft | The Illuminance sensor sample | Adafruit Feather ESP32 |
humi-ar | The Humidity sensor sample | Arduino MKR-WiFi1010 |
humi-ft | The Humidity sensor sample | Adafruit Feather ESP32 |
accl-ar | The Accelerometer sensor sample | Arduino MKR-WiFi1010 |
accl-ft | The Accelerometer sensor sample | Adafruit Feather ESP32 |
mmic-ar | The MEMS Microphone document | Arduino MKR-WiFi1010 |
mmic-ft | The MEMS Microphone document | Adafruit Feather ESP32 |
T.B.D (console output)

see https://www.arduino.cc/en/guide/libraries
-
Import the zip from Arduino IDE
-
Then, you can see the samples in
File >> Examples
menu. -
Select examples for your favorite sensors, build and program to boards.
-
download this repo
$ git clone https://github.com/omron-devhub/2jcieev01-arduino
-
launch Arduino-IDE and select our sketch to load.
-
build and program to boards.
- please use the example
InputSerialPlotter
from Arduino IDE,Examples -> Examples for Arduino MKR WiFi 1010 -> I2S -> InputSerialPlotter
- please use the example
InputSerialPlotter
fromhttps://github.com/maspetsberger/esp32-i2s-mems
Copyright (c) OMRON Corporation. All rights reserved.
Licensed under the MIT License.