Idea 075 - Birdnet festival mesh network

2 minute read

This post is part of the 100 project ideas project. #The100DayProject. I am looking for feedback. Comment below or DM me via social media Instagram, Twitter.

One Line Pitch

A mesh network of birdhouses that chirp messages to each other using audio for the physical layer of the network

Description

birdnetA series of bird houses strapped to trees at a festival. Each birdhouse has a display for showing the previous messages it has received, and a keyboard for entering in new messages to send out on the network

Users can use these birdhouses to send messages between each of the birdhouses in a festival wide communication network.

All the birdhouses are networked together but not using wires or radios. Instead they use an ultrasonic speaker to transmit messages, and a microphone to listen and receive chirps from other birdhouses ultrasonic speakers.

The ultrasonic speaker, and microphone become the physical layer of the network (Layer 0). The speaker should sound like bird chirps. One type of chirp is used for a “1”, a different chirp is used for a “0”. A very slow baud rate is used for the network so that Humans can hear the chirps and maybe even manually decode it. Something like 30-60 chirps a second (60 bits per second)

A protocol like MS/TP can be used for the data link to the transport layer. This will allow for all the devices to be able to negotiate who is able to talk and who is listening. (Might be able to get sponsorship from BACnet company to make this network)

Depending on the environment and the amount of background noise, some of the bits will be lost during transmission. The microphones will be overwhelmed and won’t hear the different chirps. This means that some messages will show up with missing sections or bytes. Data integrity is not guaranteed.

Because the communication is happening in the “open”. People could listen in on the messages sent on this network.

The network could also use IR LEDs instead of mics and speakers.

Prior art

Modems used sound to transmit data across telephone wires. This technology has existed since the 50s

  • Data-Over-Sound
  • Quiet Modem Project - This library uses liquid SDR to transmit data through sound. This makes it suitable for sending data across a 3.5mm headphone jack or via speaker and mic.
  • Audio Modem Communication Library - transmit a file between 2 computers, using a simple headset, allowing true air-gapped communication (via a speaker and a microphone) Hacker News
  • GGWave - Tiny data-over-sound library. Most of the work is done.

Market

Neat art project for a music festival

Leave a comment