You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have two CC1101 modules connected to different pins to an ESP32 S2 mini.
they are both initialized as needed eg.
ELECHOUSE_cc1101.setModul(0);
ELECHOUSE_cc1101.addSpiPin(...);
ELECHOUSE_cc1101.addGDO(...);
[...]
ELECHOUSE_cc1101.SetRx();
I cannot query the module status properly.
as example if one is idle and one is set as RX, using
ELECHOUSE_cc1101.setModul(0);
status0 = ELECHOUSE_cc1101.getMode();
and
ELECHOUSE_cc1101.setModul(1);
status1 = ELECHOUSE_cc1101.getMode();
Hi, I'm probably to late for this but did you manage to figure this out? If you did, it would be much appreciated if you shared your script. The developer has been saying he will upload an example script for a while now.
Hello
I have two CC1101 modules connected to different pins to an ESP32 S2 mini.
they are both initialized as needed eg.
ELECHOUSE_cc1101.setModul(0);
ELECHOUSE_cc1101.addSpiPin(...);
ELECHOUSE_cc1101.addGDO(...);
[...]
ELECHOUSE_cc1101.SetRx();
I cannot query the module status properly.
as example if one is idle and one is set as RX, using
ELECHOUSE_cc1101.setModul(0);
status0 = ELECHOUSE_cc1101.getMode();
and
ELECHOUSE_cc1101.setModul(1);
status1 = ELECHOUSE_cc1101.getMode();
the status is for both module is set to RX.
similar if I stop one of the two eg:
ELECHOUSE_cc1101.setModul(0);
ELECHOUSE_cc1101.setSidle();
also module 1 with getMode() will report idle.
any ideas please?
Kind regards,
dk
The text was updated successfully, but these errors were encountered: