Postingan

Menampilkan postingan dari Maret, 2020

sensor suhu tubuh

https://www.amazon.co.jp/KKHMF-MELEXIS-MLX90614ESF-BAA-000-TU-ND-%E8%B5%A4%E5%A4%96%E7%B7%9A%E6%B8%A9%E5%BA%A6%E6%B8%AC%E5%AE%9AIR%E3%82%BB%E3%83%B3%E3%82%B5%E3%83%BC%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%ABArduino%E7%94%A8/dp/B019E51V8Q/ref=pd_day0_hl_60_1/358-5160722-8879010?_encoding=UTF8&pd_rd_i=B019E51V8Q&pd_rd_r=042f02d1-1fc0-4774-9d6e-716e5b3fa40a&pd_rd_w=nKA5t&pd_rd_wg=zhnJ4&pf_rd_p=ec08f2a3-f9fb-4fdc-ac63-b64f3976e962&pf_rd_r=8ZC9D1KNG4F2QK12RSRY&psc=1&refRID=8ZC9D1KNG4F2QK12RSRY

membalik layar dan raspberry Pi

1.Run this command sudo nano /boot/config.txt or sudo leafpad /boot/config.txt 2.on the last page write this command display_rotate=0 display_rotate=1 display_rotate=2 display_rotate=3 3.if the File can't to be saved, please write this command sudo -i cd /etc cd network nano interfaces                or leafpad interfaces # save the file in nano # exit nano reboot 4. try again to save a file boot/config.txt 5. sudo reboot

Application LoRa 920 MHz

https://monoist.atmarkit.co.jp/mn/articles/1702/07/news051.html

kuliah Prof.Josaphat Tutuko

https://www.youtube.com/watch?v=rqB7Qdaol3E&fbclid=IwAR3tsl5VG6lRIhJ_U38G605QK5I6DnJcll-nLDw_a1iLLPz13Koyum8yBMg

SMA Antenna Kitagawa Teacher

http://jaco.ec.t.kanazawa-u.ac.jp/edu/index.php?BNC%E3%81%A8SMA%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB

ADR

https://lora-developers.semtech.com/library/tech-papers-and-guides/understanding-adr/ https://lora-developers.semtech.com/library/tech-papers-and-guides/understanding-adr/ https://www.youtube.com/watch?v=C_Rh5GSENA4&t=193s

Antenna Diversity

https://www.youtube.com/watch?v=1NXFps7ZIlg

Pelatihan Arduino untuk Siswa SMP, SMA/K

Gambar
1. Mengendalikan LED menggunakan Perintah masukan dari Keyboard Alat dan Bahan 1. Resistor 220 Ohm 1x 2. Arduino UNO or Arduino Mega 1x 3. USB Cable 1x 4. LED 1x Program Code Arduino //puput_danny_code, http://puputdanni.blogspot.com/ const int ledPin=13; int incomingByte; void setup() { Serial.begin(9600); pinMode(ledPin,OUTPUT); } void loop() { if (Serial.available()>0) {   incomingByte=Serial.read();   if(incomingByte =='H')   {     digitalWrite(ledPin,HIGH);   }   if(incomingByte=='L')   {     digitalWrite(ledPin,LOW);   } } } output jika ditekan 'H', maka LED on jika ditekan 'L', maka LED off

FTDI

https://arduino.stackovernet.com/ja/q/4888

SPO2 Fundamental

https://www.nxp.com/docs/en/application-note/AN4327.pdf