05-25-2016, 11:16 AM
|
#1
|
Registered User
Join Date: Nov 2015
Location: South Wales, UK
Posts: 852
|
Quote:
Originally Posted by JayG
could be your battery
They are electric motors, so if the voltage was lower, they would be slower
|
Thanks. Seems to be absolutely fine, might have been something to do with me constantly testing it in a short space of time. It's perfect now
__________________
Porsche Boxster S Type 986
Bi-xenon Headlight Upgrade | 987 S 18" Anthracite Alloys | Android Head Unit | 5000k 55w HID's | 5000k Cree DRL's | 5000k Cree number plate lights | Cree LED Indicators | One-touch roof operation | Bypass exhaust pipes | Parking sensors | Ambient footwell lighting
|
|
|
06-10-2016, 12:44 PM
|
#2
|
Registered User
Join Date: Aug 2014
Location: Fort Collins, Colorado
Posts: 345
|
Has anyone done this recently? I have been waiting for a RoboTop or a ComfortTop to become available and they are not so I am ready to pull out my soldering iron and get to work.
I would think that the basic Arduino will have changed a few times over the past 2 years.
__________________
2001 Boxster S - Midnight Blue Metalic
|
|
|
06-10-2016, 01:06 PM
|
#3
|
Registered User
Join Date: Apr 2013
Location: Springfield, Oregon
Posts: 62
|
Arduino is still the same as it ever was, so no problem there. Just make sure you get one of the Atmel ATMega 328 based boards.
|
|
|
06-28-2016, 08:21 AM
|
#4
|
Registered User
Join Date: Aug 2014
Location: Fort Collins, Colorado
Posts: 345
|
Quote:
Originally Posted by Polaris
Parts List:
-5 male automotive crimp-on connectors
-5 female automotive crimp-on connectors
-1 splice connector
|
I ordered the Arduino Nano board for $5.88 shipped. ATMEGA328 Compatible Nano V3 Improved Version Board with USB Cable for Arduino | eBay
I have put all of the components in a cart on Mouser and am now trying to get the connectors.
Does anyone know the specifics of these automotive crimp-on connectors so that they fit between the harness and the switch?
Thanks, John
__________________
2001 Boxster S - Midnight Blue Metalic
|
|
|
06-28-2016, 09:43 AM
|
#5
|
On the slippery slope
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,798
|
__________________
2004 Boxster S 6 speed - DRL relay hack, Polaris AutoTop DIY
2004 996 Targa Tip
Instructor - San Diego region
2014 Porsche Performance Driving School
2020 BMW X3, 2013 Ram 1500, 2016 Cmax, 2004 F-150 "Big Red"
|
|
|
06-28-2016, 10:57 AM
|
#6
|
Registered User
Join Date: Aug 2014
Location: Fort Collins, Colorado
Posts: 345
|
Quote:
Originally Posted by JayG
|
Thanks! I ordered the components and will go to HD to get the connectors! Can't wait to get this project rolling!
John
__________________
2001 Boxster S - Midnight Blue Metalic
|
|
|
06-28-2016, 12:25 PM
|
#7
|
On the slippery slope
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,798
|
Quote:
Originally Posted by jpc763
Thanks! I ordered the components and will go to HD to get the connectors! Can't wait to get this project rolling!
John
|
Make sure you get the correct ones for the wire gauge you are using.
IIRC, I used red ones. The package tells you what gauge wire will fit
__________________
2004 Boxster S 6 speed - DRL relay hack, Polaris AutoTop DIY
2004 996 Targa Tip
Instructor - San Diego region
2014 Porsche Performance Driving School
2020 BMW X3, 2013 Ram 1500, 2016 Cmax, 2004 F-150 "Big Red"
|
|
|
06-28-2016, 01:00 PM
|
#8
|
Registered User
Join Date: Aug 2014
Location: Fort Collins, Colorado
Posts: 345
|
Quote:
Originally Posted by JayG
Make sure you get the correct ones for the wire gauge you are using.
IIRC, I used red ones. The package tells you what gauge wire will fit
|
What gauge wire should I be using?
John
__________________
2001 Boxster S - Midnight Blue Metalic
|
|
|
07-08-2016, 07:57 AM
|
#9
|
Registered User
Join Date: Aug 2014
Location: Fort Collins, Colorado
Posts: 345
|
I will post when I complete the project.
__________________
2001 Boxster S - Midnight Blue Metalic
|
|
|
07-16-2016, 08:19 PM
|
#10
|
On the slippery slope
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,798
|
The regulator connects to +5v
__________________
2004 Boxster S 6 speed - DRL relay hack, Polaris AutoTop DIY
2004 996 Targa Tip
Instructor - San Diego region
2014 Porsche Performance Driving School
2020 BMW X3, 2013 Ram 1500, 2016 Cmax, 2004 F-150 "Big Red"
|
|
|
09-14-2016, 07:14 AM
|
#11
|
Registered User
Join Date: Nov 2012
Location: Quebec, Canada
Posts: 29
|
Does anyone have the shcematic for the arduino nano? It is hard to find out wich is the pin out number on the arduino nano it is very different then the schematic that polaris did.
Thanks guys!
__________________
 André :
