I had a Homeplug AV link between my router and and network enabled devices (Raspberry Pi running Raspbmc and a LG-DP1B Media player) in my bedroom. I used the Western…
Telia Sweden IPv6 6rd Tunnel with Asus RT-N56U Router
The ipv6-ipv4 dual stack is now enabled for Padavan’s latest firmware for RT_N56U. This post is about firmware ‘RT-N56U_3.0.2.6-018 (en-ru). IPv6+IPv4. Linux kernel 3.0.43‘ Before entering ipv6 details in ipv6…
How to force SSL in WordPress admin interface
Method-1 If WordPress is installed to a SSL enabled web host, forcing SSL to the admin interface is quite simple. Just add following line in to the main wordpress configuration file ‘wp-config.php‘:…
Blurring and Unsharp Masking in Java
This java code loads an image and blurs it using a very simple boxcar (rectangular) blurring method. Then it sharpens the image using unsharp mask technique. for more information on unsharp masking see Wikipedia article. http://en.wikipedia.org/wiki/Unsharp_masking…
Compact Flash based serial (RS232) data logger powered by PIC18F458
Summary This is a complete project with following features: Serial Data (received by built-in RS232 port of the PIC18F) logging with receive date/time Compact Flash data storage Last record display…
Interfacing DS1788X / DS1288X RTC with PIC18F uC
This is an example program to interface Maxim DS1788X series RTC to a PIC18F microcontroller. The DS17287, DS17487, and DS17887 integrate a quartz crystal and lithium energy source into a 24-pin…