Search found 8 matches
- Sun Feb 04, 2018 4:22 pm
- Forum: General discussion
- Topic: Pi Lite - support ideas
- Replies: 4
- Views: 828
Re: Pi Lite - support ideas
Hi, thanks both for replying. I've since soldered some pins to the FTDI circuit and can now communicate with the Pi Lite via a UART/USB adapter from my PC. I can open the Arduino IDE terminal and send scrolling text directly to the Pi Lite and it displays them. However, I cannot upload Arduino sketc...
- Thu Jan 11, 2018 10:39 pm
- Forum: General discussion
- Topic: Pi Lite - support ideas
- Replies: 4
- Views: 828
Re: Pi Lite - support ideas
Hello, I've recently bought one of these from Maplin - it was going cheap - I think it has potential but as you said (13 months ago!) there's next to no support. I've just about figured out the syntax and have managed to successfully send text straight from Minicom and also run a few Python scripts....
- Tue May 03, 2016 8:43 pm
- Forum: Beginners
- Topic: Running Idle as root from desktop
- Replies: 8
- Views: 22895
Re: Running Idle as root from desktop
If you want to always run IDLE with root privs then simply edit the desktop link entry in ~/Desktop and change the following line: Exec=/usr/bin/idle to Exec=sudo /usr/bin/idle You will then be able to just open idle in the normal way from your desktop and it will have root privs. Hi,I did this by ...
- Thu Nov 12, 2015 9:08 pm
- Forum: Python
- Topic: GPIO Zero - a new Python library designed for education
- Replies: 6
- Views: 6581
Re: GPIO Zero - a new Python library designed for education
Cheers DirkS that sorted it! 

- Wed Nov 11, 2015 9:44 pm
- Forum: Python
- Topic: GPIO Zero - a new Python library designed for education
- Replies: 6
- Views: 6581
Re: GPIO Zero - a new Python library designed for education
Hi there, just created a new install of Jessie and ran the commands listed below:- sudo apt-get update - succeeded sudo apt-get install python-pip python3-pip - succeeded sudo pip install gpiozero - failed sudo pip-3.2 install gpiozero - succeeded The error for the third line is:- building 'spidev' ...
- Mon Mar 09, 2015 10:30 am
- Forum: Automation, sensing and robotics
- Topic: Lone Living Person Activity Monitor
- Replies: 7
- Views: 2534
Re: Lone Living Person Activity Monitor
Hi there - I would be interested in knowing of any progress made on this - I would like to develop a system for my elderly mother.
Thanks,
Andrew
Thanks,
Andrew
- Thu Dec 18, 2014 12:25 pm
- Forum: Automation, sensing and robotics
- Topic: Help with Ciseco XRF and Slice of Radio
- Replies: 5
- Views: 5723
Re: Help with Ciseco XRF and Slice of Radio
Hi there, I've had a similar experience, having installed the Slice of Radio onto my RPi B+ and tried the various introductory exercises I was happy that everything was working. I then installed Arduino 1.0.6 on my PC and uploaded the Blink sketch. Two days later, I set up the RPi again and found th...
- Wed Mar 12, 2014 7:14 pm
- Forum: Troubleshooting
- Topic: Dead HDMI
- Replies: 6
- Views: 1352
Dead HDMI
Hello, I once accidentally connected the wrong hdmi lead into my Pi. Instead of the one connected to my TV, I connected the one from my PC. Since then, I get no output from the Hdmi connection. Other than that, the Pi works perfectly, obviously using the s-video output. I have since bought a second ...