An open API service indexing awesome lists of open source software.

https://github.com/strid3r21/beemotionmini

Documentation for the Bee Motion Mini
https://github.com/strid3r21/beemotionmini

arduino esp32

Last synced: 8 months ago
JSON representation

Documentation for the Bee Motion Mini

Awesome Lists containing this project

README

          

# Bee Motion Mini

## **Buy on** [Tindie](https://www.tindie.com/products/smartbee/bee-motion-mini-esp32-pir)

## **Visit our** [Discord](https://tinyurl.com/Bee-Motion-Discord-Git)

![alt text](https://github.com/strid3r21/BeeMotionMini/blob/main/BeeMotionMini/Bee-Motion-Mini-Info-Card.png?raw=true)

# Programming on Arduino

## Add the Espressif ESP32 arduino board library to Arduino IDE
File > Preferences > at the bottom "Additional Board Manager URLS" paste in this url
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

From there you will be able to search and add the ESP32 board library from the board library search bar. install the ESP32 library by Espressif and make sure you're using version number 2.0.5 or later. You will then be able to select your Bee Motion Mini from the board manager.

## How to program the Bee Motion
In order to program the Bee Motion you need to put it into download mode. To do so all you need to do is connect the USB-C cable and then press and hold the boot button. with the boot button being held down, press the reset button and release. then you can release the boot button. this will put the Bee Motion into download mode which will allow it to be programmed. Then for the board, select "Bee Motion Mini" from the board manager.