embeded/arduino(genuino)2024. 1. 31. 15:22

esp8266이야 wifi 내장이긴 한데

다른 wifi 모듈들도 이런식으로 https를 제공하려나?

 

#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <DHT.h>
#include <WiFiClient.h>
#include <WiFiClientSecureBearSSL.h>
#include <time.h>

[링크 : https://dinist.tistory.com/17]

'embeded > arduino(genuino)' 카테고리의 다른 글

433MHz RF 통신  (0) 2023.12.07
mcp2515 can  (0) 2023.10.30
아두이노 dht11  (0) 2022.11.14
아두이노 Serial.print()와 Serial.write()  (0) 2022.11.14
아두이노 USB HID  (0) 2021.05.07
Posted by 구차니