Devices: Jetson Nano and Arduino
-
AI Camera Dev Kit features Jetson Nano SoC
ADLINK just unveiled a camera development kit designed to quickly develop proof of concept applications. This AI Camera Dev Kit integrates the Jetson Nano (128 NVIDIA CUDA core + 4x Arm Cortex-A57) along with an 8MP color MIPI Sony IMX179 camera module, a single GbE port and up to 16Gb of eMMC storage.
As stated earlier, ADLINK’s new AI Camera Dev Kit is offered only with the following NVIDIA SoC:
-
This wearable cough monitor can help improve respiratory disease detection | Arduino Blog
A large number of diseases involve coughing as one of their primary symptoms, but none are quite as concerning as chronic obstructive pulmonary disease (COPD), which causes airflow blockages and other breathing problems in those afflicted by it. Consistently monitoring the frequency and intensity of coughing is vital for tracking how well the disease is being treated, yet current solutions are impractical outside of a hospital setting.
Eivind Holt had the idea to use an Arduino Nano 33 BLE Sense running a custom tinyML model to automatically classify sounds as either a cough or non-cough and report them to a cloud service. Once a total of 647 audio samples had been collected, Eivind trained a Keras neural networking using Edge Impulse that could correctly identify the sound about 99% of the time. The program he wrote for the Nano creates a custom BLE service with a single cough counting characteristic that is incremented for each detection.