Search found 185 matches

by Jon Chandler
Sat Dec 31, 2022 9:13 pm
Forum: Compiler
Topic: TM1637 LED Driver
Replies: 22
Views: 10371

Re: TM1637 LED Driver

I am not making much progress on this....or I have IR 7-segment displays! :? I'm using the module translated from the example code. #option statements before the include statements to set the port pins I'm using for clock and data. In my program, I think all I should need to do is this: TM1637.Init ...
by Jon Chandler
Fri Dec 23, 2022 12:33 am
Forum: Compiler
Topic: TM1637 LED Driver
Replies: 22
Views: 10371

Re: TM1637 LED Driver

One major thing you're missing - the bits are sent LSB first instead of MSB first. I suppose you could just invert the data to be sent. There are only a few commands and you just reverse the order of the LED segments to be sent.

This page provides some more details of the interface

Thanks Jerry.
by Jon Chandler
Thu Dec 22, 2022 10:40 pm
Forum: Compiler
Topic: TM1637 LED Driver
Replies: 22
Views: 10371

TM1637 LED Driver

I'm trying to wrap my head around the best way to control a TM1637 6-Digit LED Driver . Four and six digit display assemblies can be had for next to nothing from the usual sources. Has anybody developed code for these guys? Note the TM1638 from the same company uses a standard I2C interface while th...
by Jon Chandler
Wed Aug 19, 2020 12:03 am
Forum: Compiler
Topic: PIC18F26K22 WDT CONFIG2H Config Register
Replies: 1
Views: 2765

Re: PIC18F26K22 WDT CONFIG2H Config Register

Nevermind. Oops. Something else is going on in my code that made me think this wasn't working.
by Jon Chandler
Tue Aug 18, 2020 11:30 pm
Forum: Compiler
Topic: PIC18F26K22 WDT CONFIG2H Config Register
Replies: 1
Views: 2765

PIC18F26K22 WDT CONFIG2H Config Register

NEVERMIND. I was being stupid - first time for everything you know! I'm working on a very low power app, and I'd like to use the WDT to wake from sleep periodically to acquire a measurement and then go back to sleep. I'm using the 18F26k22 micro. It appears that the WDT post-scaler gives me the time...
by Jon Chandler
Wed Jun 17, 2020 6:44 pm
Forum: General
Topic: Digitaldiy
Replies: 5
Views: 4079

Re: Digitaldiy

David and bitogav have asked me what I know – unfortunately nothing is the answer. I haven't talked to Graham in years but I'll try to reach him and find out the situation. The site had almost zero participation for a long time. Articles were being read, but no commenters or feedback made, which is ...
by Jon Chandler
Thu Feb 13, 2020 7:35 pm
Forum: General
Topic: Nice to See an Update
Replies: 4
Views: 5135

Re: Nice to See an Update

Thanks for all your efforts Jerry!
by Jon Chandler
Sat Jan 18, 2020 7:58 am
Forum: General
Topic: Nice to See an Update
Replies: 4
Views: 5135

Nice to See an Update

Thanks Jerry and David for the updated version of Swordfish.

Happy belated New Year. Here's to a prosperous 2020.

Jon
by Jon Chandler
Thu Jul 19, 2018 7:56 am
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

Yes, time causes us all to forget the little details...and sometimes the big ones too ;) My point about the about box was that Microchip granted the rights to modify the program, so there is no problem with you making changes to the program. Very nice changes I have to say. Thanks again. I very much...
by Jon Chandler
Wed Jul 18, 2018 6:15 pm
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

Excellent! That solves the problem and seems to work perfectly. I realize now that my description of the original problem was incorrect. The original PICkit 2 software appears to work in that it starts up properly and recognizes the PICkit 2 being plugged in. What it does not do correctly is recogni...
by Jon Chandler
Wed Jul 18, 2018 3:28 pm
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

Awesome! Thank you so much. I will give this a try today.

Jon
by Jon Chandler
Mon Jul 16, 2018 7:35 am
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

Thanks so much. PM replied to.
by Jon Chandler
Mon Jul 16, 2018 6:28 am
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

Would you be willing to share your recompiled version?
by Jon Chandler
Sat Jul 14, 2018 8:47 pm
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

I took a look at the PICkit 4. It seems to be a work in progress at this point. I may have to make the jump at some point.

Thanks for the info Jerry. I'll try to find the right dead chicken, phase of the moon, etc., and hopefully get my trusty PICkit 2 working.
by Jon Chandler
Sat Jul 14, 2018 3:38 pm
Forum: General
Topic: PICkit 2 on Win10 64 Bit?
Replies: 14
Views: 17836

Re: PICkit 2 on Win10 64 Bit?

LOL, but I kind of like it otherwise. The link doesn't descripe what's happening for me, but I have foind one or two tails of wor similar to mine, with answers making about as much sense. Some said MPLAB 8.9 was the problem, which was what I had started with. There were several suggestions I saw bit...