Author Topic: Dongle Help Please – No Green Light / DMX  (Read 5252 times)

Offline MSL

  • Sr. Member
  • ****
  • Posts: 512
  • So many lights, so little time!
    • 26streetlights
First let me say up front… Yes… I am a newbie… but I follow directions well (ask my wife!).

I just finished building a v2 Dongle.

I downloaded the firmware for the v2 Dongle and used an MPLAB IDE and the instructions from the Wiki to program the chip using a PICkit 3.

I downloaded the FTDI drivers and installed them on my laptop.

I plugged in the Dongle to the USB on my laptop. The computer recognized the hardware.

I have a red light lit on the Dongle / No green light (as it should be).

Opened Vixen and configured it as per the Wiki. Hit the button to test the channels… Nothing happens. No green light.

I hooked the Dongle up to a (new build) Lynx Express. Ran the test on the Lynx Express. No DMX light. I hit the button in Vixen to test the channels… Nothing happens. No green light, Lynx Express does nothing. No DMX light on the Lynx Express.

When I programmed the chip the instructions on the Wiki state that the “Checksum” should show the name of the firmware loaded. The Dongle firmware name I assuming is “0A6F”. The MPLAB “Checksum” is showing “0xc233”.  I can read and verify the firmware.

I went over all the soldered joints. I cannot see any cold joints or bridges. I don't know enough about electronics to test anything else.

Any help would be appreciated.
Holiday Lights in Plantation, Florida

Over 20,000 LED and RGB lights. We currently are running 3020 channels (320 Lynx Express / 2700 RGB Zeus and Smart String channels / 3 Aethers II).

Our show can be seen on You are not allowed to view links. Register or Login

Offline bisquit476

  • Patron Member
  • Sr. Member
  • ****
  • Posts: 873
Re: Dongle Help Please – No Green Light / DMX
« Reply #1 on: June 05, 2011, »
Haven't looked at the pics yet, but on the WIKI page it says to not use MPLAB to program the PIC.

Soldering looks fine, good job.
« Last Edit: June 05, 2011, by bisquit476 »

Offline MSL

  • Sr. Member
  • ****
  • Posts: 512
  • So many lights, so little time!
    • 26streetlights
Re: Dongle Help Please – No Green Light / DMX
« Reply #2 on: June 05, 2011, »
I was a little confused. The Wiki has a link on how to use the PICkit 3 with the MPLAB and mentions programing the Dongle. I thought it was alright to use it.

I used the PICkit 3 without the MPLAB to program the chip and got it to work.

Thank you.

 
« Last Edit: June 05, 2011, by MSL »
Holiday Lights in Plantation, Florida

Over 20,000 LED and RGB lights. We currently are running 3020 channels (320 Lynx Express / 2700 RGB Zeus and Smart String channels / 3 Aethers II).

Our show can be seen on You are not allowed to view links. Register or Login

Offline bisquit476

  • Patron Member
  • Sr. Member
  • ****
  • Posts: 873
Re: Dongle Help Please – No Green Light / DMX
« Reply #3 on: June 05, 2011, »
Cool, glad you got it working,

Bill

Offline chrisatpsu

  • Sr. Member
  • ****
  • Posts: 3729
  • ahhh, yes... my new blink-i-nator 3000!!!
Re: Dongle Help Please – No Green Light / DMX
« Reply #4 on: June 05, 2011, »
with the pickit 3...

use the programmer to program pics.

use MPLAB to update the firmware on your pickit 3 (it's own programming, not RJ's files)
To rule the entire tri-state area!  What's that? Perry the Platypus!!!

Offline Asterix0

  • Full Member
  • ***
  • Posts: 39
Re: Dongle Help Please – No Green Light / DMX
« Reply #5 on: June 05, 2011, »
How did you program the PIC? I am in the same boat.
 <wd..

Offline RJ

  • Administrator
  • Sr. Member
  • *****
  • Posts: 8519
Re: Dongle Help Please – No Green Light / DMX
« Reply #6 on: June 05, 2011, »
Use the Pickit 3 programming utility not the MPlab program.

Let us know if you need more help and we will get you going.

RJ
Innovation beats imitation - and it's more satisfying

Offline MSL

  • Sr. Member
  • ****
  • Posts: 512
  • So many lights, so little time!
    • 26streetlights
Re: Dongle Help Please – No Green Light / DMX
« Reply #7 on: June 05, 2011, »
As RJ stated:

You are not allowed to view links. Register or Login
Use the Pickit 3 programming utility not the MPlab program.


I used a PICkit 3 clone from Sure Electronics and their Universal ZIF socket. If that is what you have this is how you can program the Dongle chip:

