top of page
Search

Getting started with the E3K platform

E3K aims at providing an affordable, fully open-source, wireless framework for an intuitive understanding of bio-signals originating from the human heart, muscle, and brain. The platform consists of the following modules:

  • Wi-Fi and BLE enabled Data Communication and Processing Unit (DCPU)

  • Electromyography (EMG) sensor - to capture muscle movements

  • Electrocardiography (ECG) sensor - to capture heart signals

  • Electroencephalography (EEG) sensor - to capture brain activity

  • 9-DoF Inertial Measurement Unit (IMU) - to capture motion


These modules, combined with our firmware and data collection software, enable a reliable and high rate of data acquisition at an affordable price-point.

This guide provides essential information for getting started with the E3K platform.

Required Materials

Following are the items that are required for following this guide. All the items are provided in the E3K combo.

  • DCPU

  • EMG sensor

  • ECG/EEG sensor

  • IMU

  • Sensor electrode Cable

  • Disposable electrodes

  • USB Mini-B cable

  • 3.7V battery (optional; not included in Combo)

Before proceeding, it is advised to go through the datasheet of each of the modules to get familiar with voltage and current limitation. The datasheets are available on the WallySci website (https://www.arduino.cc/en/software).

Procedure

Following instructions provide step by step guide for installation of required software and wiring of the hardware.

Place the electrodes as shown in the image below. The reference electrode (Black) has to be placed on the left-leg ankle or at the back of the left-hand palm (or somewhere close to the bone with least muscle activity). Out of the other two electrodes, place one (Red) on the right-hand wrist and the other (Blue) on the left-hand wrist.

Placement of the electrode (red dot is the reference electrode) (credit: Wikipedia.com)


Note: Although the electrode pads are reusable, the quality of signals depends on the state of the pads.

  • Connecting electrode cable. Connect the electrode cable to the 3.5 mm jack of the ECG sensor, as shown in the figure.

  • Connecting a sensor. The DCPU board contains 6 analog ports (3 on each side). Each port has three connections - ground, VCC and analog pin. Therefore, any of the ports can be used. Connect the ECG sensor to the DCPU sensor, as shown in the figure below.

Connections between DCPU and ECG sensor

  • Connecting DCPU. Simply connect the DCPU to the computer via a micro-USB cable.

  • Uploading the code. Download the “Getting started” Arduino code from the WallySci website (https://www.wallysci.com/post/downloads). Open the code and select “ESP32 Dev Module” in “Tools> Board:”. Select the appropriate port in “Tools>Port.” Finally, upload the code.

  • Visualize the signals. As mentioned earlier, the sensor is connected to pin 35, which is the default pin in code. Open the “Serial Plotter” via going to “Tools>Serial Plotter”. The plotter should output the signal similar to the following image.

Sample EMG Data as seen on Arduino IDE Serial Monitor

To change the pin number, enter one of the following commands in the input box at the bottom of the Serial Plotter. Moreover, the code can also be modified according to the application.

Note: Remove the charger from the laptop and move the laptop, DCPU and sensor cable away from the AC power supply to avoid AC interference in the signal. Instead, the board can also be powered and can communicate with the laptop via Bluetooth. Sample code available on the WallySci website (https://www.wallysci.com/post/downloads).

  • Test other sensors. The above steps can be applied to all the other biosensors by changing the electrode positions. For IMU, follow the link provided in the “Reference Links” section. Please note that the default configuration of the IMU is I2C. For SPI and UART, soldering will be required.


Follow the other tutorials on the wallySci website for in-depth explanations of different projects.

Reference links



283 views0 comments

Recent Posts

See All

Downloads

Following are the resources on the E3K platform. Datasheets WallySci EMG Sensor Datasheet WallySci ECG/EEG Sensor Datasheet WallySci DCPU Datasheet WallySci Accelerometer Sensor Datasheet Example Cod

bottom of page