mchr3k.github.io
Home - Arduino Manchester Encoding - Mchr3k
http://mchr3k.github.io/arduino-libs-manchester
This is a Manchester encoding. RF library which works on Arduino and ATTiny. ATtiny84 (44, 24). ATtiny85 (45, 85). Various microcontroller's speed both RX and TX. 1Mhz (see notes for TX). Getting started on Arduino. Download MANCHESTER.cpp and MANCHESTER.h and save these in the following location. Import the library from your Arduino sketch. Modify your setup() method. Void setup() { man.setupTransmit(TX PIN, MAN 1200); }. Void setup() { man.setupReceive(RX PIN, MAN 1200); man.beginReceive(); }. This is ...
mchr3k-coding.blogspot.com
Mchr3k - Coding: October 2013
http://mchr3k-coding.blogspot.com/2013_10_01_archive.html
A blog about my open source projects and other coding subjects. Tuesday, 1 October 2013. I can now download my photos from Picasa Web which were previously being truncated. So now I can go back to using Picasa Web right? So I tried uploading an album using Picasa 3 and this seems to work fine :) Now I have to decide whether to delete everything from Picasa Web and re-upload everything or just try and identify the albums which I have actually changed. Subscribe to: Posts (Atom). View my complete profile.
mchr3k-coding.blogspot.com
Mchr3k - Coding: May 2012
http://mchr3k-coding.blogspot.com/2012_05_01_archive.html
A blog about my open source projects and other coding subjects. Wednesday, 2 May 2012. Today I gave a talk at Java User Group Scotland. The talk covered the material in my last three posts along with the Java Live Thread Analyser. I demoed InTrace, InMemProfiler and JLTA and talked about how they worked. The slides from my talk are available here. When profiling object lifetimes the profiler code creates a Java weak reference for each allocated object to detect when it has been collected. The trackin...
mchr3k-coding.blogspot.com
Mchr3k - Coding: April 2013
http://mchr3k-coding.blogspot.com/2013_04_01_archive.html
A blog about my open source projects and other coding subjects. Tuesday, 23 April 2013. An Update On Finally Blocks. As I mentioned in my last. I have spent some time working on adding filters to the JaCoCo project. I've been meaning to provide a quick update on my progress for some time now. Back in February I actually completed a rewrite. Marchof, the original author of JaCoCo, started a playground project. In February to invstigate how to structure filtering code in a neater way. This was mentioned.
mchr3k-coding.blogspot.com
Mchr3k - Coding: Storing Photos In The Cloud And Offline
http://mchr3k-coding.blogspot.com/2013/09/storing-photos-in-cloud-and-offline.html
A blog about my open source projects and other coding subjects. Saturday, 21 September 2013. Storing Photos In The Cloud And Offline. These days it is easier than ever to take lots of photos. The tricky part is how to sensibly manage all of these photos. I have an existing collection of 20GB of photos and I take new photos on my iPhone. I want to be able to:. Manually organize my photos into albums. Store selected albums offline on my devices for fast access without waiting for each picture to download.
mchr3k-coding.blogspot.com
Mchr3k - Coding: August 2012
http://mchr3k-coding.blogspot.com/2012_08_01_archive.html
A blog about my open source projects and other coding subjects. Thursday, 9 August 2012. Eclipse 4.2 (Juno) - Bugs. Make "Quick access" optional and hidden by default. The target area to DND Views and Editors into existing stacks is too small. Quick Access mishandles Home and End. DND of Views and Editors not working properly. New Eclipse Icon not used by Eclipse 4.2 on Windows 7. Customize Perspective Tool Bar Visibility appears broken in 4.2. Eclipse 3.8 workbench:. Eclipse 4.2 workbench:. As a result ...
mchr3k-coding.blogspot.com
Mchr3k - Coding: July 2012
http://mchr3k-coding.blogspot.com/2012_07_01_archive.html
A blog about my open source projects and other coding subjects. Thursday, 26 July 2012. Reverse Literate Programming - Code Trails. Literate Programming is a technique which was introduced by Donald Knuth in 1984:. I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming.". What does this look like in Eclipse? Here is some example code:. If you are interes...
mchr3k-coding.blogspot.com
Mchr3k - Coding: Picasa Web Update
http://mchr3k-coding.blogspot.com/2013/10/picasa-web-update.html
A blog about my open source projects and other coding subjects. Tuesday, 1 October 2013. I can now download my photos from Picasa Web which were previously being truncated. So now I can go back to using Picasa Web right? So I tried uploading an album using Picasa 3 and this seems to work fine :) Now I have to decide whether to delete everything from Picasa Web and re-upload everything or just try and identify the albums which I have actually changed. Subscribe to: Post Comments (Atom).