Ok how do I uncomment the tracker and the switch will only go in your PCB board one way I got the switch from hobby components and fits perfect
Ok how do I uncomment the tracker and the switch will only go in your PCB board one way I got the switch from hobby components and fits perfect
//comment this in if you want so see output to the serial monitor
//#define DEBUGOUTPUT
When I run the Ed Tracker 2 exe all I get is a blank window.
I have followed the instructions to the letter (on 2 PC's)
Guessing its a Java thing, I'm running Version 7 Update 55.
You can download the IDE as a non-install (ie. ZIP) package, and the drivers are then in a folder <arduino>/drivers within it. So just take that folder and plop it on the target PC.
Again, not strictly necessary for pure joystick operation as pocketmoon has said, but I appreciate it's annoying having an unknown device keep popping up.
Not that I would condone it, <cough> but there are ways of fudging USB IDs and having it look like some conventional device, but we wouldn't dare do such things because the USB police would come looking for us in their black-windowed cars.
loaded the little LED blink sketch as I have in the past with other Arduino's. It compiled etc. but didn't work..
Also would an official Arduino Micro fit the PCB.
Did you change the LED pin ID? By default it is listed as pin 13, but it is actually pin 17 on the boards we are using
Looks to have the wrong pinout to me. It looks like the 'pro micro' we are using is a clone of the Leonardo Micro, but the official Ardunio site doesn't have a reference image I can use to confirm this.
I have just ordered another Pro Micro from ebay as the usual source has run out. I think it's the same and will fit. http://goo.gl/Pj86ai too late if it doesn't.
Just FYI, Rob and I have been in discussion about providing a way to flash the device directly from the UI, avoiding the need for any Arduino IDE, compiling, code editing, etc if you're not interested in that route. The "simple" approach. We will distribute a compiled HEX (still with the source code; necessary for license reasons) but you can basically just flash that straight in if you're happy with the default device behaviour.
I have it on my list but I need to finish something else first as a priority.
So this will only get easier with time; bear with us. We all have day jobs, as I'm sure you understand![]()
The two files I had to replace in the library of the IDE – HID.cpp and USBAPI.h. Are they just specifically for this project or can I leave them there for any other Arduino work. Or do I need to swap the old ones back.
You can leave them there (there are diff versions depending on the version of the Arduino IDE). We just added a 'joystick' to the list of usb 'HID' devices (already had keyboard and mouse)..
Win 7 Pro 64bitWhat OS are you on ?
I will give this a go.As a workaround you could download the Processing IDE (it's very much like the Arduino IDE) - it's just an "unzip anywhere" type install.