mdaskalov / dcf77-clock-sync

Emulate DCF77 time signal on Flipper Zero using the RFID antenna and the A4 GPIO pin
MIT License
9 stars 1 forks source link

Update the DCF77 Clock Sync app for the SDK version 0.97 f7 #2

Closed furippa closed 3 months ago

furippa commented 4 months ago

Hello!

Your DCF77 Clock Sync app version 1.0 fails to build with the SDK version 0.97.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

mdaskalov commented 4 months ago

fixed in #3

RogueMaster commented 4 months ago

fixed in #3

No, it was not... DateTime needs to be fixed.... could you advise how this app works differently than this one?

mdaskalov commented 4 months ago

The other app doesn't work for me...

Not sure if the RFID transmission frequency is wrong or at some point it stopped transmitting at all. Have you tested it?

Besides this, I’ve improved the timing so the sync is always successful in 2-3 minutes.

And finally I am sending the signal including carrier frequency using PWM over the GPIO pin, so that with proper antenna the range could be increased greatly.

mdaskalov commented 4 months ago

I was able to compile the new version with 0.97.0-rc, what do you mean with DateTime?

RogueMaster commented 4 months ago

See here all the changes you will need for DateTime and also formatting :)

RogueMaster commented 4 months ago

P.S. All flipper projects use the GPLv3 license

mdaskalov commented 4 months ago

ah.. this works for RogueMaster but would be incompatible with the official firmware... Thanks for the update!

RogueMaster commented 4 months ago

ah.. this works for RogueMaster but would be incompatible with the official firmware... Thanks for the update!

With the changes that I provided it should become compatible with the official dev version

mdaskalov commented 3 months ago

should be fixed in #5 :wink: