![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | Thread Tools | Display Modes |
| | (permalink) |
| Experienced Member | As pointed out by FunnyNYPD the new PICkit2 2.50 software now includes a 3 Channel Logic Analyzer. Reminds me of the now very collectible and very cool HP LogicDart. ![]() The 3 channel Logic Tool, excellent ![]() HPs 3 Channel Logic Dart |
| | |
| | (permalink) |
| Experienced Member | Hi Bill, Nice ... I was thinking about using the Unicorn for a low-speed L.A. demo Petr |
| | |
| | (permalink) |
| Experienced Member | If you download this then you should also download version 8.02 of MPLAB. This is a good thing anyway as they appear to have fixed a lot of the debug problems with the PK2. Now, step over and run to cursor work. I've not played with the analyzer yet. Hopefully tomorrow. Mike. |
| | |
| | (permalink) |
| Experienced Member | Just playing with the Anaylzer and the Junebug. Not fully tested but I'm hoping it would make a simple IR data capture / viewer. Code: ;*** Junebug IR Bridge, uses PICkit2 Logic Analyzer mode Ch1
;*** DIP-4 (TX) & 6 (IR) should be on, Trigger Analyzer on Ch1 "/"
list p=18F1320
include <p18f1320.inc>
CONFIG OSC=INTIO2,WDT=OFF,LVP=OFF
org 0h
movlw 72h
movwf OSCCON ; 8MHz clock
setf ADCON1 ; set all I/O to digital
bcf INTCON2,RBPU ; enable PORTB input pullups
movlw b'11111101'
movwf TRISB ; RB0 in, RB1 out
loop btfss PORTB,0
bsf LATB,1
btfsc PORTB,0
bcf LATB,1
bra loop ; loop forever
END Last edited by blueroomelectronics; 12th April 2008 at 09:23 PM. |
| | |
| | (permalink) |
| Experienced Member | Thanks for the update, that will definitely be useful. Microchip continues to build on the PicKit2, whats next? ![]() A 3 channel software PWM. |
| | |
| | (permalink) |
| Experienced Member | That lookslike servo PWM. |
| | |
| | (permalink) |
| Experienced Member | Actually just an up and down loop for somes leds. The pulse time & period are too long for servos if you can see the bitty 10ms/div at the bottom. The analyzer seems pretty sensitive to pin loading? which in turn seems to effect the trigger. This caused the analyzer to lock up repeatedly. |
| | |
| | (permalink) |
| Experienced Member | The 4.7K pulldowns on PGC & PGD might have something to do with it. |
| | |
| | (permalink) |
| Experienced Member | Well I used channel 3 for the trigger. Also using the older style PicKit2 with the black button, so not sure even if these have the pulldowns. The fact that the load was a regular power hungry led "seems" to have been the issue. Tried external pulldowns for channels 1 & 2, but ended up disconnecting them and the leds for the posted screen shot. |
| | |
| | (permalink) |
| Experienced Member | I just spent the last 2 hrs tweaking the IR demo code (via trial and error) to recognize one of my remotes. Then I log in and find the beautiful demo you set up for sampling the IR signal. Fantastic! |
| | |
| | (permalink) |
| Experienced Member | I've been playing with my silly remote collection for more of the day than I should. Such fun and thanks to Microchips marvelous little PICkit2 program. The only one the IR doesn't see properly is my Rogers (Scientific Atlanta) cable box. I think it uses a 56KHz carrier. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
__________________ Funny N., Au Group Electronics, USA, www.AuElectronics.com | |
| | |
| | (permalink) |
| Experienced Member | Wouldn't it make more sense to just extend the PICKIT2 code into a larger PIC, and massage the "Logic Tool" code accordingly? |
| | |
| | (permalink) |
| Experienced Member | Good point, that require some work though. Even the PICkit2 itself still has one more spare pin to hack for the logic tool.
__________________ Funny N., Au Group Electronics, USA, www.AuElectronics.com |
| | |
| | (permalink) | ||
| Experienced Member | Quote:
Microchips high end ICE have scads of features but $$$, the PICkit2 2.50 Logic Analyzer & Logic Tool are amazing for the price. Quote:
Last edited by blueroomelectronics; 15th April 2008 at 03:18 PM. | ||
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Junebug kit ready, (PICkit2 & tutor) | blueroomelectronics | Micro Controllers | 37 | 28th October 2007 02:47 AM |
| New kit announcement, Junebug (PICKit2 & Firefly) | blueroomelectronics | Micro Controllers | 39 | 15th October 2007 02:20 AM |
| USB logic analyzer | patroclus | General Electronics Chat | 3 | 21st October 2005 07:51 PM |
| Logic Analyzer | RonH | General Electronics Chat | 0 | 27th March 2005 04:59 PM |
| Logic analyzer | RonH | Electronic Projects Design/Ideas/Reviews | 1 | 8th April 2004 03:34 AM |