Joaquin Peraza

Results 6 issues of Joaquin Peraza

When result data is too big, it would be great to have a JSON viewer to browse the result data field in Django admin.

If I have installed tensorflow for NVIDIA jetson nano, from nvidia platform (1.X), can I build from source omitting tensorflow installation? Thanks.

help wanted

Today I received the sad confirmation that the LoRa shield is discontinued, what alternative do we have to continue using T-SIM7000g as a real IoT gateway?

As there is no exampleof implementation here I leave a small arduino sketch, hope it can help you: ``` #include #include ArduinoJWT jwt = ArduinoJWT("secret"); void setup() { Serial.begin(9600); //...

Solution: Download attached ZIP with new library. [ArduinoJWT.zip](https://github.com/yutter/ArduinoJWT/files/1284990/ArduinoJWT.zip) Explanation: Edit ArduinoJWT and modify line 37: const char* jwtHeader PROGMEM= "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"; to: const char* const jwtHeader PROGMEM= "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"; Then in sha256.cpp...