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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anybody get the CubeCell to work with this library? I tried for hours. The factory LoRa library works. But, I like sandeeps one better. Here is the board. https://heltec.org/project/htcc-ab02s/
Here is the pin out: https://resource.heltec.cn/download/CubeCell/HTCC-AB02S/HTCC-AB02S_PinoutDiagram.pdf
I'm not getting past the endless loop. I tried lowering the SPIRate. I tried switching the
LoRa.setPins(28, 0, 0);
while (!LoRa.begin(915E6)) {
Serial.print(".");
delay(500);
}
Beta Was this translation helpful? Give feedback.
All reactions