Cris ThomasJiss Joseph Thomas
Published © GPL3+

Proximity Alert to Sensory receptors for Social distancing

An easy and convenient way to solve the social distancing problems by measuring distance thresholds in public/crowded areas

AdvancedFull instructions providedOver 1 day769
Proximity Alert to Sensory receptors for Social distancing

Things used in this project

Hardware components

Neosensory Buzz
Neosensory Buzz
×1
Proximity Sensor
Proximity Sensor
×1
Nano 33 BLE Sense
Arduino Nano 33 BLE Sense
×1

Software apps and online services

Edge Impulse Studio
Edge Impulse Studio
Arduino IDE
Arduino IDE
Neosensory Neosesory Buzz SDK

Story

Read more

Schematics

Schematics

Schematics

Code

Data packer

JSON
Data packer
import time
data = {
    "protected": {
        "ver": "v1",
        "alg": "HS256",
        "iat": time.time()
    },
    "signature": 'Empty',
    "payload": {
        "device_name": "",
        "device_type": "Sensor-55",
        "interval_ms": 10,
        "sensors": [
            { "name": "d1", "units": "cm" },
            { "name": "d2", "units": "cm" },
            { "name": "d3", "units": "cm" },
            { "name": "d4", "units": "cm" }
        ],
        "values": values_data_n
    }
}

Credits

Cris Thomas

Cris Thomas

24 projects • 92 followers
Electronics and Aerospace engineer with a dedicated history in Research and Development. https://www.linkedin.com/in/crisdeodates/
Jiss Joseph Thomas

Jiss Joseph Thomas

21 projects • 55 followers

Comments