Coursework 1 for ELEC60013: Embedded Systems at Imperial College London - a pet-tracking IoT without the need for an embedded GPS, codename: Barkr https://barkr.8bitsqu.id/
Go to file
2022-06-13 11:43:05 +01:00
App Move App to subdir 2022-03-07 23:28:43 +00:00
DataPuller Move DataPuller to subdir 2022-03-07 23:29:39 +00:00
RPi Move RPi to subdir 2022-03-07 23:30:18 +00:00
Server Move Server to subdir 2022-03-07 23:31:17 +00:00
Website Move Website to subdir 2022-03-07 23:32:05 +00:00
.gitattributes Prepare merge repo 2022-03-07 23:25:25 +00:00
readme.md Add overall project readme.md 2022-06-13 11:43:05 +01:00

ELEC60013 Embedded Systems: Coursework 1

Project name: Barkr

Repository Sections

  • App: The user app, built in Flutter
  • DataPuller: Data fetching script to pull data from cloud sources and forward to our backend, eg. AirTags DB or an MQTT broker
  • RPi: Program to run on the IOT device itself, collects pet information for the app and acts as a bluetooth beacon
  • Server: Backend for interacting with the Firebase API and provides user signup abilities
  • Website: Static marketting website built using Hugo, live at https://barkr.8bitsqu.id/

Contributors