5
votes
5answers
123 views
MD5 implementation for microcontroller
Does anyone have any examples of the MD5 algorithm for a microcontroller (preferably an 8-bit one)? Our project is going to use a Microchip PIC18 series device.
3
votes
6answers
111 views
Should I get the PICKit 2 or 3?
Okay, having decided to pitch myself at the PIC family (including dsPIC), I now have a question about programmers. I've been hearing a lot of bad things about the new PICKit 3, and …
3
votes
4answers
93 views
Reading RTD Temperature Sensor
I've had a number of issues getting good stable analog readings from an RTD temperature sensor. Typically the sensor/circuit/software works fine at my desk then when it is installe …
1
vote
2answers
83 views
What is the difference between PIC and PICAXE?
The impression I get is that PICAXE is based on the PIC cores, but geared to beginners, but I wanted to make sure before committing to any particular platform. Thank you!
2
votes
1answer
58 views
PIC18F97J60 Ethernet performance
Does anyone else use the PIC18F97J60 Ethernet capability? If so what kind of RX/TX performance is typical for that chip? I was running the TCPPerformanceRX/TX applications provided …
2
votes
1answer
99 views
Develop Snap-On Board For Easy Connections - Rabbit SBC
At my Company, we are using the BL2600 (Seen here) to create a new automation controller to replace our older controller. Rather than have electricians have to terminate wires into …
5
votes
5answers
247 views
PCB prototyping with Presensitized copper boards
Hi all.
Not entirely sure if this applies to ChipHacker, if it doesn't, I apologise for posting. But it definitely applies to the subject of electronics in general.
Im currently wo …
4
votes
3answers
213 views
Best PIC programmer?
I would like to start using PICs in my projects and was wondering which programmer I should get. I have plenty of experience using micro-controllers (68k, avr), I also have lots of …
7
votes
4answers
157 views
RTOS for Embedded Systems
I have seen many articles that tell me I should be using RTOS for time management and resource management. My time has not permitted my own research, so I come to chiphacker for ad …
4
votes
1answer
154 views
PIC18F4550 C-compiler that’s open-source & cross-platform?
I'm a long time AVR user. I really like that AVR-GCC works on the two main OSes I use (Mac OS X and Linux), is open-source, and is supported by Atmel. I'd like to get back into P …
3
votes
4answers
236 views
Starting out PIC Programming
I've been looking into doing some PIC Programming, but unlike some of the other microcontrollers available the sheer number of different chips available has caused me some confusio …
9
votes
2answers
149 views
Good book for non-beginner firmware development
I do a lot of firmware work at my job, but I'm looking for more advanced books on the topic. Things not like the basics of "what is an interrupt". I'm reading the O'Reilly book o …
4
votes
4answers
119 views
Trig Functions In PicBasic
Been trying to figure out how to implement trig functions in my PicBasic projects. I could use a lookup table but that limits my output. I need to be able to use sin, cos, tan, a …
2
votes
3answers
229 views
PIC Microcontroller Programming on Mac OS X
How can I start PIC Microcontroller Programming on Mac OS X. Can I use an Arduino connected to my Mac has a programmer? Or do I need to buy specific programmer board and serial ada …
5
votes
2answers
93 views
Replicating a Magstripe?
I want to work on a project where you could replace a magstripe with another item which can change the data stored on it via a PIC but still be read by a magstripe reader. This me …
