-
Articole recente
Comentarii recente
Categorii
Arhive
- septembrie 2021
- decembrie 2020
- noiembrie 2020
- septembrie 2020
- decembrie 2019
- noiembrie 2019
- martie 2019
- februarie 2019
- ianuarie 2019
- martie 2018
- februarie 2018
- ianuarie 2018
- noiembrie 2017
- octombrie 2017
- august 2017
- ianuarie 2017
- noiembrie 2016
- octombrie 2016
- septembrie 2016
- iulie 2016
- iunie 2016
- mai 2016
- martie 2016
- februarie 2016
- ianuarie 2015
- decembrie 2014
- noiembrie 2014
- octombrie 2014
- septembrie 2014
- iulie 2014
- mai 2014
- aprilie 2014
- martie 2014
- februarie 2014
- decembrie 2013
- noiembrie 2013
- octombrie 2013
- iunie 2013
- februarie 2013
- ianuarie 2013
- decembrie 2012
- septembrie 2012
- iulie 2012
- mai 2012
- aprilie 2012
- martie 2012
- februarie 2012
- octombrie 2011
- iunie 2011
- aprilie 2011
- martie 2011
Category: Arduino
Logic Analyzer!
…and not only software (maybe). OK, to keep things short, I got tired by limitations of my Saleae logic analyzer, especially on the software side so I decided to build one. This is my new project: a DIY logic analyzer that I will hopefully use to better extent in my other projects. First results promising. …
How to create Arduino brush for Syntax Highlighter
For my Arduino lessons I needed to add WordPress support for Arduino syntax highlighting. A custom brush for SyntaxHighlighter plugin that would format and color my Arduino syntax similar to the application (see here an example). This is what I did.
Code for Weather Station prototype
I took some steps in learning the capabilities of Arduino Platforms. Below is the code of my Bluetooth-enabled temperature reader with OS X integration.