Polyhedrone: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Brainsmoke (talk | contribs)
No edit summary
Brainsmoke (talk | contribs)
No edit summary
Line 10: Line 10:
=Stage 1: Ledball hardware (completed)=
=Stage 1: Ledball hardware (completed)=


Code to generate pcb shape: [https://github.com/brainsmoke/dhxdron github.com/brainsmoke/dhxdron]
* Code to generate pcb shape: [https://github.com/brainsmoke/dhxdron github.com/brainsmoke/dhxdron]


Script to generate kicad module from SVG pcb shape: [https://github.com/brainsmoke/pathtokicad github.com/brainsmoke/pathtokicad]
* Script to generate kicad module from SVG pcb shape: [https://github.com/brainsmoke/pathtokicad github.com/brainsmoke/pathtokicad]


* [[File:Kicad-polyhedrone.png|320px]]
KiCAD PCB design: [https://github.com/brainsmoke/polyhedrone github.com/brainsmoke/polyhedrone]
KiCAD PCB design: [https://github.com/brainsmoke/polyhedrone github.com/brainsmoke/polyhedrone]
* Ledball BoM
{| class="wikitable"
|+ BoM
|-
! scope="col"| quantity
! scope="col"| package
! scope="col"| part
! scope="col"| comment
|-
| 60x
|
| PCB
| ordered 100x 2 layer, 10^2cm max, .6mm, white HASL @ [http://www.seeedstudio.com/service/index.php?r=pcb Seeedstudio]
|-
| 300x
| SOIC14
| WS2801 Led Driver
| [http://ledsee.com/index.php/ics-others/5-x-ws2801-3-channel-programmable-pwm-led-driver-detail Ledsee]
|-
| 900x
| 5050
| RGB LED SMD
| ordered: 1000x Samsung SPMFCT5606N0S0A1E0 (Nice color balance) @ [http://ledsee.com/index.php/led-smd/10-x-high-bright-samsung-rgb-led-detail Ledsee]
|-
| 900x
| 1206
| Resistor 33 Ohm
|
|-
| 300x
| 0805
| 100nF Capacitor
|
|-
| 12x
| SOT223
| AMS1117-3V3 voltage regulator
| [http://ledsee.com/index.php/voltage-regulators/10-x-ams1117-33v-detail Ledsee]
|}





Revision as of 01:13, 13 December 2014

Projects
Participants Brainsmoke
Skills pcb design, Go, maths
Status Active
Niche Electronics
Purpose World domination

Idea: make a quad copter with lots of addressable RGB LEDs

Stage 1: Ledball hardware (completed)

KiCAD PCB design: github.com/brainsmoke/polyhedrone

  • Ledball BoM
BoM
quantity package part comment
60x PCB ordered 100x 2 layer, 10^2cm max, .6mm, white HASL @ Seeedstudio
300x SOIC14 WS2801 Led Driver Ledsee
900x 5050 RGB LED SMD ordered: 1000x Samsung SPMFCT5606N0S0A1E0 (Nice color balance) @ Ledsee
900x 1206 Resistor 33 Ohm
300x 0805 100nF Capacitor
12x SOT223 AMS1117-3V3 voltage regulator Ledsee


pictures

Stage 2: Software (completed)

Python software: github.com/brainsmoke/dhxlamp

Rewrite in Go: github.com/brainsmoke/goled

Stage 3: Make it fly (planning stage)