jcherrabi

Results 5 comments of jcherrabi

Hello @e3dio Thanks for your reply here is the test i did and socket is still listening to WS but not Http... my listening code is: ``` let token =...

Hello, Did you figure out the 1-wire driver? i'm in need for the same thing and i can't get it to work for some reason.. i tried to port some...

did your call demo work on the A9G Putting module? would you like me to try it...?

First you need to enableAt()` at ``` void setup() { Serial.begin(115200); enableAt(); } ``` or simply load the AT_Command example located under Lora folder [AT_Command](https://github.com/HelTecAutomation/CubeCell-Arduino/tree/master/libraries/LoRa/examples/AT_Command) and then run your command...

Any idea on how to compile this new SDK? i'm using windows... and i noticed missing the batch files that sets up the environment... any help is appreciated.. thanks for...