Search found 211 matches

by Spudmn
Wed Sep 05, 2012 8:24 pm
Forum: DIY HW
Topic: Spudmn's Puma board build
Replies: 178
Views: 223581

Re: Spudmn's Puma board build

I managed to get my USBDM working. I found that it was important to install the windows software in the correct order. I found that installing them in this order worked for me. CodeWarrior: CW_HC12_v5.1_SPECIAL.exe PE Micro’s free Unsecure-12: unsecure12_install.exe USBDM: USBDM_4_9_5b_Win.msi I the...
by Spudmn
Wed Jun 27, 2012 8:09 pm
Forum: Soldered
Topic: Buy & sell homemade gadgets & parts
Replies: 0
Views: 18362

Buy & sell homemade gadgets & parts

Hi All

I just found this site http://www.tindie.com/

I might be of use to people selling boards etc.
by Spudmn
Wed Jun 20, 2012 2:05 am
Forum: Soldered
Topic: Reflow Fred Style! :-)
Replies: 80
Views: 254591

Re: Reflow Fred Style! :-)

Hey Fred. I thought that you might like this. :lol:

http://hackaday.com/2012/06/18/toaster- ... overboard/
by Spudmn
Fri Jun 15, 2012 1:39 am
Forum: FreeEMS Vehicles
Topic: Peter's '76 Ford pickup (12th)
Replies: 21
Views: 48016

Re: #12 76 Ford pickup

Congratulations Peter.
Great Job!
by Spudmn
Tue Jun 12, 2012 4:19 am
Forum: Jaguar
Topic: Need Help on UnSecure MCU
Replies: 24
Views: 34754

Re: Need Help on UnSecure MCU

A workmate of mine is going to order one of these for me. :D

http://item.taobao.com/item.htm?id=12474117467
by Spudmn
Sat Jun 09, 2012 2:22 am
Forum: Jaguar
Topic: Need Help on UnSecure MCU
Replies: 24
Views: 34754

Re: Need Help on UnSecure MCU

I was going to do that. But at that price and if it is the same thing it might be easier to just buy one.
by Spudmn
Sat Jun 09, 2012 1:12 am
Forum: Jaguar
Topic: Need Help on UnSecure MCU
Replies: 24
Views: 34754

Re: Need Help on UnSecure MCU

Hi Kennybug

What is the part number of the micro that is used on the USBDM? I would like to know if I can update the software on it.
by Spudmn
Fri Jun 08, 2012 8:27 pm
Forum: Soldered
Topic: Other micro-controller projects
Replies: 3
Views: 16517

Re: Other micro-controller projects

Some of the projects I have in the pipe line are based around CAN bus enabled sensors and displays. Such as fuel sender, G-sensor, wheel speed and LCD Dash display. I had not used the Microchip PIC controllers until about 2 years ago when I changed jobs. I have to say that I am very impressed with t...
by Spudmn
Thu May 31, 2012 1:28 am
Forum: FreeEMS Firmware Dev
Topic: Cross Compiling Endian Issues - How To Avoid
Replies: 4
Views: 9515

Re: Cross Compiling Endian Issues - How To Avoid

The only endian problem I have found in FreeEMS so far is with the “typedef union” typedef struct { unsigned thisPair: 4; unsigned lastPair: 4; } twoPairs; typedef union { twoPairs pairs; unsigned char pattern; } match; When matches.pattern is used on a PC (Unit Testing) the answer is nibble swapped...
by Spudmn
Sun May 27, 2012 10:48 pm
Forum: DIY HW
Topic: Spudmn's Puma board build
Replies: 178
Views: 223581

Re: Spudmn's Puma board build

The patterns match in both files, though the calibration doesn't. Any reason why you didn't put appropriate calibration in place first? I was running out of time. I may be very busy at work for the next few weeks and I wanted to get some logs posted. "I have not changed any of the tables yet.&...