
admin
自己作的几首曲子
写了几首曲子,都是使用C大调和弦。借用Dopamine Set里的风格,用KORG PA600来演示。
Store messages from Mosquitto MQTT broker into SQL Database
I need a server which is able to setup the Mosquitto MQTT Broker, this server have to be handle MQTT connections with clients and capable to save MQTT data (payload) into database.
The server also act as a File Server and Web Server where I can upload photos via HTTP Post.
After reading some posts and research, it looks like the Synology NAS having all the features for me to setup the said server. Therefore I decided to choose the Synology DS216j NAS for this project.
Split comma or any other character delimited string into an array
Sketch below shows how to split comma or any other character delimited string into an array.
Here is the output
Word 1 : One_1
Word 2 : Two_2
Word 3 : Theree_3
Word 4 : Four_4
--------------------
Word 1 : 1_One
Word 2 : 2_Two
Word 3 : 3_Theree
Word 4 : 4_Four
Word 5 : 5_Five
--------------------
Word 1 : One
Word 2 : Two
Word 3 : Theree
Word 4 : Four
Word 5 : Five
--------------------
How to create webpages & setup website using the CMS
This is my experience about how to create webpages & setup my personal website using the CMS (Content Management System) software. My website is 4 years old now, during this time, I learn how to upgrade my website, improve the webpages loading speed, remove virus/malware from website, and a lot more.....SEO, Google Analytic, Google Adsense, Google Captcha, Google PageSpeed Insights, Google Search Console.
Makeblock 3-in-1 mBot Ranger Robot Kit
Makeblock 3 in 1 mBot Ranger Robot Kit is a three-in-one STEM (Science, Technology, Engineering & Mathematics) Educational robot kit which offers the ability to create a Robot Tank, Three-Wheeled Racing Car and a Self-Balance Car. You can program and control the mBot Ranger via iPad, tablets or laptop.
I get my mBot Ranger Robot Kit from GearBest, the price of the kit is $134.87.
Arduino Based DS1307RTC Large LED Digital Clock
This is an Arduino based digital Clock to display real time on a 32x16 LED matrix panel using a DS1307 RTC module. The date and time can be set via serial interface or push button switches.
Arduino based LCD Digital Clock
This is an Arduino based digital Clock to display real time on a 16x2 LCD using a DS1307RTC module. The date and time can be set via serial interface or push button switches.
Seeedstudio RePhone: Mass Storage Mode works in first time, Alcatel single RNDIS Interface rebooting
This is a solution on how to fix the problem where my Seeedstudio RePhone Mass Storage Mode is not working probably.
Mass Storage Mode works in first time, subsequently it does not appear as a "Removable Disk" (Red LED ON, Green LED OFF). I do get Alcatel single RNDIS network interface under the device manager, the RNDIS interface is keep on rebooting every few seconds. This problem only happen on Win7, WinXP is working fine.
You can fix the problem by disable the "automatic driver installation"
Disable automatic driver installation
There's a few ways to disable the "automatic driver installation"
- How to stop Windows 7 automatically installing drivers
- How to enable/disable automatic driver installation
- The fastest way is to use the Windows "Search Box"
Click on Windows Start icon
Enter "Device Installation" in the search box
"Device Installation Settings" should popup
Select "Never install driver software from Windows Update" as shown in figure above
Click on "Save changes" button
Scan for hardware changes
- Open "Device Manager" and navigate to "Network adapters"
- Right click on "Alcatel single RNDIS Interface" and select uninstall
- Click on Action Menu on the Device Manager and select "scan for new hardware changes"
Seeedstudio RePhone: Fun & creative modular DIY smartphone
I'm not a Smartphone addict, I never interested in the features of Smartphone or which Smartphone is best for me. However, as a DIY enthusiast, the Seeedstudio RePhone catches my eye.
The open source hardware manufacturer (SeeedStudio) published the world's first open source, modular Smartphone (RePhone) in Kickstarter on September 23, 2015. RePhone is a GSM +BLE (Bluetooth Low Energy) phone, future version will support 4G LTE. I own a RePhone DIY Kit from Gearbest.
Updated on 23 Mar 2016
Gearbest currently running a flash sale on electrical & tools, you can buy it for cheaper than the creator(Seeedstudio).
http://www.gearbest.com/promotion-electrical-amp-tools-special-480.html
DIY 8x8x8 RGB LED cube
Thank you my friend Siew Goh Chuang, he made this beautiful LED cube: This is a 8x8x8 RGB LED cube project, a modified version of the LED cube which originally designed by Kavindarrah. This project only modified the hardware but leaving the software (source code) intact. All the source code is available in Kavindarrah's website.