Go to advanced search

by scruss
Mon Oct 27, 2014 2:44 am
Forum: General discussion
Topic: Are ARM based computers the future?
Replies: 77
Views: 14439

Re: Are ARM based computers the future?

Heater wrote:Yes, yes. That PowerPC.

A drop in the ocean of the global micro-processor market.
A lot of network hardware uses QorIQ CPUs, which are multi-core PPCs
by scruss
Tue Oct 21, 2014 12:03 am
Forum: Troubleshooting
Topic: bcm2708_fb_pan_display(0,0) returns=0 over and over and …
Replies: 7
Views: 2149

Re: bcm2708_fb_pan_display(0,0) returns=0 over and over and

Thanks - sounds like something is messed up in /boot, then.
by scruss
Mon Oct 20, 2014 1:40 am
Forum: Troubleshooting
Topic: bcm2708_fb_pan_display(0,0) returns=0 over and over and …
Replies: 7
Views: 2149

bcm2708_fb_pan_display(0,0) returns=0 over and over and …

I've got a B+ here, upgraded to Raspbian Jessie, set to login then go straight to X. Setup has worked fine before. After a system update ( sudo apt-get update; sudo apt-get -y dist-upgrade )tonight and a reboot, the display is stuck in a loop: display blanks X pointer flashes These messages are prin...
by scruss
Tue Oct 14, 2014 1:20 am
Forum: General discussion
Topic: Noise generation for electric vehicle
Replies: 24
Views: 4970

Re: Noise generation for electric vehicle

DougieLawson wrote:I suspect SonicPi could be encouraged to produce some custard farting when driven by a specialist.
I must be quite the specialist, then. Every time I'm faced with a generational music program or an analogue synth, on the very first try I always get a squelchy, farty sound.
by scruss
Mon Oct 13, 2014 12:40 pm
Forum: General discussion
Topic: Noise generation for electric vehicle
Replies: 24
Views: 4970

Re: Noise generation for electric vehicle

Not just for kids — certain VW cars have a “Soundaktor”, a speaker/amplifier behind the engine that makes fake ‘vroom vroom’ noises. No, really. I'm surprised no-one has made such a gizmo for Tesla drivers, as if you're going to drop that much $$$, you'd think a certain %age of the drivers would wan...
by scruss
Sat Oct 11, 2014 2:43 pm
Forum: General discussion
Topic: The 'A'
Replies: 31
Views: 3443

Re: The 'A'

Anyone any clues when/if the Model A will be available to buy again ? I'd mail you mine from Canada, but I imagine the postage would cost more than it's worth. I spent a lot of time trying to find a use for it, but the single USB port meant it always needed a giant octopus of a USB hub nearby. What...
by scruss
Sun Sep 28, 2014 7:07 pm
Forum: Beginners
Topic: arduino
Replies: 7
Views: 1385

Re: arduino

First, excuse me if i'm pedantic, but IMHO this is important, there are no parts specifically designed for Arduino. Not even this ? Is this a five-minute argument, or the full half hour? ☺ An arduino is/contains a simple microcontroller running on 5V. There are a bunch of 3.3V-capable ones in the o...
by scruss
Tue Sep 23, 2014 11:56 pm
Forum: General discussion
Topic: Basic wiki on Pi - No SQL
Replies: 11
Views: 3764

Re: Basic wiki on Pi - No SQL

I tried SQLite when I tried OwnCloud on the Pi. Did not have a good experience and found MySQL was better. Maybe a default SQLite needed some tweaks for OwnCloud but life is too short. I just don't like adding extra layers of software when not needed as always adds inefficiencies in my experience t...
by scruss
Tue Sep 23, 2014 3:20 am
Forum: General discussion
Topic: roadTrip
Replies: 4
Views: 1256

Re: roadTrip

I was talking about the A701 bit from near Moffat. I know the A74/M74 well, and also a whole bunch of those wee roads in Southern Scotland. If you see a wind turbine there, there's a good chance I had something to do with the site survey.
by scruss
Thu Sep 18, 2014 1:30 am
Forum: General discussion
Topic: roadTrip
Replies: 4
Views: 1256

Re: roadTrip

Nice; and you certainly chose a pretty (if slow) route to come into Scotland.

I recently discovered gpx2spatialite, which is a rather nice way of building a spatial database from GPX tracks. With care, it could run at a reasonable speed on a Raspberry Pi.
by scruss
Thu Sep 18, 2014 1:20 am
Forum: General discussion
Topic: Basic wiki on Pi - No SQL
Replies: 11
Views: 3764

Re: Basic wiki on Pi - No SQL

KeithSloan wrote:SQL is not fast on the Pi
It add complications
makes backup and recovery more complicated
SQLite can be screamingly fast on a Raspberry Pi. The database is just a binary file which is easily backed up. No server required.

If you're looking for small, there's always TiddlyWiki
by scruss
Sun Sep 07, 2014 3:16 pm
Forum: Troubleshooting
Topic: Run Processing Sketch without Startx
Replies: 8
Views: 6813

Re: Run Processing Sketch without Startx

eraldino wrote:I am running on Oracle Java but still its too damn slow to run a rotating matrix.
That's doing quite a lot of maths. Don't forget that the Raspberry Pi has roughly the same power as a 2009 iPhone 3GS …

