Go Back   986 Forum - The Community for Porsche Boxster & Cayman Owners > Porsche Boxster & Cayman Forums > DIY Project Guides

Post Reply
 
LinkBack Thread Tools Display Modes
Old 05-23-2014, 09:42 PM   #1
On the slippery slope
 
JayG's Avatar
 
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,799
Garage
Just ordered all the parts today. Should have everything by the end of next week and I'll build/install over next weekend

Arduino Nano clone from ebay $9
Rest of parts from DigKey $13

This will be my first Adruino project of what I expect to be several more.
Thanks Polaris, you instructions are great and thanks for the code.

Ill post how it goes after the install
__________________
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"

Last edited by JayG; 05-24-2014 at 01:03 AM.
JayG is online now   Reply With Quote
Old 05-24-2014, 12:37 AM   #2
Registered User
 
Pdwight's Avatar
 
Join Date: May 2013
Location: North Alabama
Posts: 2,079
My parts came in....but

I cannot get the software to recognise the Arduino module ??? I actually ordered several and they all came with USB cables....but the program does not see the module ??

Anyone help here ??

THanks
Dwight
Pdwight is offline   Reply With Quote
Old 05-24-2014, 02:16 PM   #3
Registered User
 
Nine8Six's Avatar
 
Join Date: Sep 2013
Location: Montreal, QC. (currently expat to Shanghai)
Posts: 3,249
Quote:
Originally Posted by Pdwight View Post
I cannot get the software to recognise the Arduino module ??? I actually ordered several and they all came with USB cables....but the program does not see the module ??

Anyone help here ??

THanks
Dwight
Dwight, few things you want to chk

1. make sure your usb cable is functioning correctly, test with another device

2. com ports in the app menu can be changed. try a few

3. If above didn't do it, some drivers may be required for your version of windows. Do a search on your windows ver + arduino board/model + drivers. Make sure they show up in your Windows Device manager and all that.

4. If none of the above works, try on another computer mate (before returning those arduinos to the original seller)
__________________
______________________________
'97 Boxster base model 2.5L, Guards Red/Tan leather, with a new but old Alpine am/fm radio.
Nine8Six is offline   Reply With Quote
Old 02-21-2019, 11:07 PM   #4
Registered User
 
Join Date: Feb 2019
Location: LA, CA
Posts: 1
I just did this to my recently acquired 986 and now my Dad wants it in his car. Thanks to everyone who made this a successful DIY project. There is so much good info on this thread.
Does anyone know if this will work on a 997?
ObiJuan23 is offline   Reply With Quote
Old 06-01-2014, 06:40 PM   #5
On the slippery slope
 
JayG's Avatar
 
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,799
Garage
Quote:
Originally Posted by JayG View Post
Just ordered all the parts today. Should have everything by the end of next week and I'll build/install over next weekend

Arduino Nano clone from ebay $9
Rest of parts from DigKey $13

This will be my first Adruino project of what I expect to be several more.
Thanks Polaris, you instructions are great and thanks for the code.

Ill post how it goes after the install
Ok, I got it all wired and connected to the switch and harness
unfortunately it does not work. I get a clicking sound from both the relay and somewhere in the top. If I hold the switch, it clicks and the top moves in a very slow stepping manner

I did a minor change to the design, I used pins D7&8 instead of 8&9. I did change the definitions to reflect that.

I am not a programmer and this is the first time I have used an Arduino

any ideas?
__________________
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"
JayG is online now   Reply With Quote
Old 06-01-2014, 06:49 PM   #6
Registered User
 
Shehadehd's Avatar
 
Join Date: Sep 2013
Location: Bay Area, CA
Posts: 310
Garage
AutoTop DIY

Quote:
Originally Posted by JayG View Post
Ok, I got it all wired and connected to the switch and harness

unfortunately it does not work. I get a clicking sound from both the relay and somewhere in the top. If I hold the switch, it clicks and the top moves in a very slow stepping manner



I did a minor change to the design, I used pins D7&8 instead of 8&9. I did change the definitions to reflect that.



I am not a programmer and this is the first time I have used an Arduino



any ideas?

