Go to advanced search

by bensimmo
Sun Oct 02, 2016 7:40 pm
Forum: Other programming languages
Topic: Porting ARM BASIC to the Raspberry Pi via SDL 2.0
Replies: 89
Views: 22825

Re: Porting ARM BASIC to the Raspberry Pi via SDL 2.0

Also, pretty much no one had an Archimedes machine. i knew only one person with an Archimedes, at least they claimed to have one but I never actually saw it I had one at home for a while well a BBC A3000, probably with a Nimbus too, but that's something different. Either way the Masters where used ...
by bensimmo
Sun Oct 02, 2016 7:13 pm
Forum: Other programming languages
Topic: Porting ARM BASIC to the Raspberry Pi via SDL 2.0
Replies: 89
Views: 22825

Re: Porting ARM BASIC to the Raspberry Pi via SDL 2.0

Just fire up Beebdroid on your android tablet/phone, then if you can get past Repton and chickie egg and Frak and Twin Kingdom Valley and ... Or buy a cheap old pc and fire up some other emulator if you want to do some basic basic with the kids. We did that, he enjoyed the simplicity of it. Then mov...
by bensimmo
Sun Oct 02, 2016 12:53 pm
Forum: Advanced users
Topic: How to Send Data to Mobile App from Raspberry Pi Bluetooth
Replies: 7
Views: 5416

Re: How to Send Data to Mobile App from Raspberry Pi Bluetoo

Hotspot the phone. No communication needed then, just let the Pi join the WiFi and use the Internet etc.
by bensimmo
Sun Oct 02, 2016 8:10 am
Forum: Troubleshooting
Topic: cgps/xgps not connecting to Bluetooth GPS
Replies: 2
Views: 1419

Re: cgps/xgps not connecting to Bluetooth GPS

Do you get anything from gpsmon ?
by bensimmo
Sat Oct 01, 2016 8:52 pm
Forum: General discussion
Topic: Companies that made good money with Rpi
Replies: 27
Views: 6167

Re: Companies that made good money with Rpi

That's interesting as I know of one University (uk) that gives a pi to all the new students going for their course. It in many a UK senior school, not all as many also see no point. It is on the shelf in many a UK primary school, some may use it but they don't have the knowledge to teach it. Many do...
by bensimmo
Sat Oct 01, 2016 2:56 pm
Forum: Raspberry Pi OS
Topic: Why doesn't Raspbian use python v3 by default?
Replies: 12
Views: 3245

Re: Why doesn't Raspbian use python v3 by default?

I believe, at least I am talking, when you type python or last time I checked opened something in the gui it would launch the v2 idle. Unfortunately I guess its because python2 is just called python normally, rather than launching with python2 like you do with python3? (From the command line/box) Al...
by bensimmo
Sat Oct 01, 2016 8:38 am
Forum: Raspberry Pi OS
Topic: Why doesn't Raspbian use python v3 by default?
Replies: 12
Views: 3245

Re: Why doesn't Raspbian use python v3 by default?

Raspbian uses python v2 by default. Given that v3 is the latest and there seems to be a trend of moving towards v3 for new projects, why don't Raspbian use python v3 by default? Because Raspbian follows Debian and Debian still uses python2. The python2 vs python3 stuff has been a complete mess for ...
by bensimmo
Fri Sep 30, 2016 6:18 am
Forum: Python
Topic: New to Python???
Replies: 18
Views: 2757

Re: New to Python???

Why not just go with Python3 and leave Python2 behind. The Python website and documentation has the difference for each part iirc. Just remember Raspian is still behind at Python 3.4 While most beginner site are targeted at beginners, there is a good reason for that ;-) It shouldn't take you long an...
by bensimmo
Thu Sep 29, 2016 3:21 pm
Forum: Raspberry Pi OS
Topic: Font changes with PIXEL desktop
Replies: 2
Views: 1389

Re: Font changes with PIXEL desktop

Roboto is still used, apparently nothing has been altered. But a new engine thingy is used... From the official release blog on the main page. Fonts Steve Jobs said that one thing he was insistent on about the Macintosh was that its typography was good, and it’s true that using the right fonts makes...
by bensimmo
Thu Sep 29, 2016 3:11 pm
Forum: Raspberry Pi Desktop for PC and Mac
Topic: PIXEL OS
Replies: 6
Views: 2539

Re: PIXEL OS

Raspian is the OS
Pixel is the GUI used on Raspian.
by bensimmo
Wed Sep 28, 2016 3:53 pm
Forum: Python
Topic: GpioZero code to PiGpio - lightgate
Replies: 2
Views: 794

Re: GpioZero code to PiGpio - lightgate

The switch was very easy, thank you :-) Now that bit about instruction for making it all work from windows python ... ;) I wouldn't mind if somebody knows, why the direct edge fall/rise didn't work though, out of curiosity. Times via pigpio are all 0.05ish seconds or more and always trigger using ei...
by bensimmo
Tue Sep 27, 2016 9:05 pm
Forum: Python
Topic: GpioZero code to PiGpio - lightgate
Replies: 2
Views: 794

GpioZero code to PiGpio - lightgate

Hi, I have an LDR setup with a laser shining on it, LDR at the top of a potential divider, Resistor at the bottom -> create a switch on a GPIO pin It switches 'OFF' when the laser is broken (and is immune to normal light in the room with this combination as the resistor is set for this) GPIOZERO cod...
by bensimmo
Tue Sep 27, 2016 8:17 pm
Forum: General discussion
Topic: I want a Pi with no WiFi chip
Replies: 17
Views: 3335

Re: I want a Pi with no WiFi chip

