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)' 카테고리의 다른 글

아두이노 FFB 휠 소스코드  (0) 2024.10.11
rfid 12.5M / 125k  (0) 2024.07.25
433MHz RF 통신  (0) 2023.12.07
mcp2515 can  (0) 2023.10.30
아두이노 dht11  (0) 2022.11.14
Posted by 구차니