pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
198 stars 167 forks source link

Pybytes message sent to GCP is base64, how do I change that? #535

Closed malza037 closed 3 years ago

malza037 commented 3 years ago

This is the data GCP is receiving GCP 3-11-21

Please I need help ASAP. This is for my final Engineering design project, so I can graduate.

gijsio commented 3 years ago

This issue was solvedin the meantime. Google Cloud Platform does not natively support the data64 through the pybytes integration. Instead, it is possible to use a webhook to connect through a diy webservice and read the floating point value there.