Semester 6 - chae research log: Difference between revisions
Tag: Undo |
|||
Line 104: | Line 104: | ||
===29 MAY 2023 - 4 JUN 2023=== | ===29 MAY 2023 - 4 JUN 2023=== | ||
==MAy 22nd== | =====MAy 22nd===== | ||
*https://youtu.be/MY8bCIiVC_4 | *https://youtu.be/MY8bCIiVC_4 | ||
interactive map generator, javascript | interactive map generator, javascript | ||
*https://leafletjs.com/ | *https://leafletjs.com/ |
Revision as of 23:27, 25 May 2023
LINK
- https://pad.xpub.nl/p/chae_list-of-todos_making-part (shared with M and J / the pad to keep track of todo list)
- https://pad.xpub.nl/p/writing-points-chae (overall working pad)
- https://pad.xpub.nl/p/writing-points-etc-stories (working pad for etc pocket stories)
- https://git.xpub.nl/chae/lost_stories.git (building 'lost stories' webpage)
Self-directed
small-files
image for web
to mamang
down grading BG image
Display P3
Copyright:copyright Apple Inc 2017
GIMP built-insRGB
headphone-tree
qrcode butterfly
- https://beautifulpixels.blogspot.com/2010/08/qr-code-hacks-modifying-and-altering.html
- https://app.qr-code-generator.com/manage/?aftercreate=1&count=1
- https://hackaday.com/2011/08/11/how-to-put-your-logo-in-a-qr-code/
flask study
- https://m.blog.naver.com/dsz08082/221804755045 (GET / POST 메소들의 차이를 설명해놓은 블로그)
python study
enumerate()
In Python, a for loop is usually written as a loop over an iterable object. This means you don’t need a counting variable to access items in the iterable. Sometimes, though, you do want to have a variable that changes on each loop iteration. Rather than creating and incrementing a variable yourself, you can use Python’s enumerate() to get a counter and the value from the iterable at the same time! https://realpython.com/python-enumerate/
range()
정수만 받아. 그리고 최대 3가지의 파라미터?를 혹은 argument인가? (정확한 이름 확인하기)를 받을 수 있어. 즉 시작하는 숫자, 끝나는 숫자, 그리고 step.
len()
길이를 뜻해. 숫자로 표시됨.
join() myTuple = ("J", "P", "V") x = "#".join(myTuple) print(x) J#P#V
import re
re.split()
re.escape
https://docs.python.org/3/library/re.html#functions
call service
- https://duckduckgo.com/?q=libelium+aruino+gsm+shield&atb=v366-1&ia=web
- https://randomnerdtutorials.com/sim900-gsm-gprs-shield-arduino/
- https://lastminuteengineers.com/sim900-gsm-shield-arduino-tutorial/
- https://youtu.be/AifOsiD5oQw
- http://www.raspberry-asterisk.org/
research log
tutorial with M and J and M and A and C
17-23 APRIL 2023
24-30 APRIL 2023
1-7 MAY 2023
❇️ pdf booklet making (Q!) now pdfbook2 installed ❇️ If you want to search something, type man pdfbook2 (this will show the manual, how to use this pdfbook) ❇️ to make a booklet: go to the path, and type pdfbook2 [filename.pdf] then it will create [filename-book.pdf]
❇️ to open a file in terminal open [folder or file name] will open the file or folder in the finder
❇️ resizing and downgrading images in batch imagemagick is now installed in my local computer chae@Chaeyoungui-MacBookPro Desktop % magick translation.png translation.jpeg
8-14 MAY 2023
Todos:
- set up my server
https://manual.uberspace.de/web-documentroot/ - have fun with Arduino H-bridge, and 2 motors
- 3D print the holder for a wire
- Get a cheap prepaid SIM card
1. set up my server
- https://manual.uberspace.de/web-documentroot/
- https://manual.uberspace.de/basics-sftp/
- https://medium.com/codex/git-authentication-on-macos-setting-up-ssh-to-connect-to-your-github-account-d7f5df029320
2. have fun with Arduino H-bridge, and 2 motors
3. 3D print the holder for a wire
4. Get a cheap prepaid SIM cardr
15-21 MAY 2023
22-28 MAY 2023
- Flex sensor
- FSR (Force Sensitive Register)
- Piezo Electronic Keramic
Q.How to power motors connected to butterflies?
A. You can use batteries but that means you need to turn on and turn off every day. And change the battery everyday.
A. So you could connect to different wires/(you can use telephone wires, lamp wires, or different wires, as long as they are thick)
29 MAY 2023 - 4 JUN 2023
MAy 22nd
interactive map generator, javascript