-
Bonjour, avec le code, la valeur en gramme est limitée a 65635 ( a peu pres), pour ne plus avoir cette limitation, il faut modifier uint16_t en uint32_t pour le payload weight a 2 endroits dans l'ino …
-
Hi,
would be possible connect the SigfoxCallback to the actual conation that I already have to the sigfox backend instead of create a API Gateway?
I have been unable to configure Sigfox to connec…
-
Hi, here is the
1. DEVICE PROVISIONING REQUEST
POST /iot/devices
Headers:
fiware-service: malaga_1
fiware-servicepath: /malaga_1_parking
Content-Type: application/json
Payload:
{
"devic…
-
(base) edgar@edgar-inspiron3493:\~/pycom-micropython-sigfox-heltec/esp32$ make BOARD=HELTEC
Use make SECURE=on [optionally SECURE_KEY ?= secure_boot_signing_key.pem] to enable Secure Boot and Flash E…
-
The same changes done for Sigfox IOTA (https://github.com/telefonicaid/sigfox-iotagent/pull/83), this time for IOTA-LWM2M
This will ease the migration from Travis to GitActions for CI (see https://…
-
Hello,
I've run into a problem sending sigfox messages on some of my boards. I am sending a data message with sensor measurements at regular intervals. The sensor wakes up, measures for 3 seconds, …
-
Bonjour,
L'exemple fourni sigfox_uplink sur /armapi me renvoie une erreur d'initialisation LED13 à HIGH.
En affichant l'erreur renvoyée, j'ai un ARM_ERR_ARM_GET_REG.
J'utilise un Arduino Uno et…
-
Hello, we are using the official FIWARE Sigfox IoTAgent in our platform and we would like to have more data types allowed by it. For now, only uint is supported, but according to Sigfox documentation,…
-
Hi,
I would like to ask you, when you plan to implement a function for sending shorter sigfox message?
sigfox_send_payload() allows only full length messages.
With respect to our use case (soon …
-
Hi,
I am trying to send measurements to the sigfox iotagent. Firstly i register the service and the device to the agent. As you can see from bellow:
**Service Provisioning**
```
POST /iot/ser…