Open Source EMDR Machine. The Whole Blog.
The Arduino side code
Code for the Sound
Code for the Smart LED strip
Code for the motors
Code for the server
Initialization of the server
To create a server
To get a raw GET request and create a...
Building The Project Building this project is divided into three sections. 1) Hardware 2) Software Now let's look into detail each of the section. HARDWARE...
In this part we will see pc program that will read data from serial port sent by arduino and control brightness of screen according to it.1st Step: Connect arduino with usb to PC and Open AdaptiveBrightnessMonitorUpgrade.exe or run sourcecode in visu...
1 Introduction
2 The http server
3 Control LED
4 Running on Board
5 Summary
1 IntroductionThere have been several remote control choice for Nano 33 IoT, like MQTT, AWS IoT things. But the quick choice is using wifi library to make it work.M...
Open Source EMDR Machine. The Whole Blog.
At the last moment I decided to replace communication between the machine and the software with WiFi instead of BLE.
BLE was just too buggy and I got tired of chasing the bugs. WiFi worked like a char...
As I said in this blog, I experienced a lot issues when I tried to run the neural network on the Arduino Nano 33 IoT and I switched to a classic threshold-based algorithm to detect a fall. In a few words, I will detect three phases of the fallfree-fa...
Today we should be preparing the final blog with the results and the project summary. But we received a package with the spare parts for the environmental sensor that broke and we couldn't resist making one last effort and redoing the design of our s...
BLOG# 5 - Beats Per Minute NanoA Heart Rate Monitor using the Arduino Nano 33 IoT BoardConclusions and Future EnhancementsThis is my 5th and final blog post in a series of blog post for the Design Challenge: Design for A Cause 2021Updated versi...
In this post, I will provide some details about the case I built for the ACE wearable device Building the caseCompared to the first version I made, I created a new case from a plastic bottle. The resulting case has many qualitiesit's freeit's ma...
When challenges are challenging, it may happen to fail. And this is one of those cases... Downsizing the neural networkI tried to run the neural network on the Arduino Nano 33 IoT board and... the board became unusable (I suspect because of a fa...
I've been thinking about how to connect the MicroGrid Connection Unit with a smartphone or similar device to read data or write configuration. The Arduino Nano 33 IoT offers both BLE and WiFi connectivity, but from my understanding they cannot be use...
In this part we will see how to connect and program arduino with BH1750 light sensor to get room light levels. Circuit Diagram(Arduino + BH1750)To mount the circuit, you would want to start off by disconnecting any source of power going into you...
Open Source EMDR Machine. The Whole Blog.
Machine view
Prototype functionality description
Demo video
This blog post describes steps to use the machine and has a prototype run video. There is still a lot to do.
M...
EXPLORE SENSORS DATA WITH ANDROID APPLICATIONS In the medical office the doctor will use the PC to monitor and make a remote diagnosis of the patients, but when the doctor has to go outside, he/she will use his Smartphone to perform this task. I...
Windows are essential for good natural ventilation. Our project aims to monitor natural ventilation habits in classrooms. And this week we implemented an anomaly detector for sliding windows. This will allow our window sensors to detect if the window...
This Project has basically two parts1st one is arduino 33 iot interfaced with light sensor BH1750 that gives room light level in lux.2nd one is pc software that reads light levels sent by arduino and vary screen brightness according to it.Blog ...
Open Source EMDR Machine. The Whole Blog.
Design changes
After building a prototype I decided to make some design changes.
1) All vibration motors will be 3.3V motors. Surprisingly, they are more powerful than 12V ones.
2) I will not us...
In this post, I will discuss how I implemented the reading of the IMU sensor mounted on the Arduino Nano 33 IoT and the sliding window algorithm used to detect acceleration peaks Reading IMUReading the IMU on the Arduino Nano 33 IoT is really ea...
BLOG# 4 - Beats Per Minute NanoA Heart Rate Monitor using the Arduino Nano 33 IoT BoardSystem Implementation and TestingThis is my 4th blog post in a series of blog post for the Design Challenge: Design for A Cause 2021Updatedversion 1.4<<< ...