项目作者: RoSchmi

项目描述 :
Sending sensor data to Azure Storage Tables using board Teensy 4.1.
高级语言: C
项目地址: git://github.com/RoSchmi/AzureDataSender_Teensy.git
创建时间: 2021-03-11T17:14:13Z
项目社区:https://github.com/RoSchmi/AzureDataSender_Teensy

开源协议:

下载


AzureDataSender_Teensy

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

Patches for Teensy 4.1 board

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