Re: 3 word story Community Center Geeks' Lounge by JJ___ raspberry jam in Edit: This is my 300th post ^_^ Re: What are you eating/drinking right now? Community Center Geeks' Lounge by vegaseat Raspberry Jello Parfait the lady in the next cave over made. Re: What are you eating/drinking right now? Community Center Geeks' Lounge by sneekula raspberry splash flavored water with a touch of holy water Re: What are you eating/drinking right now? Community Center Geeks' Lounge by Ene Uran Raspberry ice cream. Yummy! Re: What are you eating/drinking right now? Community Center Geeks' Lounge by Ene Uran Raspberry yogurt and a class of soy milk Re: What are you eating/drinking right now? Community Center Geeks' Lounge by HiHe Raspberry low fat yogurt Raspberry Pi LED control (Python) Programming Software Development by vegaseat … it! Got bored after the holidays and bought a Raspberry Pi credit card sized computer ($35), the least expensive… memories of process automation in my past. My first Raspberry project was to get introduced to Linux again, actually …MOSFET that can drive a motor and also isolates the Raspberry Pi from damaging voltages. See the MOSFET video at… Re: Raspberry Pi LED control (Python) Programming Software Development by vegaseat People have connected the Arduino with a Raspberry Pi via a USB cable and get the best of both worlds since the Raspberry Pi lacks analog IO and the Arduino's computing power is rather limited. See ... http://www.linuxuser.co.uk/tutorials/program-your-arduino-with-raspberry-pi Re: Raspberry Pi LED control (Python) Programming Software Development by DragonMastur I think I figuered it out. When I copy and paste on my raspberry pi it doesn't like the tabs. I have to retype the entire program. vegaseat you said you used a raspberry pi. Try copy and pasting the program. Re: Raspberry Pi LED control (Python) Programming Software Development by Lardmeister Sounds interesting! Can the Raspberry produce sounds? Another good video on MOSFETs: https://www.youtube.com/watch?v=Te5YYVZiOKs Re: Raspberry Pi LED control (Python) Programming Software Development by vegaseat The new model Rapberry Pi 2 has just come out. It is now a quad core 900 Mhz CPU with 1 GB RAM running about 6 times faster than the Raspberry Pi B+ model. The size and connections have been kept the same as has the price of $35. Can barely wait to get my hands on one. Re: Raspberry Pi LED control (Python) Programming Software Development by Slavi … of inbuilt functions etc I am not very familiar with raspberry PI but it seems like it has a high potential… Re: Raspberry Pi LED control (Python) Programming Software Development by vegaseat I am using my Raspberry Pi (RBP) as my Linux machine too. Some innovative folks … Re: Raspberry Pi LED control (Python) Programming Software Development by vegaseat The Raspberry Pi has 2 connectors that can be used with an inexpensive video camera element. There seem to be a lot of folks that use the RBP as a small programmable camera. Add a motion sensor and you have a good system for wildlife pictures/videos. Re: Raspberry Pi LED control (Python) Programming Software Development by DragonMastur I have a raspberry pi(Using it right now) and an arduino.Ill see if I can use them together. Iam useing the arduino for a science expiriment and know both python and sketch(I think that is the language that arduino runs on.) Thank vegaseat. Re: Raspberry Pi LED control (Python) Programming Software Development by DragonMastur I tried copy and pasting the program at the top and it gave me a bunch of syntax errors. Whats up with that. (Im on my raspberry 3.1415926358589793628(pi). Ans yes I have that much memoriesed, not much. Raspberry PI light source Hardware and Software Hardware by it@61@sec … task of reading these counters I want to use a Raspberry PI model 3 with a camera module, controlling the process… Re: File Server on Raspberry Pi Hardware and Software by Reverend Jim … how "easy" it is to do projects on Raspberry Pi, while nor providing enough information to actually get the… projects running. And this is certainly not unique to Raspberry Pi. I've gone through several of the step-by… Samba (typically 137-139 and 445) are open on the Raspberry Pi. You can check and adjust this with ufw or… hard drive options for a raspberry pi 2 backup server Hardware and Software Hardware by lewashby … for a while now. To save money I purchased a Raspberry Pi 2 and I'm going to store it at…'t see much of a way around it because the Raspberry Pi 2 will simply not have the ability to power… File Server on Raspberry Pi Hardware and Software by Reverend Jim Having just acquired a Raspberry Pi Model 3, I am attempting to set it up …as an NAS. So far I have set up the Raspberry Pi OS and configured samba. It appears to be working… Re: hard drive options for a raspberry pi 2 backup server Hardware and Software Hardware by overwraith … drive, you should probably check the operating voltages, since the raspberry pi's are notorious for not providing enough voltage for… Re: hard drive options for a raspberry pi 2 backup server Hardware and Software Hardware by lewashby I have been trying to learn to program for years. I've played around with C, C++, Python, & PHP but I would not dare call myself a programmer. I want to setup a remote server with lots for storate, I figured that Raspberry Pi 2 + hard drives would be a cheap way of achieving this goal, and I've heard good things about backuppc from Linux users. One year on, Raspberry Pi hit by more DDoS attacks: coincidence? Hardware and Software Hardware by happygeek …. Although the outage was relatively brief, with the Raspberry Pi Foundation admitting the attack with a Twitter message…just eight days later, there was another posting about Raspberry Pi being targeted by the DDoS crowd: > … done on this. Raspbmc is very impressive. The Raspberry Pi Foundation talked about using a dedicated DDoS mitigation… Re: One year on, Raspberry Pi hit by more DDoS attacks: coincidence? Hardware and Software Hardware by LastMitch >The Raspberry Pi Foundation talked about using a dedicated DDoS mitigation service … not appear to have been done. I never heard of [Raspberry Pi Foundation](http://www.raspberrypi.org/about) til now. I… (Hackers)? Don't they have much better things than attacking **Raspberry Pi Foundation**. raspberry pi snake Programming Software Development by PCSAWICK829 ….Clock() playSurface = pygame.display.set_mode((640, 480)) pygame.display.set_caption('Raspberry Snake') redColour = pygame.Color(255, 0, 0) blackColour = pygame.…], 20, 20)) pygame.draw.rect(playSurface,redColour,Rect(raspberryPosition[0], raspberry[1], 20, 20)) pygame.display.flip() if snakePosition[0] &… Re: raspberry pi snake Programming Software Development by sneekula I had some loose change in my pocket so I ordered myself a Raspberry Pi B+ Ultimate Starter Kit from Amazon.com. I was reading up on the Raspberry Pi, an interesting little computer with Linux OS and the Python language that costs about $30 - $40. You supply the keyboard and a monitor. It can be used for a myriad of science projects. Re: raspberry pi snake Programming Software Development by vegaseat See also ... http://www.raspberrypi.org/help/what-is-a-raspberry-pi/ http://www.raspberrypi.org/help/faqs/ Note: The Raspberry Pi computer module runs on Linux Debian and does come with python and pygame. It also comes with a bunch of addressable IO pins, not bad for $35. Re: raspberry pi snake Programming Software Development by Gribouillis You must indent line 50 to 89 (they belong to the while loop) and you must probably change `raspberry[1]` at line 79 with `raspberryPosition[1]`. Re: raspberry pi snake Programming Software Development by sneekula The raspberry pi sounds interesting. Could you tell us a little bit more about your personal experience with the device? Re: raspberry pi snake Programming Software Development by sneekula Okay, I got my Raspberry Pi B+ and have the Linux installed and running. Even wrote a few Python programs on the included Idle IDE. I tried to write a Python program to turn on some of the io pins, but can't find good examples. Most of the web site references are pretty bad or nonexistent.