Search found 9 matches
- Sat Jan 03, 2015 1:54 pm
- Forum: General discussion
- Topic: SD Card image B to B+
- Replies: 8
- Views: 3462
Re: SD Card image B to B+
Cheers rpdom.
- Sat Jan 03, 2015 12:48 pm
- Forum: General discussion
- Topic: SD Card image B to B+
- Replies: 8
- Views: 3462
Re: SD Card image B to B+
Thanks Dougie, very helpful. I already have a spare Micro SD card so I'll clone my B image onto that and do the updates to it on the B+. For my application I will be using two pis to measure humidity and temperature in two locations simultaneously using two HTU21D devices over I2C.
Regards, Richard.
Regards, Richard.
- Sat Jan 03, 2015 9:34 am
- Forum: General discussion
- Topic: SD Card image B to B+
- Replies: 8
- Views: 3462
Re: SD Card image B to B+
Of course, I just view NOOBS as the preferred starting point for a Raspbian installation which I have been using. Correct me if I'm wrong but doesn't the NOOBS installer contain several OS, one being Raspbian? Does the slightly different B+ hardware (extra USB and different GPIO) result in anything ...
- Sat Jan 03, 2015 8:55 am
- Forum: General discussion
- Topic: SD Card image B to B+
- Replies: 8
- Views: 3462
SD Card image B to B+
Hi
As I've spent a fair amount of time getting my SD card image into the state it's in can I use the same model B image on my B+ when it arrives, or am I better off starting from a clean download of NOOBS on the B+?
Richard.
As I've spent a fair amount of time getting my SD card image into the state it's in can I use the same model B image on my B+ when it arrives, or am I better off starting from a clean download of NOOBS on the B+?
Richard.
- Tue Dec 30, 2014 5:22 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Need help with HTU21D Humidity Sensor (for RPi outreach)
- Replies: 18
- Views: 17582
Re: Need help with HTU21D Humidity Sensor (for RPi outreach)
Thank you for this post, this gave me a huge boost getting my own humidity and temperature project working. I have included my own code below which takes the original code and adds a loop which logs to a CSV file on a network share every 5 minutes. The output file is flushed every time it is written...
- Sat Nov 29, 2014 9:39 pm
- Forum: Troubleshooting
- Topic: IDLE TCP/IP binding error
- Replies: 8
- Views: 6228
Re: IDLE TCP/IP binding error
Awesome, this just fixed the same problem for me.
Seems like you would always want auto lo in the configuration?
Thanks.
Seems like you would always want auto lo in the configuration?
Thanks.
- Wed Nov 26, 2014 9:24 am
- Forum: Python
- Topic: Best Python IDE
- Replies: 13
- Views: 18518
Re: Best Python IDE
Looks like I'm vaugely timely for a change. I am going to have a go at finding something in the next few days. A number of the replies seem to be talking about running visual studio or pycharm (presumably in Windows or maybe a Linux PC for pycharm) and just using the RPi as the target whereas I'd be...
- Wed Nov 05, 2014 9:00 am
- Forum: Picademy
- Topic: VNC instructions (Pi remote desktop)
- Replies: 29
- Views: 83889
Re: VNC instructions (Pi remote desktop)
I followed the instructions mention earlier in the post to start the VNC server at boot which saves a few seconds each time you reboot the pi having to ssh in to start it. > See section 'automation and run at boot' in http://www.raspberrypi.org/documentatio ... /README.md which works great, thanks. ...
- Thu Mar 13, 2014 10:01 pm
- Forum: Troubleshooting
- Topic: emacs CUA-mode text selection not working in console
- Replies: 0
- Views: 550
emacs CUA-mode text selection not working in console
emacs CUA-mode is useful for people who want to use ^C and ^V to copy and paste text and select text using shift arrow keys. This is working well inside X (in an xterm using emacs --no-window-system) but sadly I cannot seem to get it working in the console before starting X. In order to resolve this...