VasylSamoilov

Results 14 comments of VasylSamoilov

You can't be sure about frequency unless you use oscilloscope, and can't be sure about CAP code and speed unless you programmed it yourself. Also try "-i" option.

By the way, Motorola bravo numeric pagers will show error instead of message. Nec alphanumeric with show extra zeroes (when in numeric mode)

Maybe you can utilize pocsag implementation for arduino that interface with the si4432 based ISM-tranceiver for broadcasting the message? See https://github.com/on1arf/rf22_pocsag . There are a lot of POCSAG implementations out...

Well, libata supports CHS, see here: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/ata/libata-core.c?h=v5.10#n747 If device don't report LBA support libata will convert LBA to CHS. So it's pretty possible and will be quite useful feature to...