nopnop2002 / Arduino-SI4432

Arduino library for SILICON LABS SI443x
MIT License
14 stars 5 forks source link

0- WHAT THE HELL!! #6

Closed Vorms closed 1 year ago

Vorms commented 1 year ago

Hello, The chip is initialized correctly even in debug mode. When the switchmode method order to go in listening mode, I have the message "WHAT THE HELL!!" What can be wrong ? Thanks for your comment.

nopnop2002 commented 1 year ago

Does this also appear at the same time?

        Serial.println("ChangeRegister Fail");
        Serial.print("reg=0x");
        Serial.print(reg, HEX);
        Serial.print(" value=0x");
        Serial.println(value, HEX);
Vorms commented 1 year ago

no ! all the initialisation is good !

thanks for your help. Thierry

Le dim. 2 juil. 2023 à 18:26, nopnop2002 @.***> a écrit :

Does this also appear at the same time?

  Serial.println("ChangeRegister Fail");
  Serial.print("reg=0x");
  Serial.print(reg, HEX);
  Serial.print(" value=0x");
  Serial.println(value, HEX);

— Reply to this email directly, view it on GitHub https://github.com/nopnop2002/Arduino-SI4432/issues/6#issuecomment-1616873373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6QD4KPRHK4N34S7PUEYBDXOHYRJANCNFSM6AAAAAAZ3POG2A . You are receiving this because you authored the thread.Message ID: @.***>

-- Thierry Vorms Québec Canada

nopnop2002 commented 1 year ago

what does this val show? You can see the error by the value of val.

        Serial.print(val, HEX);
        Serial.println(" -- WHAT THE HELL!!");

si4432

Vorms commented 1 year ago

0 what the hello.

Many thanks for your help.

Thierry Vorms

Le dim. 2 juill. 2023, 22 h 05, nopnop2002 @.***> a écrit :

what does this show?

  Serial.print(val, HEX);
  Serial.println(" -- WHAT THE HELL!!");

— Reply to this email directly, view it on GitHub https://github.com/nopnop2002/Arduino-SI4432/issues/6#issuecomment-1617112364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6QD4L3C2JCIRM4XPQT7WLXOISGVANCNFSM6AAAAAAZ3POG2A . You are receiving this because you authored the thread.Message ID: @.***>

nopnop2002 commented 1 year ago

Thanks for the report. I found that no errors occurred. Updated the library.