|
|
|
09-16-2016, 07:53 AM
|
#12
|
Registered User
Join Date: Apr 2013
Location: Springfield, Oregon
Posts: 62
|
Everything is on the digital pins, and it should correspond to the same pin-out numbers even if they are in a different order.
Alternatively, all the pinouts are set up through constants, so you can change the pinouts the code uses by changing the constants at the top of the code before compiling and uploading to your arduino.
I have made this successfully with both the arduino one (my original version) and eBay Chinese nanos without issue, so it should be possible.
|
|
|
03-02-2017, 11:38 AM
|
#13
|
Registered User
Join Date: Dec 2009
Location: USA
Posts: 262
|
Hello Polaris,
Coming late to the AutoTop party.
The link to the arduino code is broken in your original post.
Where can I find the code?
Thank you in advance.
|
|
|
03-03-2017, 05:07 PM
|
#15
|
Registered User
Join Date: Dec 2009
Location: USA
Posts: 262
|
Quote:
Originally Posted by oldskool73
|
Thank you oldskool73!!
P. S. Do you also know where I can get the circuit diagram? Thank you in advance.
|
|
|
03-13-2017, 06:48 AM
|
#16
|
Auto Locksmith
Join Date: Mar 2017
Location: UK
Posts: 2
|
Hi Guys.
If anyone has the schematic I would be most grateful.
Thanks
|
|
|
03-13-2017, 03:20 PM
|
#17
|
On the slippery slope
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,798
|
Here is the Schematic
__________________
2004 Boxster S 6 speed - DRL relay hack, Polaris AutoTop DIY
2004 996 Targa Tip
Instructor - San Diego region
2014 Porsche Performance Driving School
2020 BMW X3, 2013 Ram 1500, 2016 Cmax, 2004 F-150 "Big Red"
|
|
|
05-15-2017, 09:28 AM
|
#18
|
Registered User
Join Date: Oct 2012
Location: Wake Forest, NC
Posts: 867
|
Guys, need some help. I've ordered the components to do this, and installed the Arduino IDE on my Mac, but the plain truth is I don't know Arduino from Andouille. When I open a new "sketch" with the software, I see some basic code:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
SO... where do I put the code that oldskool73 shared aboe (comment #116)???
I've found a basic tutorial on Arduino, but frankly thought it'd be a bit more direct to just ask here.
Appreciate any help &/or advice anyone can offer. TIA!
__________________
2000 Boxster S, 6 speed, Sport Package, Litronics, LED tail lights, LNE IMS-B, OBC, Skybreaker wind deflector, Arctic Silver/Graphite Grey
|
|
|
04-06-2020, 07:33 AM
|
#19
|
Registered User
Join Date: May 2016
Location: Cleveland, Ohio
Posts: 5
|
I was looking into buying the commercial version of this, but it now costs $500. Found this thread and wanted to say thanks to Polaris and all the contributors over the years. This is an excellent mod and works great!
Since not everyone who wants one of these is an electronics wiz, one tip I thought I’d throw out there that might help someone in the future:
I bought a clone Arduino Nano V3 with header pins already soldered. To wire everything up, I used breadboard jumper wires (female to female), like these: https://www.amazon.com/GenBasic-Piece-Female-Jumper-Wires/dp/B01L5ULRUA/ref=mp_s_a_1_3?dchild=1&keywords=breadboard+jumper+female+to+female&qid=1586186495&sr=8-3
The DuPont connectors plug directly onto the pins of the board, but for the connection to the car harness and switch, the bare wire is too high of a gauge to securely crimp to the spade connectors. So instead of stripping the wire for the spade connector, I removed the DuPont housing. The crimped DuPont receiver inside the housing fits securely into a red (18-22ga) spade connector and crimps well.
Then, for the transistors, you can plug those directly into the breadboard wires, put some heat shrink on the transistor and wires and that secures them.
Finally, I soldered the resistors into the corresponding wires rather than directly to the board. The spacing for the pins on the board is just too close for my cludgy soldering abilities.
|
|
|
04-06-2020, 09:02 AM
|
#20
|
1998 Boxster Silver/Red
Join Date: Sep 2017
Location: 92262
Posts: 3,084
|
Welcome to the forum.
__________________
1998 Porsche Boxster
|
|
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
All times are GMT -8. The time now is 05:57 PM.
| |