반응형 전체 글252 Robot Eyes 2 https://arduinoplusplus.wordpress.com/2017/10/29/robot-eye-expressions-using-led-matrix-display/ Robot Eye Expressions using LED Matrix Display I was exploring ways to make a future robot project more appealing and came across a number of articles about animated robotic eyes created to convey expression or mood. This looked like a bit of f… arduinoplusplus.wordpress.com Robot Eye Expressions usi.. 2022. 6. 26. 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. kalman filter - "Machine Learning An Algorithmic Perspective" ch16. Graphical Models A simple 1D Kalman Filter # Code from Chapter 16 of Machine Learning: An Algorithmic Perspective (2nd Edition) # by Stephen Marsland (http://stephenmonika.net) # You are free to use, change, or redistribute the code in any way you wish for # non-commercial purposes, but please maintain the name of the original author. # This code comes with no warranty of any kind. # Steph.. 2022. 6. 24. 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. 이전 1 ··· 27 28 29 30 31 32 33 ··· 63 다음 반응형