반응형 프로세싱+아두이노+안드로이드42 Arduino I2C SPI SPI연결 (예: 아두이노 SD카드 연결) SD 카드 아두이노 핀 GND GND 5V 5V CS 4 MOSI 11 SCK 13 MISO 12 I2C 연결 (예: 아두이노 LCD 연결) LCD 아두이노핀 GND GND 5V 5V SDA A4 or SDA SCL A5 or SCL https://ludenscode.com/2021/10/09/i2c-%EC%99%80-spi-%EB%B9%84%EA%B5%90/ I2C 와 SPI 비교 – 처음코딩 요약 : UART, I2C, SPI 통신을 비교하고 어떤 방식을 사용할 것인지 결정하는데 도움을 준다. UART는 고전적인 방식으로 모든 하드웨어가 지원하고 있는 방식이고, I2C는 작은 선으로 여러 하드웨어를 ludenscode.com 요약 : UART, I2C, SP.. 2022. 6. 26. Moving Average Filter (Physical Computing) https://makeabilitylab.github.io/physcomp/advancedio/smoothing-input.html#noisy-input L1: Smoothing Input A learning resource for prototyping interactive digital-physical systems makeabilitylab.github.io Lesson 1: Smoothing Input TABLE OF CONTENTS Noisy input Moving window filters Moving average filter Arduino implementation Arduino code Simple C++ class Weighted moving average Exponential movin.. 2022. 6. 21. ESP-IDF Programming Guide https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/ Get Started - ESP32 - — ESP-IDF Programming Guide v4.4.1 documentation Flash the binaries that you just built (bootloader.bin, partition-table.bin and hello_world.bin) onto your ESP32 board by running: You can also change the flasher baud rate by replacing BAUD with the baud rate you need. The default baud rate is 460800. E.. 2022. 6. 5. 아두이노 ESP32 - 환경 설정 - 윈도우 아두이노 설정 보드매니저 URLs: https://dl.espressif.com/dl/package_esp32_index.json Deploy to ESP32 The following instructions will help you build and deploy this sample to ESP323 devices using the ESP IDF. The sample has been tested on ESP-IDF version 4.0 with the following devices: - ESP32-DevKitC - ESP-EYE Install the ESP IDF Follow the instaruction of the ESP-IDF get started guide to setup the toolchai.. 2022. 6. 5. 이전 1 2 3 4 5 ··· 11 다음 반응형