Search found 185 matches

by Jon Chandler
Mon Apr 07, 2008 1:18 pm
Forum: Compiler
Topic: Sleeping / Napping / Snoozing
Replies: 8
Views: 5460

Thanks David! Indeed, I do want to do a reset. THanks for the quick reply.


Jon
by Jon Chandler
Mon Apr 07, 2008 2:53 am
Forum: Compiler
Topic: Sleeping / Napping / Snoozing
Replies: 8
Views: 5460

A port B "OnChange" interrupt wakes the PIC up from the sleep command nicely. For my application, I want to run the program from the top when it wakes up. What do I need to put in the ISR to start fresh? Also, what are the differences between this sleep command and the Swordfish Terminate command? T...
by Jon Chandler
Thu Mar 27, 2008 8:16 pm
Forum: Modules
Topic: Changing the orientation of a GLCD
Replies: 1
Views: 2336

Changing the orientation of a GLCD

I just got one of the GLCD + touchscreen displays from Circuit-Ed and it's sweet for $24! I had a few trials and tribulations getting it to work (I'll provide some trouble-shooting ideas shortly than may save others some grief) but it works great and all the examples make it a snap to use once it's ...
by Jon Chandler
Mon Mar 10, 2008 2:48 pm
Forum: Modules
Topic: Dallas 2405 Switch
Replies: 2
Views: 2715

I think I was too clever for my own good last night.... For a quick test and not having a 4.7k resistor handy, I thought "Ah ha. The I2C clock and data lines on my dev board have 4.7k pull-up resistors. I'll just change the pin designator and I'll be good to go." What I didn't consider in the middle...
by Jon Chandler
Mon Mar 10, 2008 8:24 am
Forum: Modules
Topic: Dallas 2405 Switch
Replies: 2
Views: 2715

Dallas 2405 Switch

Has anyone used the Dallas 2405 One Wire switch module successfully?

The examples to find switches find the one switch connected, but the example to toggle the switch fails. As far as I can tell, the toggle example never finds the switch....

Thanks for any comments!

Jon