You are browsing as a guest. Sign up (or log in) to start making projects!

BrunoGG

@BrunoGG

Joined June 2nd, 2026

  • 5Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

5h 9m 42s logged

DEVLOG #5 — STARTED WORK ON ADMIN DASHBOARD, IMPLEMENTED LIVE FLOOR MAP

Work Done:

  1. Started work on the admin dashboard
  2. Built the floor map feature and made it show in which room a badge is currently in
  3. Live badge dots render directly on the floor map, positioned in the room they were last detected in
  4. Added StatCards to the Overview page -> Badges Online, Scanners Online, Rooms Occupied, Total Badges

Future Work

  1. Add dynamically updating status for scanners where pi-bridge sends a heartbeat and scanner-node responds to it
  2. Add sections to admin dashboard to add, remove or manage badges and scanners, along with a logs section to log any changes

DEVLOG #5 — STARTED WORK ON ADMIN DASHBOARD, IMPLEMENTED LIVE FLOOR MAP

Work Done:

  1. Started work on the admin dashboard
  2. Built the floor map feature and made it show in which room a badge is currently in
  3. Live badge dots render directly on the floor map, positioned in the room they were last detected in
  4. Added StatCards to the Overview page -> Badges Online, Scanners Online, Rooms Occupied, Total Badges

Future Work

  1. Add dynamically updating status for scanners where pi-bridge sends a heartbeat and scanner-node responds to it
  2. Add sections to admin dashboard to add, remove or manage badges and scanners, along with a logs section to log any changes

Replying to @BrunoGG

0
1
Open comments for this post

5h 46m 50s logged

DEVLOG #4 - LOGIN PAGE, BUG FIXES AND OVERHALL BADGE AND SCANNER FIRMWARE ALONG WITH CHANGES IN PI-BRIDGE

Website: https://spottr.brunogg.in


Work Done:

  1. Implemented a login page with Firebase Auth which supports but Google Sign-In as well as via Email & Password (Added a test user with its credentials posted on login page for future testing and for public showcase of the project)
  2. Added Protected routes - dashboard will remain inaccessible without logging in
  3. Switched the badge identification from using device_id ex. SPOTTR_BADGE_0XX to a MAC Address based identification coz its much more reliable and harder to spook
  4. Fixed some major and minor bugs
  5. Worked on the pi-bridge code to get readings of MAC Address.
  6. Set up Firebase RTDB badges/ node — each badge registered by MAC address with label, owner name and active status. This will be used in the dashboard to display owner names instead of raw MAC addresses and also used to assign a badge to a user and block or allow access

Future Work:

  1. Build the admin dashboard with live floor map giving location data for each badge user
  2. Continue work on the landing page

DEVLOG #4 - LOGIN PAGE, BUG FIXES AND OVERHALL BADGE AND SCANNER FIRMWARE ALONG WITH CHANGES IN PI-BRIDGE

Website: https://spottr.brunogg.in


Work Done:

  1. Implemented a login page with Firebase Auth which supports but Google Sign-In as well as via Email & Password (Added a test user with its credentials posted on login page for future testing and for public showcase of the project)
  2. Added Protected routes - dashboard will remain inaccessible without logging in
  3. Switched the badge identification from using device_id ex. SPOTTR_BADGE_0XX to a MAC Address based identification coz its much more reliable and harder to spook
  4. Fixed some major and minor bugs
  5. Worked on the pi-bridge code to get readings of MAC Address.
  6. Set up Firebase RTDB badges/ node — each badge registered by MAC address with label, owner name and active status. This will be used in the dashboard to display owner names instead of raw MAC addresses and also used to assign a badge to a user and block or allow access

Future Work:

  1. Build the admin dashboard with live floor map giving location data for each badge user
  2. Continue work on the landing page

Replying to @BrunoGG

0
2
Open comments for this post

6h 37m 15s logged

DEVLOG #3 — WEBSITE POLISH + PI BRIDGE COMPLETE

Website: https://spottr.brunogg.in


Work Done

  1. Built floating navbar with sliding hover pill animation on desktop
  2. Added hamburger menu for mobile with smooth open/close animations and click-outside-to-close
  3. Logo centers on mobile, left-aligns on desktop
  4. Fixed SPOTTR intro animation to be properly centered on all screen sizes
  5. Made hero section fully responsive for mobile
  6. Pi Bridge now pushes live badge locations to Firebase RTDB and logs history to Firestore
  7. Added online/offline detection for both scanner nodes and badges with 60 second timeout

