ESCG Beacons
Overview
East Sussex College Group were looking to create a Bluetooth beacon app that alerts the user when they enter a new area of the college and uses an in-built browser to show off the department’s website.
Try It Yourself:
Technologies:
Flutter
Android
iOS
Dart
Visit The Client Website:
Case Study
Objective
Unusual Technologies created the app for iOS and Android using Flutter and Dart. The major challenge was getting the iOS version to run in the background of the user’s phone so it’s ‘awake’ to alert them when it detects a beacon, including when the phone is off. The most common solutions that many third-party apps, such as alarm clocks, seem to implement are also major battery drains.
The Technologies
This project revolved around Bluetooth low-energy beacons. Using the Eddystone protocol, they work by transmitting packets of data containing a URL that is picked up by the app via radio waves. We then read the URL and display the corresponding website.
Our Take
This was a fairly short project but still entailed difficult challenges. By the end of the project, we had developed a wide range of skills related to Bluetooth, whilst having the chance to delve into some more complex functionality that arises when developing mobile applications.