WelsTheory / Nano-33-BLE-Sense

Arduino Nano 33 BLE Sense for beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino NANO 33 BLE Sense

Hardware Overview

Notes

  • Install the board Arduino nRF528x and select the Arduino NANO 33 BLE
  • Most libraries you install in the Arduino IDE come with examples.
  • NANO 33 BLE is a 3.3V board.
  • The 5V pin does not work, see the docs.

FAQ

  • Can it join Wi-Fi? No, it only does Bluetooth.
  • Can you store data? No, the bootloader prevents access to the flash memory.
  • Can it be used with micro/cicruit python?
  • Is the word detection any good? It is not really accurate, usually its only one serialized spectrogram. I would recommend to use a Raspberry Pi.
  • Is the built-in RGB LED analog (PWM)? No, it is only digital.
  • Where is documented that the RGB pins are 22,23,24?
  • Can the NANO be put to deep sleep?

Pinout

Pinout

Links

Advanced Projects

About

Arduino Nano 33 BLE Sense for beginners


Languages

Language:C 39.1%Language:C++ 36.9%Language:Vue 23.0%Language:HTML 0.7%Language:JavaScript 0.2%