Future Work

  1. Build admin dashboard with live floor map pulling from Firebase RTDB
  2. Add How It Works, Hardware and Software sections to landing page
  3. Add Firebase Auth to protect the dashboard
  4. Flash second scanner node and test strongest-signal room detection across multiple rooms
  5. Deep sleep badge firmware for battery life

DEVLOG #3 — WEBSITE POLISH + PI BRIDGE COMPLETE

Website: https://spottr.brunogg.in


Work Done

  1. Built floating navbar with sliding hover pill animation on desktop
  2. Added hamburger menu for mobile with smooth open/close animations and click-outside-to-close
  3. Logo centers on mobile, left-aligns on desktop
  4. Fixed SPOTTR intro animation to be properly centered on all screen sizes
  5. Made hero section fully responsive for mobile
  6. Pi Bridge now pushes live badge locations to Firebase RTDB and logs history to Firestore
  7. Added online/offline detection for both scanner nodes and badges with 60 second timeout

Future Work

  1. Build admin dashboard with live floor map pulling from Firebase RTDB
  2. Add How It Works, Hardware and Software sections to landing page
  3. Add Firebase Auth to protect the dashboard
  4. Flash second scanner node and test strongest-signal room detection across multiple rooms
  5. Deep sleep badge firmware for battery life

Replying to @BrunoGG

0
1
Open comments for this post

4h 6m 47s logged

DEVLOG #2 — HARDWARE ARRIVES, FIRMWARE WORK BEGINS

Finally the hardware arrived and I started work straight away…
First time diving into this deep of C++ programming… Dam it was tough fr

Website: https://spottr.brunogg.in/


Work Done

  1. Set up PlatformIO in VS Code for programming the ESP32 Boards
  2. Flashed badge firmware on ESP32-C3 to continuously advertise via BLE with ID SPOTTR_BADGE_0XX
  3. Built scanner node firmware for ESP32-C6 to scan for BLE Devices with ID starting from SPOTTR_
  4. Set up Raspberry Pi OS and installed MQTT broker
  5. Improved Scanner Node range by using antennas salvaged from old WiFi routers
  6. Added 30 second heartbeat from scanner to monitor online/offline status

Future Work

  1. Write code for Python Pi Bridge to receive MQTT data and push to Firebase
  2. Continue work on landing page of the website

DEVLOG #2 — HARDWARE ARRIVES, FIRMWARE WORK BEGINS

Finally the hardware arrived and I started work straight away…
First time diving into this deep of C++ programming… Dam it was tough fr

Website: https://spottr.brunogg.in/


Work Done

  1. Set up PlatformIO in VS Code for programming the ESP32 Boards
  2. Flashed badge firmware on ESP32-C3 to continuously advertise via BLE with ID SPOTTR_BADGE_0XX
  3. Built scanner node firmware for ESP32-C6 to scan for BLE Devices with ID starting from SPOTTR_
  4. Set up Raspberry Pi OS and installed MQTT broker
  5. Improved Scanner Node range by using antennas salvaged from old WiFi routers
  6. Added 30 second heartbeat from scanner to monitor online/offline status

Future Work

  1. Write code for Python Pi Bridge to receive MQTT data and push to Firebase
  2. Continue work on landing page of the website

Replying to @BrunoGG

0
5
Open comments for this post

4h 49m 3s logged

DEVLOG #1 — WEBSITE WORK BEGINS

Note: Hardware arrives on 7th June, the real work starts then

Website: https://spottr.brunogg.in


Work Done

  1. Designed a model for the badge using Fusion 360 and logo using Canva
  2. Got Hero Section working
  3. Added 3D model of the product in website using React Three Fiber
  4. Added Intro animation to the website using AceternityUI where the SPOTTR text draws itself across the full screen with color gradient stroke on load, then fades to reveal the hero content. (Took alot longer to perfect and get timings as well as colors right 💀)

Future Work

  1. Start hardware work the moment it arrives on 7th June
  2. Get the Pi Bridge system up and collecting RSSI data from scanner nodes

DEVLOG #1 — WEBSITE WORK BEGINS

Note: Hardware arrives on 7th June, the real work starts then

Website: https://spottr.brunogg.in


Work Done

  1. Designed a model for the badge using Fusion 360 and logo using Canva
  2. Got Hero Section working
  3. Added 3D model of the product in website using React Three Fiber
  4. Added Intro animation to the website using AceternityUI where the SPOTTR text draws itself across the full screen with color gradient stroke on load, then fades to reveal the hero content. (Took alot longer to perfect and get timings as well as colors right 💀)

Future Work

  1. Start hardware work the moment it arrives on 7th June
  2. Get the Pi Bridge system up and collecting RSSI data from scanner nodes

Replying to @BrunoGG

0
5

Followers

Loading…