As a first attempt, check your wiring, specifically the 10k pulldown resistors on pin 7,8 be sure they're there and the connection is secure.

If you soldered the everything, sometimes a solder joint can look good but internally it's actually not making a good connection. By moving the wires during operation, you will see a change in operation if you have a bad connection.
__________________
If you are interested in a Comfort-Top module, please visit:

https://www.enhancedautomods.com/shop/comfort-top

Last edited by Shehadehd; 06-01-2014 at 06:54 PM.
Shehadehd is offline   Reply With Quote
Old 06-01-2014, 07:17 PM   #7
On the slippery slope
 
JayG's Avatar
 
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,799
Garage
Quote:
Originally Posted by Shehadehd View Post
As a first attempt, check your wiring, specifically the 10k pulldown resistors on pin 7,8 be sure they're there and the connection is secure.

If you soldered the everything, sometimes a solder joint can look good but internally it's actually not making a good connection. By moving the wires during operation, you will see a change in operation if you have a bad connection.
thanks for the fast reply

I should preface that that I have done a lot of soldering, I used to build and repair pro audio gear and soldered about a million XLR and multipin connectors.
In any case, I checked the pull down resistors, good connections
I tried the wiggle on all connections with no luck

In order to get any movement, I have to hold the button and instead of smooth operation, it is clicks and steps as it moves

Could it be a bad board?
__________________
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"
JayG is online now   Reply With Quote
Old 06-01-2014, 07:26 PM   #8
Registered User
 
Shehadehd's Avatar
 
Join Date: Sep 2013
Location: Bay Area, CA
Posts: 310
Garage
Quote:
Originally Posted by JayG View Post
thanks for the fast reply

I should preface that that I have done a lot of soldering, I used to build and repair pro audio gear and soldered about a million XLR and multipin connectors.
In any case, I checked the pull down resistors, good connections
I tried the wiggle on all connections with no luck

In order to get any movement, I have to hold the button and instead of smooth operation, it is clicks and steps as it moves

Could it be a bad board?
More likely bad pins than a bad board. You can always try four different pins and see what happens. If both opening and closing the top acts the same, then maybe the transistors aren't working properly. Make sure you didn't wire them backwards... you might also want to check to see if the 1k resistor to the transistor is an acceptable value for the transistors you're using.
Shehadehd is offline   Reply With Quote
Old 06-01-2014, 07:31 PM   #9
On the slippery slope
 
JayG's Avatar
 
Join Date: Mar 2014
Location: Austin and Palm Springs
Posts: 3,799
Garage
Quote:
Originally Posted by Shehadehd View Post
More likely bad pins than a bad board. You can always try four different pins and see what happens. If both opening and closing the top acts the same, then maybe the transistors aren't working properly. Make sure you didn't wire them backwards... you might also want to check to see if the 1k resistor to the transistor is an acceptable value for the transistors you're using.
I used the exact transistor you spec'd and 1k resistor as you listed. In reviewing your parts list,you did mention that you thought it was a 1 k resistor. I have no idea how to check what value the transistor needs
I double checked the transistor wiring and it is correct

The clicking is both on open and close
__________________
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"
JayG is online now   Reply With Quote
Old 06-01-2014, 07:38 PM   #10
Registered User
 
Shehadehd's Avatar
 
Join Date: Sep 2013
Location: Bay Area, CA
Posts: 310
Garage
Quote:
Originally Posted by JayG View Post
I used the exact transistor you spec'd and 1k resistor as you listed. In reviewing your parts list,you did mention that you thought it was a 1 k resistor. I have no idea how to check what value the transistor needs
I double checked the transistor wiring and it is correct

The clicking is both on open and close

Haha, I didn't write the thread. I can look through the transistor to see if it'll theoretically work but the OP got it working in his so it's probably fine. It looks like he gave a top down view of the transistor in the wiring diagram so be sure that you have the left most pin ( if you're holding the transistor with the curved side towards you) wired to the switch harness.
__________________
If you are interested in a Comfort-Top module, please visit:

https://www.enhancedautomods.com/shop/comfort-top
Shehadehd is offline   Reply With Quote
Post Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -8. The time now is 12:41 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page