본문 바로가기
728x90

푸닥거리108

아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-5 https://www.makesandbox.cc/135 메이크샌드박스에 오신것을 환영합니다. 3-1. RallaPad 프레임워크 실습(아래 이미지 중 해당 번호를 클릭하면 해당 페이지로 넘어갑니다) makesandbox.cc 2, 3, 4, 5 https://blog.naver.com/tesntes/222689129515 [#욜로#랄라패드] #RallaPad_FrameWork_D&O(Digital&Output,디지탈&출력)_실습_LED 안녕하세요! 누구나 원하는걸 만들어보는 메이크샌드박스 입니다! 오늘 소개해 드릴 내용은 RallaPad를 ... blog.naver.com LED(Light Emitting Diode) LED : 전류가 흐르면 빛을 발생하는, 발광 다이오드의 일종 Anode, +, VCC.. 2022. 4. 2.
아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-4 arduino language framework 2, 3, 4, 5 디지털 출력 ( LED, 부저 ) - 0(끄다, LOW), 1(켜다, HIGH) // the loop function runs over and over again forever void loop() { digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) delay(100); // wait for a second digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW delay(100); // wait for a second } https://www.arduino.c.. 2022. 4. 2.
아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-3 다운로더(통신) 모듈 - 전원공급(5v) and 통신 Mini USB 아두이노 스케치 업로더 https://blog.naver.com/tesntes/222689007971 [랄라패드] RallaPad - 프레임워크보드 구성 안녕하세요! 누구나 원하는걸 만들어보는 메이크샌드박스 입니다! 오늘 소개해 드릴 내용은 저희가 이번에 ... blog.naver.com https://www.makesandbox.cc/135 메이크샌드박스에 오신것을 환영합니다. 3-1. RallaPad 프레임워크 실습(아래 이미지 중 해당 번호를 클릭하면 해당 페이지로 넘어갑니다) makesandbox.cc 2022. 4. 2.
아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-2 https://www.makesandbox.cc/114 메이크샌드박스에 오신것을 환영합니다. makesandbox.cc 아두이노 우노 R3 https://youtu.be/DXF_4scdUKI https://www.makesandbox.cc/99 메이크샌드박스에 오신것을 환영합니다. 7. Tinkercad(팅커캐드/3D모델링/아두이노 시뮬레이션) makesandbox.cc https://www.arduino.cc/ Arduino - Home www.arduino.cc https://www.arduino.cc/en/software Software Open-source electronic prototyping platform enabling users to create interactive electronic.. 2022. 4. 2.
아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-1 https://www.makesandbox.cc/ 메이크샌드박스에 오신것을 환영합니다. 메이커&코딩의 모든 것 메이크샌드박스 MAKESANDBOX 리빙랩 메이커 및 코딩 교육 선두기업 makesandbox.cc https://www.makesandbox.cc/135 메이크샌드박스에 오신것을 환영합니다. 3-1. RallaPad 프레임워크 실습(아래 이미지 중 해당 번호를 클릭하면 해당 페이지로 넘어갑니다) makesandbox.cc Arduino - 오픈소스 플랫폼 - 2005년 이탈리아의 "마시모밴지"에 의해서 고안 - 이탈리아어로 "절친한 친구", "강력한 친구" 라는 의미 RallaPad - 연꽃(LilyPad)에서 가져옴 - 콜로라도 대학교 Leah Buechley 박사(웨어러블 의상 디자인)가 .. 2022. 4. 2.
dovecot pop3s imaps https://tecadmin.net/install-dovecot-on-debian-10/ How to Install Dovecot (POP/IMAP) on Debian 10 Dovecot is an open-source service for IMAP and POP3 on Unix-like operating systems. It focused on lightweight and secure mail server available for most of the Linux operating system. POP3 (Post Office Protocol 3) and IMAP (Internet Message Access Protocol) tecadmin.net sudo apt install dovecot-imapd.. 2022. 4. 1.
postfix dovecot imap 출처: https://www.tecmint.com/install-postfix-mail-server-with-webmail-in-debian/ Install a Complete Mail Server with Postfix and Webmail in Debian 9 This tutorial will guide you on how to install and configure a complete mail server with Postfix in Debian 9 release. It will also cover how to configure accounts mailboxes using Dovecot in order to retrieve and compose mails via IMAP protocol. The u.. 2022. 3. 31.
vscode pem bad permissions windows vscode pem bad permissions windows 1. pem 파일 속성 2. 보안 탭의 고급 3. 하단의 상속 사용 안함 설정 4. 이 개체에서 상속된 사용 권한을 모두 제거합니다. 선택 5. PC 로그인 사용자 계정 6. 읽기 및 실행 권한 추가 2022. 3. 31.
[Error] The following PHP extensions are not available in your PHP configuration! dom * [Error] The following PHP extensions are not available in your PHP configuration! * dom -> php-xml (sudo apt install php-xml). 2022. 3. 30.
728x90