firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Add realtime clock and crypto chart/price

Open theimuminal-arch opened this issue 1 month ago • 1 comments

1)Add a rtc module for realtime clock so, we can use it as a clock which won't reset. I think it can be cause esp32 s3 have many pins.

  1. when connected to wifi add a crypto chart/price to show (and it looks cool) theres many free APIs available btw.

if possible

theimuminal-arch avatar Nov 22 '25 17:11 theimuminal-arch

If you setup Bruce to auto connect to WiFi then it will auto sync the time. Devices that Bruce supports that have RTC already sync time to these. You can look at those if you want to add an RTC to your own board an dcompile your own version.

There is a crypto tracker JS Interpreter script on Discord that does this, the Interpreter is best suited to creating apps that are outside the scope of the standard Bruce toolset which focusses on pentest tools.

emericklaw avatar Nov 22 '25 19:11 emericklaw