This post brings updated files for IQRF defined language syntax highlight and auto-completion for Notepad++ text editor. Syntax highlight and auto-completion for DPA 2.26 and OS 3.08 (TR-7x) has been added. You can use same installation procedure as in previous post. Tested on Notepad++ v.6.9
Category Archives: Software
IQRF SPI library for master MCU
This article describes my new SPI library for master MCU. It is based on library published in startup package. I made some changes. At the first, I removed all PIC MCU related lines of code, because of universality of library. Next, I encapsulated all global variables related to SPI state machine to one structure. There are published two versions of library – for AVR-GCC and GCC compiler for ARM version 4.9.3.
DPA library for MCU
Simple PWM generator with TR only
Wireless Dallas iButton reader
This article describes simple wireless Dallas one-wire device ROM reader. It is intended as a base code for some more sophisticated access control system. We try some kind of access system in followings articles. Now, we are going to read 1-wire ROM code.
CRC routines
Using timing functions I – startDelay() and isDelay()
This post demonstrates, how to use functions startDelay() and isDelay(). It is a response for questions from visitors of this website. At beginning I am going to show you, how to use simple startDelay() and isDelay() functions combination for red LED blinking. Then we will do some simple but useful temperature measurement application.
Wireless temperature data logger III
I have posted two articles about temperature loggers. But these loggers had one big lack. They had no decent GUI. So, I sat down and made one. And there is…
It is based on DPA Terminal published before. So it was not as difficult as it might seem.
DPA Terminal – Relay Board control
DPA Terminal
Two weeks ago, I published post about DPA .NET class. This class is useful for everyone, who would like to work on own PC application for communication with DPA coordinator. I used this class in my new tool for DPA application testing. This tool has name DPA Terminal. This software is published with full source codes. So, If you want, you can use it and change it against your needs.