Sending sensor data to Azure Storage Tables using board Teensy 4.1.
Sending Sensor Data to Azure Storage Tables using Teensy 4.1.
Works with http- and https- transmission.
For details about the functions of this app and how to use and apply settings have a look on this similar project
https://www.hackster.io/RoSchmi/wio-terminal-app-sending-sensor-data-to-azure-storage-tables-dbb08e
In this Repo the NativeEthernet and FNET libraries are used.
There is a new version available which uses the ‘QnEthernet’ library
https://github.com/RoSchmi/AzureDataSender_Teensy_QnEthernet
There is a hack needed to achieve that this application works on the Teensy 4.1:
1) The used Stream.h header file has to be changed:
Go to C:/Users/thisUser/.platformio/packages/framework-arduinoteensy/cores/teensy4/Stream.h
and exchange the Stream.h file with the Stream.h file found in the folder /lib/RoSchmi/Stream/ of this repository