EMIS-1 Test Code Relay

EMIS (Current Monitor IoT Sensors), SDK Kit is based on an Espressif ESP32 WROOM and the board has a small relay in order to provide an isolated output. The relay is rated at 2A and 30V DC.    

EMIS-1 Test Code OLED

EMIS (Energy Monitoring IoT Sensors), SDK Kit is based on an Espressif ESP32 WROOM and the board has an I2C header designed for easy OLED connection. Displays random number between 0 and 99 and updates battery percentage.  Heartbeat RED LED flashes each loop cycle. You will need to select your OLED Display.  Uncomment/Comment as needed. […]

EMIS-1 Test Code Wifi

EMIS (Energy Monitoring IoT Sensors), SDK Kit is based on an Espressif ESP32 WROOM, which incorporated 2.4GHz Wireless. This code simply communicates with the 2.4GHz Wireless and scans for available Access Point or Router networks. Example Arduino code below.

EMIS-1 Test Code RGB LED

EMIS (Energy Monitoring IoT Sensors), SDK Kit contains an RGB LED.  This basic code is used to test the RGB LED. RED LED is on GPIO 2 Green LED is on GPIO 4 Blue LED is on GPIO 15 The separate POWER LED is RED and is always on. Note that in the default state, […]

UART ESP Code Flashing

Programming / Flashing UART Control In order to ease programming, a simple two transistor circuit is added to our boards which when connected to a USB to UART module, allows the host computer to control the DTR = Reset, and RTS = Boot Mode.  This makes recompiling and flashing so much simpler.   Note: This […]