Couldn't get it to run under Processing.js, though I didn't try very hard.
by scruss
Sun Sep 07, 2014 4:11 am
Forum: Troubleshooting
Topic: Run Processing Sketch without Startx
Replies: 8
Views: 6813

Re: Run Processing Sketch without Startx

You can't, sorry. Processing requires X11 because it either runs under: Java — in the case of “classic” Processing A modern web browser - for Processing.js Make sure you're running Oracle Java for the fastest Classic Processing. Haven't tried the new browser with Processing.js. cheers,  Stewart
by scruss
Wed Aug 27, 2014 2:00 am
Forum: Automation, sensing and robotics
Topic: X10 or Insteon Interface
Replies: 8
Views: 5951

Re: X10 or Insteon Interface

Thanks scruss - I did a cursory read of your links and sublinks. So I understand (please correct me if I am wrong), this is what I think I read: 1. The Firecracker is the interface between the Raspberry Pi and the powerline modem. No; it's a simple 9-pin serial passthrough that transmits X10 RF. It...
by scruss
Sun Aug 24, 2014 8:21 pm
Forum: Automation, sensing and robotics
Topic: X10 or Insteon Interface
Replies: 8
Views: 5951

Re: X10 or Insteon Interface

Assuming we use the transceiver / modem for X10, how can she provide commands via the Raspberry Pi? I've been using a very simple USB→Serial converter, talking through a X10 FireCracker CM17A RF (write-only) interface to a CM11 powerline interface. I control appliances (lights, mostly) using heyu. ...
by scruss
Sat Aug 23, 2014 7:03 pm
Forum: Other programming languages
Topic: BASIC is 50 today!
Replies: 52
Views: 9765

Re: BASIC is 50 today!

… newer Arduinos use a different interface, so appear as /dev/ttyACM0 It's getting hard to tell what's an Arduino these days; even the official current ones stick to any particular standard. If the board uses a dedicated serial chip (the FT232, like the older Duemilanove or SparkFun's RedBoard, or ...
by scruss
Sat Aug 16, 2014 11:55 pm
Forum: Beginners
Topic: Need programming help (beekeeping)
Replies: 40
Views: 5946

Re: Need programming help (beekeeping)

Under Linux, you have to mount/dismount USB drives, unless your system is set up to do automounting (which I don't think Raspbian does). Here's a thread on the subject, which might prove useful: How do you mount a USB Drive? Personally, I'd have your script: read the scale, temperature sensor, and s...
by scruss
Sat Aug 16, 2014 9:49 pm
Forum: Troubleshooting
Topic: 122MB RAM left
Replies: 19
Views: 2469

Re: 122MB RAM left

What is the problem here? There really isn't one. As long as you're not running out of physical RAM (and here, you're not) Linux will use as much memory as it reasonably can to cache files and system information. Once memory gets low, the system will automatically purge stuff that's not needed, and...
by scruss
Fri Aug 15, 2014 2:15 am
Forum: Networking and servers
Topic: Running MYSQL and SQLite
Replies: 1
Views: 616

Re: Running MYSQL and SQLite

Yes, you can. Things might get slow if you are doing multiple updates on both at once, but the system should be able to manage them.
by scruss
Tue Aug 12, 2014 12:04 pm
Forum: Other projects
Topic: New Raspberry Pi magazine!
Replies: 3
Views: 3183

Re: New Raspberry Pi magazine!

It would be nice to see this outside the locked-down app stores, via something like Exact Editions.
by scruss
Thu Aug 07, 2014 12:32 pm
Forum: General discussion
Topic: STICKY: THE DEAD PI STORE.
Replies: 48
Views: 79000

Re: Introducing the Pi Store!

Where in Canada can I find Pi store? Depends where you are. Lots of mail order (like Newark ), and in person in places like Sayal (a bit expensive) or Creatron (two locations in Toronto; the owner now works out of the store on Sheppard Ave, and is most helpful in picking out the stuff you need). Yo...
by scruss
Tue Aug 05, 2014 3:07 am
Forum: Beginners
Topic: New - want to code against weather sensors
Replies: 9
Views: 1806

Re: New - want to code against weather sensors

After losing an entire wind turbine controller (~$120,000) to mice, I don't think you could pay me enough to develop hamster-proof sensors … :)
by scruss
Mon Aug 04, 2014 9:26 pm
Forum: Beginners
Topic: New - want to code against weather sensors
Replies: 9
Views: 1806

Re: New - want to code against weather sensors

How many different interface types are there? Apart from the digital ones mentioned here, the ones I've experienced in some years of environmental logging: linear analogue — 0-1 V or 0-5 V is full range. linear potentiometer — 0 to 1kΩ is 2–358° for many wind vanes. You're going to get wind directi...
by scruss
Sat Aug 02, 2014 12:44 am
Forum: Beginners
Topic: New - want to code against weather sensors
Replies: 9
Views: 1806

Re: New - want to code against weather sensors

I've been looking at some sensors, but I want decent ones, with pretty good ranges. Recommendations? While Campbell Scientific or Vaisala will be stupidly above your price range, they are what the professionals use. Look at their data sheets, find cheaper sensors with similar output types, then see...

Go to advanced search