-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello there and thank you for your work and effort with the CC1101 (and others) libraries.
I tried to use the "Receive_advanced" example withe Simu_Remote_CC1101 library on ESP8266 (working with your SRC_DRV Lib) but it gives me kernel panic. It seems the interrupt handle is not in IRAM. I remeber some time ago there was a change in one of the ESP8266 releases that forced me to update some sketches to use <void ICACHE_RAM_ATTR handleInterrupt();> to bring the interrupt routine in IRAM to run properly. I tried to implement this but my knowledge in change libraries is very limited.
I would be glad i you find the time to look into the issue.
Background: I am using the <ELECHOUSE_CC1101_SRC_DRV.h> successfully to control simple 433.92 Mhz sockets as well as the 443.42Mhz Somfy sun blinds.
In addtion my rented flat also has so to say "noname" blinds that also operate in the 433.42 band, remotes behave quite like somfy rts (up/down/stop/program buttons), but the underlying protocol seems different. Afraid to deassemble the blinds, I tried the abovementioned Receive_advanced example to maybe shed some light on the differences between the received values of the somfy rts and the nonmane remote control signals.