I'm currently working on a two-factor authentication system I have write some program to generate base32 secrete key and using that secrete key program will generate new time based otp in every 30 sec using same secrete key.I want to implement this on badger2040 device using micropython.
https://github.com/nehadubey10/TOTP_GENERATION, I have used this code to implement totp on badger2040. When i used same code to implement on windows or linux system it will generate the same otp using that key which we are generating. I have tested weather my program or application are generating same code using same secret key for that I have used this site https://totp.danhersam.com/ . But when i try to implement on badger2040 it is generating different otp using same secret key, can any on tell me the reason.