Page 4 of 11 FirstFirst 12345678 ... LastLast
Results 31 to 40 of 103

Thread: Raspberry Pi

  1. #31
    Join Date
    Apr 2010
    Location
    USA
    Posts
    216

    Default

    The Raspberry Pi is cool, but it's pretty awkward to actually use in a project because of its size and performance - you can look at it as either a really limited slow computer, or a really inconvenient unwieldy microcontroller.

  2. #32
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    Well, for what I paid for it, it's really something just for me to play with.

    I wrote an nice Linux API quite some time ago called ezfb that lets a programmer work with direct rendering graphics into the video RAM. The first versions of LaserBoy were built on top of this.

    I think I'm going to crack into that old code and freshen it up a bit and see if any other Pi programmers might like it.

    James.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  3. #33
    Join Date
    Nov 2012
    Location
    Netherlands
    Posts
    78

    Default

    i hope one day i can put pi's in projectors and upload new showfiles over wifi/BT/ethernet
    zero touch, and only a power cable on the pj, wouldn't that be nice...

    guess same as the SDcard projectors, only i dont want to swap sd cards, (especially when u have to lower it from the ceiling to get to it)
    or pull one out to update the show...

  4. #34
    mixedgas's Avatar
    mixedgas is offline Creaky Old Award Winning Bastard Technologist
    Infinitus Excellentia Ion Laser Dominatus
    Join Date
    May 2007
    Location
    A lab with some dripping water on the floor.
    Posts
    9,922

    Default

    Take a look at the "Beagle" family of boards. Not much more cost, and a heck of a lot of cpu power compared to Pi.

    Steve
    Qui habet Christos, habet Vitam!
    I should have rented the space under my name for advertising.
    When I still could have...

  5. #35
    Join Date
    Nov 2012
    Location
    Netherlands
    Posts
    78

    Default

    €27,40 for a pi or 73 for a beaglebone, ill stick to my pi

    untill i get a much better payroll :P

  6. #36
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    I finally got my Pi the other day. It took a bit longer than it should have, considering it was coming from Detroit.

    Anyway.... They forgot my HDMI to digital video adapter, so for the time being, I'm stuck having to hook it up to my big screen TV.

    That's not exactly a good place for me to use it for development. But it is really NEATO!

    Once I get it down in my basement with all of my other stuff, I will OWN THIS THING!

    I have already installed Boost libs and libSDL and with no modifications what-so-ever, I got LaserBoy to compile and run!

    There is some weird issue with the fact that it runs the X server in 16 bit packed pixels, but I know what that's all about and I know I can make that work perfectly.

    I tried running LaserBoy in the console with no X server, but that doesn't seem to work. That's some kind of SDL issue.

    I think I can get around that to, if needed.

    The next step is to hook up the SND8 USB sound device and start playing some waves!

    Then I need to make a web server interface for sending data to it and controlling it remotely.

    Weeeeeeeeeeeeee !!!!!
    Last edited by james; 04-03-2013 at 09:54.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  7. #37
    Join Date
    Dec 2008
    Location
    Vezon, Belgium
    Posts
    1,017

    Default

    that's great

    may I ask to be part of your test material? I have a Pi and the need to put it to use

  8. #38
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    ABSOLUTELY!

    I just got an HDMI to digital video adapter today. So I moved my Pi right next to my main workstation.

    I should have a new release of LaserBoy soon with instructions for compiling and running it on the Pi.

    James.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  9. #39
    Join Date
    Dec 2008
    Location
    Vezon, Belgium
    Posts
    1,017

    Default

    I have a generic USB soundcard but it doesn't attract me... would you have the opportunity to output binary data via SPI or GPIO?

  10. #40
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    At this point in time, LaserBoy is Generic C++ code. It is specifically designed to run in as many platforms as possible. It does not make any kind of connection to any kind of DAC. It reads and writes files. One of the file types it reads and writes is multi-channel wave.

    Once I get things going on the Pi, I will definitely look into writing code that is for Linux only and possibly look at using some of the unique features of the Pi.

    One step at a time!

    James.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •