All Projects → PedroLopes → openEMSstim

PedroLopes / openEMSstim

Licence: other
openEMSstim: open-hardware module to adjust the intensity of EMS/TENS stimulators.

Programming Languages

HTML
75241 projects
java
68154 projects - #9 most used programming language
processing
702 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to openEMSstim

SnowFlakeProject
All open source data of the snow flake project.
Stars: ✭ 37 (-58.89%)
Mutual labels:  board, hardware, open-hardware
Bluesmirf
RN-41/42 bluetooth module breakout boards, available from SparkFun Electronics
Stars: ✭ 9 (-90%)
Mutual labels:  hardware, bluetooth
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+3572.22%)
Mutual labels:  hardware, bluetooth
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (+11.11%)
Mutual labels:  hardware, bluetooth
WearableIntelligenceSystem
Wearable computing software framework for intelligence augmentation research and applications. Easily build smart glasses apps, relying on built in voice command, speech recognition, computer vision, UI, sensors, smart phone connection, NLP, facial recognition, database, cloud connection, and more.
Stars: ✭ 16 (-82.22%)
Mutual labels:  hci, human-computer-interaction
Ubertooth
Software, firmware and hardware designs for Ubertooth
Stars: ✭ 1,551 (+1623.33%)
Mutual labels:  hardware, bluetooth
gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 7,869 (+8643.33%)
Mutual labels:  hardware, bluetooth
Bluetooth-Speaker
MouDio: a compact and portable Bluetooth speaker with high-quality components for powerful, clear sound. Moudio is built using four PCBs and laser-cut acrylic grills with 3D printed parts, and it can be easily assembled using the provided instructions.
Stars: ✭ 27 (-70%)
Mutual labels:  hardware, bluetooth
OpenAmiga600RamExpansion
Open Hardware 1 MB Chip RAM Expansion for the Commodore Amiga 600 Computer
Stars: ✭ 48 (-46.67%)
Mutual labels:  board, open-hardware
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-77.78%)
Mutual labels:  hci, human-computer-interaction
Node Escpos
🖨️ ESC/POS Printer driver for node
Stars: ✭ 752 (+735.56%)
Mutual labels:  hardware, bluetooth
cala
Cross-platform system interface for hardware IO
Stars: ✭ 46 (-48.89%)
Mutual labels:  hardware, bluetooth
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (-33.33%)
Mutual labels:  bluetooth, hci
daydream-node
Quick Node.js module to connect to the Daydream controller and receive all the data
Stars: ✭ 17 (-81.11%)
Mutual labels:  hardware, bluetooth
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (-2.22%)
Mutual labels:  hardware, bluetooth
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (-54.44%)
Mutual labels:  bluetooth
EnviroDIY Mayfly Logger
hardware design files, example code sketches, and documentation for Arduino-framework EnviroDIY Mayfly data logger
Stars: ✭ 25 (-72.22%)
Mutual labels:  board
mi-lamp-re
💡 Reverse Engineering Notes for the Yeelight Bedside Lamp (BLE)
Stars: ✭ 35 (-61.11%)
Mutual labels:  bluetooth
Tetra3d
Tetra3D is a 3D hybrid software/hardware renderer made for games written in Go with Ebitengine.
Stars: ✭ 271 (+201.11%)
Mutual labels:  hardware
GoFIT SDK Android
GoFIT SDK for Android — GOLiFE 手環 App 介接 SDK
Stars: ✭ 32 (-64.44%)
Mutual labels:  bluetooth

Navigating the openEMSstim repository:

  • This page = official: your starting point to the official & maintained code.
  • UIST 2016: a sub branch containing the student projects from ACM UIST 2016 SIC.
  • simple-multiplexer: a sub branch that offers a simple multiplexer from 2 to 5 channels using relays.

openEMSstim: open-hardware module to adjust the intensity of EMS/TENS stimulators.

This is the openEMSstim, a hardware board based on an Arduino Nano that modulates the amplitude of Electrical Muscle Stimulation (EMS) signals. Here you also find the software that communicates with the board and controls it (android, unity, etc). This board is controllable via Bluetooth and compatible with any BLE device you have (such as your smartphone). It also is controllable via Serial (USB) by plugging in a USB cable from your computer to the Arduino Nano on the board.

Logo

Getting started (tutorial)

All the necessary information for getting started is compiled in a step-by-step tutorial, start here.

Unpacking

Why this hardware?

The openEMSstim is a derivative by Pedro Lopes of the awesome EMS toolkit. See the License which acknowledges all the work from the original makers. This project is forked to (1) provide a simpler design with a few changes, (2) preserve the original design and credit without pulling all the changes to it and (3) be used in the UIST Student Innovation Contest 2016 without needing to change the instructions of the original project which is meant for HCI researchers and not for a UIST student audience. If you want to see the projects created by the students at UIST 2016 using this repo, see here (see the source code here).

Read before using

  • Read the LICENSE
  • Make sure you follow the safety instructions before using it and you are familiar with all the procedure of how to apply EMS safely.
  • If you are not familiar with EMS: start here (slides,papers,examples)
  • Please note that this board does not generate any EMS signal, it is a amplifier that can only reduce the power of the signal you input to it. You need a EMS signal generator too, this will be your input. For your safety, use only: an off-the-shelve, un-modded, original, regulation-approved, medically compliant device.
  • Please pair this board only with medically compliant EMS devices (check regulation in your country) and verify that you plug it in the INPUT port marked in the board. The OUTPUT port is connected to the electrode pads.
  • Please use EMS electrodes (wet, pre-gelled and approved electrodes).

Supported platforms & APIs

openEMSstim can be interfaced on virtually anything as long as the device features bluetooth (BT LE) or serial (USB). Here are the languages and libraries for which we have created examples and tested the code:

Android Unity Python NodeJs Processing

Authors of this repo's software, casings & hardware

External Contributors

Authors from the original board design (EMS Toolkit)

Original License

Licensed under "The MIT License (MIT) – military use of this product is forbidden – V 0.2" by the makers Max Pfeiffer & Tim Dünte, all original designs fully credited to the makers. Some rights reserved. See LICENSE

Sponsors

HPI

The openEMSstim software and the hardware for the ACM UIST Student Innovation Contest 2016 was kindly sponsored by the Hasso Plattner Institute.

Liability

Please refer to the liability waiver (in documentation/liability_waiver.md).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].