All Projects → andrasfuchs → BioBalanceDetector

andrasfuchs / BioBalanceDetector

Licence: GPL-3.0 License
Bio Balance Detector's products aim to show the weak electromagnetic fields around every living being (including plants, animals and humans) and display it in a heat-map like hyper-spectral image.

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
C#
18002 projects
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to BioBalanceDetector

mlx90632-library
MLX90632 library for the Melexis 90632 Infra Red temperature sensor.
Stars: ✭ 34 (+88.89%)
Mutual labels:  sensor, driver, sensors
ha-gismeteo
Gismeteo Weather Provider for Home Assistant
Stars: ✭ 84 (+366.67%)
Mutual labels:  sensor, sensors
embedded-sps
Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
Stars: ✭ 36 (+100%)
Mutual labels:  sensor, driver
embedded-ccs811-rs
Platform agnostic Rust driver for the CCS811 ultra-low power digital gas sensor for monitoring indoor air quality
Stars: ✭ 12 (-33.33%)
Mutual labels:  sensor, driver
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+33.33%)
Mutual labels:  health, healthcare
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+105.56%)
Mutual labels:  filter, filters
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+555.56%)
Mutual labels:  health, healthcare
Android-FilterView
Build a simple filter view with customizable controls.
Stars: ✭ 20 (+11.11%)
Mutual labels:  filter, filters
healthcare
Open Source Healthcare ERP / Management System
Stars: ✭ 68 (+277.78%)
Mutual labels:  health, healthcare
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+2827.78%)
Mutual labels:  health, healthcare
pysensors
PySensors is a Python package for sparse sensor placement
Stars: ✭ 47 (+161.11%)
Mutual labels:  sensor, sensors
iirj
An efficient IIR filter library written in JAVA
Stars: ✭ 95 (+427.78%)
Mutual labels:  filter, filters
imu ekf
6-axis(3-axis acceleration sensor+3-axis gyro sensor) IMU fusion with Extended Kalman Filter.
Stars: ✭ 56 (+211.11%)
Mutual labels:  filter, sensor
dotnet-arangodb
.NET Driver for ArangoDB
Stars: ✭ 52 (+188.89%)
Mutual labels:  driver, netcore
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (+133.33%)
Mutual labels:  sensor, sensors
open-source-cure-for-cancer
Using AI to figure out cancer
Stars: ✭ 45 (+150%)
Mutual labels:  health, healthcare
ublox
Arduino and CMake library for communicating with uBlox GPS receivers.
Stars: ✭ 89 (+394.44%)
Mutual labels:  sensor, sensors
embedded-sht
Embedded SHT Drivers for Sensirion Temperature and Humidity Sensors - Download the Zip Package from the Release Page
Stars: ✭ 53 (+194.44%)
Mutual labels:  sensor, driver
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (+27.78%)
Mutual labels:  health, healthcare
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+577.78%)
Mutual labels:  filter, filters

Technically speaking Bio Balance Detector is a software and hardware combination (a data acquisition system - DAS) to detect, measure, display and analyze the electromagnetic energy field around living beings and indicate any potential health imbalance.

These very weak, but measurable electromagnetic fields are the same what our doctors use while using an EEG (electroencephalogram) and ECG (electrocardiogram) devices. We use the information gathered there mainly to detect if we are sleeping, awake or alert, or if there is any problem with our heart's. My goal is to extend this phenomenon's measurements to our hands, or even our whole body.

Technically I will need to connect an electromagnetic sensor matrix which is connected to a PC where the rendering would take place. It will look similar to a Wacom tablet, just like this: Wacom Tablet

Right now, with my Mercury-16 prototype I reached a point where I have a working sensor matrix connected to a microcontroller. Every microcontroller is connected to 8 sensors and 1 emitter. The sensors detect electromagnetic fields, the emitters generate those fields. This part (1 microcontroller, 8 sensors, 1 emitter) is called the cell. These cells are daisy-chained and they all are connected to another microcontroller called the organizer. The cells digitize the analog signals (at 1kHz, 12bit) from the sensors (antennas) and forward them to the organizer. The organizer's job is to format the raw data and send it to the PC trough USB. The PC has a driver which further processes the data, and applies the filters if necessary. There are now WAV file writer, VTS file writer, FFT (Fast Fourier Transformation), averager and offsetter filters available. The driver is capable to work with SciLab and ParaView, and it also has a very basic console application UI.

You can browse the technical challenges I worked and I am working on on the implementation wiki page. Future plans include, but not limited to: fractal antenna design, analog low-pass Butterworth filters, Goertzel algorithm implementation on the cells, emitters, USB 3.0, Unity3D GUI and many more.

I realize at this point that I need experienced, passionate people to more forward. I'm currently looking for people with the following expertise, so don't hesitate to contact me:

  • Hardware designer: PCB with KiCad, antenna and analog low pass filter design
  • Microcontroller firmware programmer: Atmel XMEGA programming with AVR C
  • PC driver developer: .NET, C#, signal processing and WebSockets
  • GUI: Unity3D, C# and WebSockets

If you would like to get know the project more, check out the wiki page or contact me at [email protected].

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].