Giter VIP home page Giter VIP logo

Comments (10)

neophob avatar neophob commented on August 20, 2024

ha just saw you video on twitter ;) anyway this is on my todo list, I also own a pi. forget tcp, udp will be more performant in this case. all we need to do is verify that only newer frames are displayed.

so if you can create a new output device which sends all frames with 24bpp and udp. and add a new configuration entry... would you like to create it yourself or should i help you?
cheers
michu

from pixelcontroller.

scottjgibson avatar scottjgibson commented on August 20, 2024

If you have time that would be awesome and I'll get the raspberry pi end working. I've been meaning to characterize the SPI performance on the Pi to get and idea of possible frame rates. Seems fast. So a UDP packet with 24bpp should work. Should be able to fit about 500 pixels in a packet without fragmentation (don't know if it matters).

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

hey scott i just added an udp output device, all you need to do is configure the output size (x and y resolution) ip and port... the you get a raw udp paket.

i'll upload a new beta binary shortly

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

check out PixelController v1.3.0 BETA3 - added UDP support and let me know if that works for you..

what distro do you use with you rpi? did you wrote a howto (connection etc..)?

cheers

from pixelcontroller.

scottjgibson avatar scottjgibson commented on August 20, 2024

Awesome I'll work on getting it running tonight... Need to buy more LEDs :) I'm using Occidentalis (the adafruit distro). It has kernel support built in for I2C and SPI. I did something similar to this: http://learn.adafruit.com/light-painting-with-raspberry-pi/hardware for wiring; quick and easy.

from pixelcontroller.

scottjgibson avatar scottjgibson commented on August 20, 2024

Having an issue getting the UDP data out of pixelController. I'm using the latest beta and the example UDP config file. I don't see any UDP packets coming out when watching with wireshark. I have tested the connectivity by using netcat to send some raw binary data to the raspberry pi on the same port.

Any thoughts?

perl -e 'print chr(0xff) x 150' > test.bin
nc -u 192.168.1.123 6803 < test.bin

//pixelpi receives 150 bytes

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

sorry my bad! i fixed it and checked myself using wireshark. the code is commited and i'll build the binary later (I'm running windows here, all *nix binaries would not work)

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

Check PixelController-1.3.0-BETA4.zip - that should work now

from pixelcontroller.

scottjgibson avatar scottjgibson commented on August 20, 2024

Tested it out with the latest version of pixelPi and its working great. ( https://github.com/scottjgibson/PixelPi ). I put a blurb with the command/description here: http://thegreatgeekery.blogspot.ca/2012/08/raspberry-pi-and-ws2801.html Thanks for the awesome support!

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

great to hear, thanks! so I close this issue, if you have some nice images, feel free to post them here https://www.facebook.com/PixelInvaders

from pixelcontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.