Danielle
Danielle
Thanks for ignoring the other phishing comment. I’ve added this to my list of things to look into when I’m bug fixing next.
I’m not using a level shifter currently (got one on order) and I don’t have a logic analyzer unfortunately. Mine are EU batches also. My CC1101 is a E07-M1101D-SMA. It’s...
As an update, I've had some partial success. It suddenly started working when I removed the `if (ELECHOUSE_cc1101.getCC1101()) {` check. However the results seems really hit and miss when using...
While I’m working on the other stuff, I wanted to ask: `void valueInput(){ // get plain values index=0x0; Serial.print("1 mode (0-3f)"); byteArray[2][1] = ((uint8_t) readCliHex() ) & 0x3f; Serial.print("2 green...
I ended up getting this working, using a level shifter and a new CC1101. It only works when the bracelet is like 10-20 cm in range of the antenna -...