LSatan
LSatan
Hi I'm still on vacation until the weekend. So no data and esp32 there. I also connected an SD card slot to my esp32 with 2x CC1101. But it was...
I'm happy to hear that it worked. Regards
if you run setspiPin before init then your setspi config will be used. init only loads the default values if you don't define setspiPin. in the code is a query...
do the examples work?
I hope you have not connected the modules to 5v. how did you connect the modules? plug-in board or jumper cable? can you send a photo.
Hi, sorry for the late reply. protocol analysis demo cannot decode everything. You could record raw data to get something. First of all, it is important to know at which...
Hi, the set gdo function is not necessary, as pilight defienes the pins. As I can see the code was written in the atmel studio. Apparently the void loop function...
ok, compiling completed. I will test it later.
byte cannot be greater than 255, of course. this is a fragment from the old calculator where I was still working with int. there it happened at certain frequencies that...
Hello, for further functions you can use the debug service tool. https://github.com/LSatan/CC1101-Debug-Service-Tool . You can use the debug function to change any rigister during operation. or you only use the...