ICT 433MHz Transmitter

FM (FSK) 433.92MHz - Deviation 10 kHz - which isn’t supported by Flipper (yet). Is there a way to implement other deviation / Bandwidth-Options to Flipper? Have some Trouble with an other remote too. Wrong deviation.

Rgds
Marco.

1 Like

I see, is there a doc you are referencing for this info? I wasn’t able to find anything with google searching.
As for custom presets, I think this merged PR may have implemented what we’re looking for? https://github.com/flipperdevices/flipperzero-firmware/pull/1398

I don’t really know how the registers work, or how to use this PR to add new presets though :laughing:

Have to take a look. indeed it is implemented… will try some configs and post my results.

Example …

Need to edit settings_user on sdcard. This adds Honda1 and Honda2 presets. Don’t have a clue about how to implement your specific deviation.

And yes … no luck with your files …

hmmm, i see that this is the settings for the built in modulations:

idk how to apply that to the settings_user file though…

#2-FSK 200khz BW / 135kHz Filter/ 12.69Khz Deviation + Ramping
Custom_preset_name: FSK12k
Custom_preset_module: CC1101
Custom_preset_data: 02 0D 03 47 08 32 0B 06 15 30 14 00 13 00 12 00 11 32 10 A7 18 18 19 1D 1D 92 1C 00 1B 04 20 FB 22 17 21 B6 00 00 00 12 0E 34 60 C5 C1 C0

This works for my remote… FM / 2-FSK / 10kHz Deviation.

EDIT: Correct 2-FSK-Parameter for Flipper incl. TX

Are you using read or raw?

Still not able to read with “Read” option.
Heres the raw that i’m picking up:
FSK10k.sub (14.1 KB)

I use read. If you own a sdr receiver, you can take a Look in the spectrum and see if it is fm or am. Maybe i’m wrong with fm for your remote.

Maybe @Skorp can help us out ?
Maybe the problem is not with modulation/frequency but with protocol itself like your remote using something different from the supported keeloq ?

maybe I can help. but from the photo I can tell that hcs300 is Keelog. but the antenna is attached to another K110 chip, I don’t know what it is. in full it is possible that the transmission is not in AM modulation. to say for sure, I need to record the package in the sdrsharp program. everything will be visible there. and the frequency and modulation of the signal. and you can record at the same frequency in URH. to be able to reproduce it. but I don’t know how to name it on coffee grounds

and looking at this graph, I only ask you to assume that the modulation is not AM there

image

This is 2FSK. So if jou get this image in RF Spectrum with your SDR Receiver, then you can be sure this is FM.

image

And this is ASK / OOK

I see, sadly I don’t have access to a sdr, maybe I’ll get one soon and continue this thread. But I appreciate the help y’all have provided

Found some more info about the k110B3 chip.
It looks like it appeared in a car remote: key problem | Peugeot Forums
And in that forum the person included the datasheet!
infineon-tdk5100-ds-v01-01-en-2802267.pdf (616.1 KB)

And based on the pinout and the PCB it looks like all the ASK pins are disconnected, so it seems like it indeed is operating on FSK

very strange chip) but it’s still unclear what the deviation of the signal is

Ok, I placed an order for an SDR, hopefully should have more results in coming days.

Typical deviation for this Chip is 30khz.

Would you be able to provide a Custom_preset for the 30khz deviation, 2-FSK ? Maybe @puffyfish can try that ?

#2-FSK 200khz BW / 135kHz Filter/ 12.69Khz Deviation + Ramping
Custom_preset_name: FSK12k
Custom_preset_module: CC1101
Custom_preset_data: 02 0D 03 47 08 32 0B 06 15 30 14 00 13 00 12 00 11 32 10 A7 18 18 19 1D 1D 92 1C 00 1B 04 20 FB 22 17 21 B6 00 00 00 12 0E 34 60 C5 C1 C0

#2-FSK 200khz BW / 135kHz Filter/ 25.39Khz Deviation + Ramping
Custom_preset_name: FSK25k
Custom_preset_module: CC1101
Custom_preset_data: 02 0D 03 47 08 32 0B 06 15 40 14 00 13 00 12 00 11 32 10 A7 18 18 19 1D 1D 92 1C 00 1B 04 20 FB 22 17 21 B6 00 00 00 12 0E 34 60 C5 C1 C0

#2-FSK 200khz BW / 135kHz Filter/ 31.73Khz Deviation + Ramping
Custom_preset_name: FSK31k
Custom_preset_module: CC1101
Custom_preset_data: 02 0D 03 47 08 32 0B 06 15 42 14 00 13 00 12 00 11 32 10 A7 18 18 19 1D 1D 92 1C 00 1B 04 20 FB 22 17 21 B6 00 00 00 12 0E 34 60 C5 C1 C0

Here are my custom presets for narrow FM. one of these should work.

Rgds - Marco.

Very cool ! Thanks for sharing that !