I am assuming you have the PICkit 3 software installed.

First, download the “DONGLE2.HEX” firmware from the Wiki. Go to “Equipment Info” on the Wiki and click on the “Dongle” link. Click on the Dongle “Firmware” and save it somewhere on your computer where you can find it.

Put the chip in the 40-pin socket on the Universal ZIF socket. Make sure you have pin #1 on the chip at pin #1 on the socket.

Plug the socket into the PICkit 3 using the supplied wire.

Plug the PICkit 3 into the USB on your computer using the supplied wire.

Open the PICkit 3 software

Click on “Device Family” in the top menu.  Choose PIC18.

In “Device Configuration, choose PIC18f2450 for the “Device”.

Click on “File” in the top menu. "Import" the “DONGLE2.HEX” file.

The Checksum will show “0A6F”.

Click on “Write”. It should write to the chip.

Once it is finished writing you can click on “Verify” to verify that the chip was written to.

The chip should be programmed.

I by no means am a pro at this. In fact, this is the first time I used a PICkit for anything. If someone sees a step I forgot or an easier way to do this please chime in.

There is a PICkit 3 on eBay with the correct size socket from “j1sys” that I have read is very easy to use and has documentation. The Sure Electronic clone did not come with any documentation. I had to fumble through it.
Holiday Lights in Plantation, Florida

Over 20,000 LED and RGB lights. We currently are running 3020 channels (320 Lynx Express / 2700 RGB Zeus and Smart String channels / 3 Aethers II).

Our show can be seen on You are not allowed to view links. Register or Login

Offline keitha43

  • Sr. Member
  • ****
  • Posts: 1182
Re: Dongle Help Please � No Green Light / DMX
« Reply #8 on: June 13, 2011, »
Where is the link to the utility? Is it this in the WIKI-Pickit3 Stand Alone Programmer App V1.0 (Windows)? I saw a how-to on the wiki but it only covers the MPlab software. Or is it on the cd that came with the programmer.

Offline gophergrove

  • Full Member
  • ***
  • Posts: 83
Re: Dongle Help Please � No Green Light / DMX
« Reply #9 on: June 13, 2011, »
Yes.  You can get it here:
You are not allowed to view links. Register or Login

Offline keitha43

  • Sr. Member
  • ****
  • Posts: 1182
Re: Dongle Help Please � No Green Light / DMX
« Reply #10 on: June 13, 2011, »
Might be worth coming up with a new tutorial in the WIKI to eliminate confusion. I used MPlab on the dongle a couple months back. I never tried this before but should have parts on my doorstep waiting for me to build and program! Thanks!

Offline NavyGator

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 638
Re: Dongle Help Please � No Green Light / DMX
« Reply #11 on: June 14, 2011, »
Here is a thread I started that has the method I used to program the dongle PIC. I will try and look at the PIC programming section to see if I can make some clarifications.

You are not allowed to view links. Register or Login

Rich

Offline dannyct

  • Full Member
  • ***
  • Posts: 61
Re: Dongle Help Please � No Green Light / DMX
« Reply #12 on: July 25, 2011, »
I second to this, as I was having the same issue last week with my USB Dongle.  It took me couple hours to research on this forum and found my problem was. 

I'm sure newbie like me would really appriciate this.


You are not allowed to view links. Register or Login
Might be worth coming up with a new tutorial in the WIKI to eliminate confusion. I used MPlab on the dongle a couple months back. I never tried this before but should have parts on my doorstep waiting for me to build and program! Thanks!

Offline trekster

  • Sr. Member
  • ****
  • Posts: 1279
  • A Lynx Express Device........ Fascinating! ;
    • My 2010 Videos
Re: Dongle Help Please � No Green Light / DMX
« Reply #13 on: July 25, 2011, »
Direct link to the software is

You are not allowed to view links. Register or Login

Ron
My 2010 Videos
You are not allowed to view links. Register or Login

Offline mokeefe

  • Sr. Member
  • ****
  • Posts: 508
Re: Dongle Help Please � No Green Light / DMX
« Reply #14 on: July 25, 2011, »
You are not allowed to view links. Register or Login
Direct link to the software is

You are not allowed to view links. Register or Login

Ron

That is a link to an early beta version of the PICKIT 3 Stand Alone Programmer application. While it may work, I would really recommend that you use the newer V1.0 release.  The link is in the Software section of the Wiki:

You are not allowed to view links. Register or Login

but the direct download link is:

You are not allowed to view links. Register or Login

I had some troubles with the V0.2 version, but have been able to successfully program Dongles, LE's, and SSC's with the V1.0 release.

-Mike