This tip is almost trivial, but it's a D'uh moment too. Just in case anyone else has missed the obvious. here's a quick tip.
I usually use Swordfish's hardware UART routines and I don't recommend Swordfish's software UART for input, where there...
When developing an embedded application using analog sensor inputs, testing at specific sensor levels can be difficult. For example, in my icemaker controller project, actions need to occur at certain water levels. Using the actual sensor...
I recently had use for the simple signal generatorI described before for testing out some piezo buzzers I got for next to nothing. I reloaded the code onto a TAP-28 board...
Header pins are ubiquitous on dev boards. Jumpers can be used to make connections during tests and code development but real-world applications need reliable connections. Connectors for single row headers have always been a problem for me,...
I had a couple of issues when using David Barkers module NMEA.bas on my Big GPS Clock project. In particular, variables were being corrupted making the program very unstable.
I'm not familiar...
I'm working on a control system that will have several relays, a bunch of LEDs and a number of switches. I was rapidly running out of port pins on a TAP-28 board to handle all the desired I/O. Possible solutions included adding an I2C port...
Recent Comments
Thanks Graham, I was afraid I was describing the obvious... I hat...
By Jon Chandler
I'm not sure how many times I have included a separate header for...
By Graham
ohararp brought up a good point on the Swordfish forum: To see th...
By Jon Chandler
I hope this hasn't been obvious to everyone but me :)
By Jon Chandler
I added a couple pictures showing the 10-turn pot I use in an enc...
By Jon Chandler