I thought the Raspberry Pi 2 Model B already didn't have onboard WiFi. I guess I am wrong about that. I am confused. Do I need some upcoming model.. or is there something available right now without WiFi? Thanks You seemed to be implying you would like the Pi3, I think that is the reason for the re...
by bensimmo
Tue Sep 27, 2016 7:36 pm
Forum: Astro Pi
Topic: Sense hat in Fahrenheit
Replies: 17
Views: 7004

Re: Sense hat in Fahrenheit

oh and while you're at ti, you can test your code here quickly, https://trinket.io/sense-hat
you may need to put a sleep into your while loop?
by bensimmo
Tue Sep 27, 2016 7:30 pm
Forum: Astro Pi
Topic: Sense hat in Fahrenheit
Replies: 17
Views: 7004

Re: Sense hat in Fahrenheit

It looks like you need to alter your If/Else into the format given above. e.g. if temperature < 65: temp_background_colour = [0, 0, 100] elif temperature > 85 : temp_background_colour = [100, 0, 0] else: temp_background_colour = [0, 100, 0] Which check for cold so blue, hot so red and anything else ...
by bensimmo
Tue Sep 27, 2016 5:06 pm
Forum: Advanced users
Topic: What GPS tracking used for?
Replies: 16
Views: 3065

Re: What GPS tracking used for?

You could bypass the USB and connect directly to the serial UART gpio pins.(for this TX->RX RX->TX is needed) does gpsmon see it ? It should see a Ublox device natively without the need for anything else (It's a ublox5 device iirc) No, I can't see it, I think that my GPS Bee is no compatible with s...
by bensimmo
Tue Sep 27, 2016 3:38 pm
Forum: Astro Pi
Topic: Sense hat in Fahrenheit
Replies: 17
Views: 7004

Re: Sense hat in Fahrenheit

We would need your code for that.

copy and paste it all in code brackets faq.php?mode=bbcode#f2r1

personally if not at the command line then leafpad that RPF put in is much easier than nano.
by bensimmo
Tue Sep 27, 2016 3:22 pm
Forum: General discussion
Topic: Have experience with Raspberry Pi? Interested in IoT?
Replies: 23
Views: 5396

Re: Have experience with Raspberry Pi? Interested in IoT?

I'm a Pi user with an interest in IoT. I have a Pi Zero running OpenHAB and will soon be moving to OpenHAB2 on a Pi 3. Talking to OpenHAB at the moment are a ESP8266 devices logging the temperature from the living room and fish tank and another ESP8266 logging the temperature and humidity in the ba...
by bensimmo
Mon Sep 26, 2016 7:06 pm
Forum: Troubleshooting
Topic: Detecting mains voltage (edge detection failing)
Replies: 31
Views: 3913

Re: Detecting mains voltage (edge detection failing)

You could use the 'button' feature of gpiozero. 3V would be 'on' as soon as it gets to less than ~1.8V it would be 'off' What is the rate of internal discharge you have at the moment, perhaps you just need something to dump it all through? It might be wastefully but at the moment your adaptor has no...
by bensimmo
Mon Sep 26, 2016 6:56 pm
Forum: General discussion
Topic: Have experience with Raspberry Pi? Interested in IoT?
Replies: 23
Views: 5396

Re: Have experience with Raspberry Pi? Interested in IoT?

Awesome! So it sounds like the following folks may be interested: @hussainpatel @Massi @besimmo @Laurens-wuyts @Graymalk @mattlewis @casperb82 I'll send you all a PM now. If I misinterpreted your interest, I apologize--feel free to let me know you're not interested in chatting and you won't be both...
by bensimmo
Mon Sep 26, 2016 8:11 am
Forum: General discussion
Topic: Scratch (MIT), Code Club, Pi and teaching Scratch
Replies: 2
Views: 3862

Re: Scratch (MIT), Code Club, Pi and teaching Scratch

In Primary Schools. Most should have access or installed Scratch on their computers. Coding is now part of the curriculum pretty early on now. You may find, they do not have pen drive access and only a teachers computer does, even then in some school and probably increasingly so, even locked down (t...
by bensimmo
Mon Sep 26, 2016 6:33 am
Forum: Staffroom, classroom and projects
Topic: After Scratch, what's next?
Replies: 25
Views: 14130

Re: After Scratch, what's next?

There are a lot of the above I am having a look at. I've not seen anyone have a problem moving from scratch to say python once they find scratch a bit restrictive, other than being bothered to actually type code in. I see nothing wrong with Visual systems, wish they became more powerful really as ma...
by bensimmo
Sun Sep 25, 2016 6:23 pm
Forum: General discussion
Topic: Using a Raspberry Pi in a product
Replies: 15
Views: 3402

Re: Using a Raspberry Pi in a product

Depending on your product, you may want to have a chat with Farnell to see if a customised Pi might work out better.
I have no idea of costs or quantities or lead times. But it may be something to look in to.
by bensimmo
Sat Sep 24, 2016 10:02 am
Forum: Staffroom, classroom and projects
Topic: After Scratch, what's next?
Replies: 25
Views: 14130

Re: After Scratch, what's next?

GameMaker if it's games they like. Takes Scratch game making to the next level, my son moved over pretty quickly. You can get down and dirty with some code if needed. Graphics are import in, but then they should get used to some proper art applications if needed or find Apps to do it for them in a f...
by bensimmo
Sat Sep 24, 2016 9:48 am
Forum: Beginners
Topic: Updated and upgraded but nothing changed
Replies: 4
Views: 934

Re: Updated and upgraded but nothing changed

Yet people buy NOOBs and Raspian on SD cards...

Go to advanced search