Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.12 KB

birdhouse-esp8266

Birdhouse with

When PIR detects movement it plays a random bird audio clip with random volume.

Images

Front: spearker in the upper hole, PIR in the lower:
Display

Powered with micro-USB charger connected directly to Wemos D1:
Display

Back side is left open in order to reach the microSD card and other components:
Display

Microcontroller and DFPlayer:
Display

Preparing the microSD card

  1. Create a FAT-formatted partition (i.e. a "regular Windows formatted drive")
  2. Place the audio clips (bird voices) to the root directory. The file names must begin with four digits like this:
    • 0001kingfisher.mp3
    • 0002pipit.mp3
    • 0003hawkowl.mp3
    • ...
    • 0010alpinethrush.mp3
    • 0011asianbarredowlet.mp3