-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pinout for Led strings #27
Comments
The source (c++) is open - look at the Ufo constructor (ufo.cpp) where all the DotStarStripe objects are initialized The first pin is the clock and the second one the data |
Thank you. I am going to try and get it working some other way. These pins worked good.I may set it up with blue tooth.Create a remote service api and send commands over bt.Clear skiesGene hunter
-------- Original message --------From: helmut-s <[email protected]> Date: 11/20/19 10:26 AM (GMT-05:00) To: Dynatrace/ufo-esp32 <[email protected]> Cc: Gene Hunter <[email protected]>, Author <[email protected]> Subject: Re: [Dynatrace/ufo-esp32] pinout for Led strings (#27) The source (c++) is open - look at Ufo constructor (ufo.cpp) where all the DotStarStripes are initialized
mStripeLevel1(15, GPIO_NUM_16, GPIO_NUM_18), mStripeLevel2(15, GPIO_NUM_16, GPIO_NUM_17), mStripeLogo(4, GPIO_NUM_16, GPIO_NUM_19)
The first pin is the clock and the second one the data
DotstarStripe(__uint8_t count, gpio_num_t cl, gpio_num_t dt);
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#27?email_source=notifications\u0026email_token=ACWQC2UAHCP2HQNNS7X5WZTQUVJJVA5CNFSM4JPTJQM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEESLI6Q#issuecomment-556053626",
"url": "#27?email_source=notifications\u0026email_token=ACWQC2UAHCP2HQNNS7X5WZTQUVJJVA5CNFSM4JPTJQM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEESLI6Q#issuecomment-556053626",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one more question. I wanted to reprogram one of these myself with my own code. Sort of an experiment. Can I get the pinout of the Dotstar led's? I tried the pinout listed for the orginal UFO and they did not seem to work.
The text was updated successfully, but these errors were encountered: