임베디드 보드 80

Thingsboard - MQTT RPC Control

STM32 Ethernet + GPIO Output 32 + (ADC 16 + 9) Channel ESP8266 통신 테스트 to Thingsboard MBED Development 테스트화면 RPC GPIO 32 통신 제어합니다. ADC Channel (16 + 9) 값을 신호를 수신합니다. 참조 Mqtt 설치 jolog.tistory.com/12 윈도우에서 MQTT(Mosquitto) 설치하기 윈도우에서 MQTT(Mosquitto) 설치하기 1. Mosquitto 홈페이지에서 윈도우 버전 ‘mosquito-1.6.2-install-windows-x64’ 을 다운로드 받습니다. : “mosquito-1.6.2-install-windows-x64” 설치하기 2. 옵.. jolog.tistory.com m..

STM32H7 OpenH743I-C ADC Multi Channel

이 개발자 키트는 코어 보드는 STM32H743IIT6을 기반으로합니다. ADC1을 이용하여 16개의 아날로그 데이터를 수신합니다. 가변저항을 이용하여 테스트 프로젝트를 진행합니다. 각 가변저항에서 아날로그값의 변화를 아두이노 시리얼 플로터를 이용하여 그래프로 표시합니다. ADC1 설정 /* USER CODE BEGIN 0 */ #define ADC1_NUM 16 uint32_t ADC1Result[ADC1_NUM]; /* USER CODE END 0 */ /** * @brief The application entry point. * @retval int */ int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configurati..

STM32 F429zi ADC 15 multi channel

가변저항을 이용하여 ADC 멀티채널 테스트를 합니다. 아두이노 시리얼프로터를 이용하여 ADC값을 그래프로 표시합니다. ioc 파일 설정 adc channel 추가 DMA Settings ADC3 #define ADC1_NUM 9 #define ADC3_NUM 6 uint32_t ADC1Result[ADC1_NUM]; uint32_t ADC3Result[ADC3_NUM]; /* USER CODE END 0 */ /** * @brief The application entry point. * @retval int */ int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration-------------------------..

NTC 센서 4개 온도 데이터 수신

아두이노 + NTC 온도센서 온도 4개 값을 그래프로 표시합니다. int ThermistorPin = 0; int Vo, Vout; float R1 = 10000; float logR2, R2, T,VR,VRT; float T2, T3, T4; float Temp = 0; float c1 = 1.126260975e-03, c2 = 2.354310794e-04, c3 = 0.7596803406e-07; void setup() { // put your setup code here, to run once: Serial.begin(115200); } void loop() { // put your main code here, to run repeatedly: Vo = analogRead(0); Vout = Vo;..

1 loadcell + hx711

WEMOS ESP32 WIFI BLUETOOTH Servo Motor Loadcell + HX711 loadcell 을 당기거나 밀면 무게가 측정됩니다. 테스트 영상 Refercences blog.naver.com/jangstargosu/222163093592 녹칸다 아두이노/C# 공짜강의 로드셀(HX711)/디지털저울 관련 모음.zip(포로리야공대가자) https://youtu.be/Q58JKZtaXiE녹칸다 아두이노 강의 33편에서 처음으로 로드셀과 HX711을 이용한 ... blog.naver.com bota.tistory.com/1327 [아두이노#105] 블루투스 모듈 HC06/14편 디지털저울/로드셀/HX711(녹칸다/포로리야공대가자) (블루투스 모듈 HC06/14편 디지털저울/로드셀/HX71..

WEMOS 서보모터 제어 (Servo Motor)

wemos esp32 보드에서 서보모터를 제어합니다. 시리얼모니터 와 블루투스 통신을 이용하여 서보모터를 제어합니다. // Include the Servo library #include "esp32_Servo.h" //This example code is in the Public Domain (or CC0 licensed, at your option.) //By Evandro Copercini - 2018 // //This example creates a bridge between Serial and Classical Bluetooth (SPP) //and also demonstrate that SerialBT have the same functionalities of a normal Serial #in..

WEMOS - WIFI & Bluetooth battery UART 통신

ESP32 ESP-32S for WeMos WiFi Wireless Bluetooth Development Board CP2102 CP2104 Module with 18650 Battery Shield Case for Lua 2.4GHz 듀얼 모드 Wi-Fi 및 Bluetooth 칩 ESP32 프로젝트 18650 배터리 0.5A 충전 전류 1A 출력 과충전 보호 과방 전 보호 LWIP 프로토콜, Freertos 세 가지 모드 지원 : AP, STA 및 AP + STA Lua 프로그램 지원 ESP32 ESP-32S For WeMos WiFi 무선 Bluetooth 배터리 개발 보드 PINMAP BLUETOOTH Example BLUETOOTH Example 스마트폰과 블루투스 통신을 합니다. 테스트 ESP..

esp8266 update ai-thinker

업데이트 파일 & 다운로드 프로그램 더보기 ESP8266 Flash Downloader 프로그램을 이용하여 바이너리를 다운로드합니다. blog.naver.com/cherrychance/221821593241 코딩 어레이키트를 이용한 와이파이 ESP-01 펌웨어 업그레이드 ​ 코딩어레이키트아두이노스토리에서 제작한 교육용 아두이노키트입니다.디지털 입출력/아날로그 입출력 ... blog.naver.com m.blog.naver.com/PostView.nhn?blogId=microfun&logNo=220775609544&proxyReferer=https:%2F%2Fwww.google.com%2F ESP8266 ESP-01 펌웨어 업데이트 하기 안녕하세요.요즘 WIFI 모듈을 많이 사용 하고 있는데요 그중에서도 ..