element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
PiCasso Design Challenge
  • Challenges & Projects
  • Design Challenges
  • PiCasso Design Challenge
  • More
  • Cancel
PiCasso Design Challenge
Blog PiCasso Design Challenge - POV Globe Blog #10
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: dwinhold
  • Date Created: 27 May 2019 12:23 AM Date Created
  • Views 771 views
  • Likes 6 likes
  • Comments 2 comments
  • pov globe
  • picasso design challenge
  • led
  • dwinhold
Related
Recommended

PiCasso Design Challenge - POV Globe Blog #10

dwinhold
dwinhold
27 May 2019

Hello everyone!!

 

The globe is complete and runs great. It looks really cool seeing the project done and working better then I ever thought. Programming the LED strip in  python was not as hard as I thought. I did the programming on my laptop then transfered it to the Rasperry Pi. Since the Raspberry Pi is spinning it is impossible to hook a monitor to it so I solved that by using remote desktop. This way I can transfer files and change programs while the globe is spinning. I attached 2 videos below to show the final project up and running.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

After watching the video, the camera doesn't pick up the true look of what the globe does (If anyone has an idea on how to get a better video I would love to hear from you). The multiple changing colours looks quite impressive (my wife was even impressed which isn't an easy task). I am working on programming the world, I didn't realise how much programming it would be until I started. I first had to do a grid layout of the world and section it into the different colours. The grid is 72 pixels by 145 pixels, that is 10440 pixels to code for the world. I'm creating a function for each row but this will still take a bit of time. For now I am working on some smaller programs to try different ideas. The program running on the LED's is below:

 

import board
import neopixel  #Strip lights
import time
pixels = neopixel.NeoPixel(board.D18, 72)  #The board.D18 is the Rpi out pin and the 72 is the amount of LED's
x = 1
while x = 1:
 pixels.fill((255, 0, 0))  #pixel.fill is to make the complete row the same colour
 time.sleep(.01)  #Delay 100th of a second
 pixels.fill ((0, 255, 0))
 time.sleep(.01)
 pixels.fill((0, 0, 255))
 time.sleep(.01)
 pixels.fill ((255, 255, 0))
 time.sleep(.01)
 pixels.fill((255, 0, 255))
 time.sleep(.01)
 pixels.fill ((255, 255, 255))
 time.sleep(.01)

The possibilities of the globe is endless, I want to create a video game to play on it (Could be interesting).

 

Below is a summary of the cost of the project:

Raspberry Pi - $60.00 (This was part of the kit that was given to the sponsored competitors)

LED's strip - $30.99 (Strip of 144 lights)

Sewing machine motor - $54.00 (Bought an old machine)

Bearings - $16.00 for 2

Globe plexiglas - $15.00

Wood for frame - $0 (I'm a cabinetmaker)

Msc. items - $15.00 (Wire, solder..etc)

Total - $190.99

 

I want to thank everyone involved in this competition especially our sponsors. None of this would have been possible without Element 14 and the community.

 

Thank you

 

Dale Winhold

 

  • Sign in to reply

Top Comments

  • dixonselvan
    dixonselvan over 6 years ago +2
    Great work dwinhold the POV globe has come really well. Regarding the camera effect, I would suggest to turn off the other lights, place the camera in a fixed position. Something like I did in this project…
  • balearicdynamics
    balearicdynamics over 6 years ago +1
    Dale, great job and great conclusion Congratulations. Enrico
Parents
  • balearicdynamics
    balearicdynamics over 6 years ago

    Dale, great job and great conclusion image

     

    Congratulations. Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • balearicdynamics
    balearicdynamics over 6 years ago

    Dale, great job and great conclusion image

     

    Congratulations. Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube