Switch box | Switch number | Connection | Key press supported | Accept options |
---|
""" | |
Whatever state the iPad is in this code will wake the device up | |
Attach a button to Feather nRF52840. Set the pin on line 21. | |
WARNING 1: DO NOT HAVE A PASSCODE FOR IPAD! | |
WARNING 2: NOT FULLY TESTED. Dare say there are some use cases where this will go wrong. Like if iPad doesnt wake up quick enough | |
WARNING 3: Feel free to adapt line 59 to the app of your choosing BUT if the app isnt on the device it wont work. | |
""" | |
import time | |
import board | |
from digitalio import DigitalInOut, Direction, Pull |
فوری الفاظ | |
مدد | |
رکو | |
دم گھٹ رہا ہے۔ سکشن کی ضرورت ہے۔ | |
مزید | |
کم | |
چیٹ | |
آپ کیسے ہو؟ | |
تم کیا کرتے رہے ہو؟ | |
شکریہ |
Detect Eye blinks and Long looks up or down - Using CV/ML
The Problem
Some clients we see have very small movements and usually in one body part. For example, we have had a number of clients who have had a brainstem stroke and have very limited physical/motor skills except at the eye (and sometimes eye brow). With these clients we are lucky if they can use eyegaze - but often - this technology is not suitable. So we need to look at "Switches". Switches are simply put, a switch, which turns something on or off - and we use a standard 3.5mm mono audio jack for these switches - so all sorts of equipment can be operated. On a computer based communication device the software can "Scan" to different elements on the screen. This is how Stephen Hawking used his communication system - by raising his cheek and with an on-screen scanner select the item/letter he was spelling out. Although slow - it can be very efficient.
So with these individuals we need a way of reliably detecting a look up - or a blink. Thes
Letter | Phonetic | Morse | Mnemoic | Image idea |
---|---|---|---|---|
A | Alpha | •– | a-PART | |
B | Bravo | –••• | BE a good boy | |
C | Charlie | –•–• | CHAR-lies ANG-els | |
D | Delta | –•• | DOG did it | |
E | Echo | • | [eek!](https://raw. |
#include <Wire.h> | |
#include <Adafruit_GFX.h> | |
#include <Adafruit_SSD1306.h> | |
#define OLED_DC 11 | |
#define OLED_CS 12 | |
#define OLED_CLK 10 | |
#define OLED_MOSI 9 | |
#define OLED_RESET 13 | |
Adafruit_SSD1306 display(OLED_MOSI, OLED_CLK, OLED_DC, OLED_RESET, OLED_CS); |
#Switch ground to CPB GND | |
#Switch button to CPB A1 | |
from adafruit_hid.consumer_control import ConsumerControl | |
from adafruit_hid.consumer_control import ConsumerControl | |
from adafruit_hid.consumer_control_code import ConsumerControlCode | |
import adafruit_ble | |
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement |
Quick Words Help Stop More Less Chat How are you? What have you been doing? Thank You Let me sleep now
@echo off | |
:: BatchGotAdmin | |
:------------------------------------- | |
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" | |
if '%errorlevel%' NEQ '0' ( | |
echo Requesting administrative privileges... | |
goto UACPrompt | |
) else ( goto gotAdmin ) |
Conversations | |
Ask something? | |
Extras | |
I don't know | |
A word like | |
Something else | |
I don't care | |
About Me | |
My name is | |
I live |