Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Code to parse through and send Flipper Zero Codes. #135

Closed
wants to merge 12 commits into from

Conversation

danny8972
Copy link

This code uses the database of Power off codes at this link
https://github.com/UberGuidoZ/Flipper-IRDB/blob/main/_Converted_/Power_off.ir

When you add the file onto the root of an SD card with file name Power_off it should loop through the database sending both raw and protocol based commands. As with the Flipper it takes many minutes to execute the whole file.

Only tested on M5Cardputer

I included some commented serial outputs that I found helpful when testing. This is only a proof of concept and the graphical interface needs some work. I also included some extra translations in localization.h.

I made sure that my code was compatible with the popular M5launcher.

@danny8972
Copy link
Author

Sorry for the MAC address stuff at the beginning Its from another pull request.

@danny8972 danny8972 changed the base branch from main to develop April 1, 2024 15:21
@Niximkk
Copy link
Contributor

Niximkk commented Apr 18, 2024

Cool, doesnt work tho.

@danny8972
Copy link
Author

danny8972 commented Apr 18, 2024

Can you provide some error output, and are you sure you named the file correctly when you download it from GitHub it comes under a different name. You can physically check if the IR LED is sending by recording it with a phone and hopefully seeing the light flash.

@Niximkk
Copy link
Contributor

Niximkk commented Apr 19, 2024

take a look at this repo, i think you forgot some changes + i made some changes to improve it. After trying your code, I realized that the codes were being sent along with the EU codes (fixed that). But it does not send the correct payloads. It lights up the infrared LED and doesn't seem to send the data....

@Niximkk
Copy link
Contributor

Niximkk commented Apr 19, 2024

no errors tho.

@danny8972
Copy link
Author

Thanks for the tip about the EU codes ill change that soon and ill test on some known Flipper compatible IR devices.

@n0xa n0xa closed this Aug 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants