Arduino UNO R4 Wifi : DS18B20 연결도 https://arduinogetstarted.com/tutorials/arduino-temperature-sensor WiFi 공유기 [Arduino IDE 사용] / [Visual Studio Code사용] Arduino IDE or VS code 초기 셋팅 및 설정 참고 https://jinozblog.tistory.com/207 [arduino] LM35 / TMP36 Sensor 연결도 : arduino IDE or VScode 설정 및 모니터링 Arduino UNO R3 : LM35 Sensor 연결도(TMP36 동일) 및 전달함수식 LM35 Analog Output이므로 A0 ~ A5에 연결 : 필자는 A0에 연결 range : 온..
Arduino UNO R4 Wifi : DS18B20 연결도 https://arduinogetstarted.com/tutorials/arduino-temperature-sensor Client Side WiFi Server Side : 집에 공유기에 설치된 R-pi server 사용 # Raspberry-Pi Ubuntu Server 만들기 : https://jinozblog.tistory.com/119 # Ubuntu Server Docker install : https://jinozpersona.github.io/posts/ubuntu-docker-install/ # Ubuntu Server Docker MariaDB install : https://jinozpersona.github.io/posts..
samba 설치 및 설정 samba install $ sudo apt -y update $ sudo apt -y install samba smb.conf 설정 $ sudo nano /etc/samba/smb.conf [YOURID] comment = YOURID HOME path = home/YOURID public = no writable = yes browseable = yes valid users = YOURID smbapasswd 설정 $ sudo smbpasswd -a YOURID New SMB password: Retype new SMB password: Added user YOURID macOS network 연결 finder command+'k' smb://[mintos IP] termin..
INTRO rasberrypi 3 B+(64bit 지원) balena Etcher(macOS 용 이미지 굽기) : https://www.balena.io/etcher/?ref=etcher_footer ubuntu server 20.04.3 LTS(Long Term Support) : https://ubuntu.com/download/raspberry-pi wifi 설정 및 ssh 접속 balena Etcher ubuntu 이미지 flash 화면 R-Pi(Raspberry Pi) 설치 전 network setting SD-card : system-boot 내 network-config 파일 수정 주의 : "Your-SSID"에 wifi-ssid를 따옴표 안에 넣는다. 콜론(:) 옆에 작성하는게 아님 "Yo..
MariaDB 설치 $ brew update $ brew upgrade $ brew install mariadb 2022.01.16 기준 Server version: 10.6.4-MariaDB Homebrew mariadb upgrade 방법 $ brew update $ brew upgrade $ brew upgrade mariadb MariaDB server 시작 $ brew services start mariadb ==> Tapping homebrew/services Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services'... remote: Enumerating objects: 1686, done. remote: Count..
INTRO - REST 용어 - API 용어 - Django REST Framework 용어 - ModelForm vs ModelSerialzer 비교 # Restfull API server 기능 구현하기 - CBV(Class Based View)와 FBV(Function Based View) CRUD Control 비교 Create : 생성(POST) Read : 조회(GET) Update : 수정(PUT) Delete : 삭제(DELETE) 용어설명 Representational State Transfer (REST) : service-architecture.com 원문 번역 네트워크 리소스를 정의하고 처리하는 방법을 설명하는 일련의 원칙을 기반으로 하는 아키텍처 스타일입니다. 이러한 원칙은 2000..
Local / Server 구동 비교 ERP Menu hyperlink Test : urls - views - templates 관계 이해 Server Test : git transmission INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 1. superuser Django Admin 상태 macOS : local-dev http://localhost:8000/admin Raspi : server http://[RaspiIP]:xxxx/admi..
1. django SECRET_KEY 보안설정 (pyERP)testerp$ nano config/settings.py .... # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '[YourKey]' .... (pyERP)testerp$ nano secret.json (pyERP)testerp$ touch secret.json (pyERP)$ pip install django { "SECRET_KEY": "[YourKey]" } (pyERP)testerp$ nano config/settings.py import os, json from django.core.exceptions import ImproperlyConf..
- Total
- Today
- Yesterday
- Raspberry Pi
- 라즈베리파이
- server
- r
- Python
- vscode
- analysis
- 코로나
- DS18B20
- 코로나19
- COVID-19
- Regression
- 자가격리
- arduino
- pyserial
- Pandas
- sublime text
- SSH
- CSV
- Django
- Templates
- template
- git
- MacOS
- ERP
- raspberrypi
- 확진
- github
- DAQ
- Model
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |