mcore1976 / jammer

Very simple 433MHz (EU/ASIA) 315 MHz (US) RF jammer for keyless cars theft prevention
123 stars 16 forks source link

[ QUESTION ] about transmitter hardware #3

Closed flakka2022 closed 1 year ago

flakka2022 commented 1 year ago

it is possible to use LoRa instead of fs1000a (with code modification and use Appropriate microcontroller ) ? is LoRa capable of transmit this kind of data/pulse/wave continuously ?

mcore1976 commented 1 year ago

In the specs for LORA Semtech SX1276/77/78/79 based boards we can see the following : "FSK, GFSK, MSK, GMSK, LoRa and OOK modulation". However connectivity with these boards require SPI bus therefor it is completely different than driving single DOUT pin of FS1000A.
Conclusion - these board cannot be used with this kind of source code. LoRA boards are rather CC1101 like boards.