SoftwareSerial tidak terlalu bagus digunakan untuk serial dengan komunikasi cepat. Buat turunin baud rate, gunakan AT command ini.
AT+UART_DEF=9600,8,1,0,0
Pakai rangkaian buat SoftwareSerial disini. Setelah command diatas, baud rate akan turun jadi 9600. Silahkan sesuaikan coding setelahnya. Disarankan juga untuk menurunkan Baud Rate pada Serial.begin, jika kamu pakai serial di Arduino nya sendiri.
Today we’re going to learn how to connect ESP8266 to website that store the inputs to MySQL.
To help you, I have created the example website here. This tutorial focuses on storing the sensor output to website, while providing the website that already works. Next part would be building the website itself.
This tutorial uses ESP8266 as a microcontroller, for example NodeMCU and Wemos D1.
identifier can be used to identify our input. This is public web, so think about something unique.
On the page ESP8266 Project Test, you can search your identifier using the search box above.
http://project.rinaldo.id/esp8266/input.php? can be replaced later. But we’re not going to build the website now. This tutorial focuses on building the microcontroller that sends output successfully to the website.
We’re using GET method to input to the website.
sensor1 to sensor6 receives input in decimal format. If you’re not going to use it, just replace it with zero, and the char part using empty quotes. Example : : inputweb("rinaldo.id",analogRead(A0),0,0,0,0,0,"","","");
this function can be used in other program, receiving proper variables. That’s why we’re making it into function.
Kimsufi is one of the cheapest dedicated server provider, with sometimes plain mad discount. They are sub brand of OVH. SoYouStart is also their sub brand, but not as cheap.
This post is probably a little too late, because at the time of writing, their Flash Sale just run out of stock. But I managed to buy one for this blog
Andromax Prime sendiri sebenarnya mempunyai OS Android 4.4 KitKat, release dari MocorDroid. Hanya saja, di strip down parah sampai ga bisa ngapa ngapain tanpa dimodif, bahkan install APK pun ga bisa. Seriously, smartfren? Ga semua user nakal kayak gue, tapi gini justru mancing orang makin nakal. (Telkom Indonesia, kau pun bandel juga, IPTV kalian semuanya Android strip down juga kan? Nanti ada saatnya kita bikin juga tutorial bandel pake IPTV IndiHome)
Apa itu Fastboot? Menurut JalanTikus, secara garis besar, Fastboot ini adalah tools pada Android yang dapat kamu gunakan untuk memodifikasi sistem file pada Android.
This post are part of my final project, “Design and Implementation of Arduino based rtpMIDI and 5 pin MIDI”.
After discussing with my tutor, and thinking about it lately, I decided to not use Arduino Mega. Fortunately, on the title of my final project (Indonesia : Perancangan dan Implementasi rtpMIDI dan MIDI 5 pin berbasis Arduino), there are no “Arduino Mega” mentioned. I still use Arduino IDE, also still using ESP8266, so yeah … Here it goes.