본문 바로가기
728x90

전체 글364

아두이노 플랫폼을 활용한 코딩 기초(릴리패드)-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.
amazon web services 에서 메일 보내기 aws 역시 gcp와 동일하게 기본적으론 25번 포트 발송이 제한되어 있으나 요청 시 발송을 허용해 주고 있다. 출처 https://hoing.io/archives/8961 AWS EC2 인스턴스에서 25번 포트(메일포트) 아웃바운드 제한 EC2 메일 발송 불가WordPress 에서는 댓글이 달리거나 관리자가 로그인 하거나 일단위/주단위 접속 통계치 등 여러가지 유형으로 관리자에게 메일을 보내주게 됩니다.AWS 클라우드 프리티어 EC2 에서 hoing.io 위의 내용에서 "이메일 전송 제한 제거 요청 양식" 을 클릭하여 양식에서 25번 포트의 제한을 해제해 달라고 AWS 측에 요청을 해야 합니다. https://us-east-1.console.aws.amazon.com/support/contacts#/r.. 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