Go to advanced search

by scruss
Wed Apr 15, 2020 2:20 pm
Forum: Troubleshooting
Topic: Raspberry turns file into a line of "ÿ"s
Replies: 4
Views: 229

Re: Raspberry turns file into a line of "ÿ"s

ÿ is 0xFF in many character sets. It sounds like you might have a bad card.

You are using decent power supplies and not removing the card while the power's on? I'm sure you're doing it right, but these are really common paths to card corruption.
by scruss
Wed Apr 15, 2020 1:56 am
Forum: Networking and servers
Topic: Print server - single in-bound print queue with multiple routing
Replies: 5
Views: 268

Re: Print server - single in-bound print queue with multiple routing

drenwick wrote:
Tue Apr 14, 2020 10:43 pm
Incidentally I couldn't find a good GUI `tool for discovering network printers and adding them to my Pi - anyone?
the system-config-printer package does that. It may already be installed - look under the Preferences menu
by scruss
Tue Apr 14, 2020 3:57 pm
Forum: Networking and servers
Topic: Print server - single in-bound print queue with multiple routing
Replies: 5
Views: 268

Re: Print server - single in-bound print queue with multiple routing

This may be more difficult than you might hope, as Safari formats the output depending on the printer the user chooses. So if you set up your generic destination to have an A4 Portrait paper size, any job intended for the A5 Landscape printer will end up with … A4 Portrait paper size. The highest-le...
by scruss
Tue Apr 14, 2020 3:43 pm
Forum: Troubleshooting
Topic: LIRC issue
Replies: 2
Views: 282

Re: LIRC issue

You might have more luck searching for a more common name for the sensor. These are generally known as a Keyes KY-022. There are many reports of them working, or configuration quirks/workarounds, such as: New Lirc (0.10.1-5.2) is not working on Raspbian - Raspberry Pi Forums.
by scruss
Mon Apr 13, 2020 3:34 pm
Forum: General discussion
Topic: Trying to expand the SD card memory for an existing image
Replies: 11
Views: 434

Re: Trying to expand the SD card memory for an existing image

So if you're using NOOBS, a 64 GB card is a problem. Please see Formatting an SDXC card for use with NOOBS

This is why NOOBS is not so great for many users.
by scruss
Mon Apr 13, 2020 3:27 pm
Forum: Beginners
Topic: Dell C3130cn Supported by CUPS?
Replies: 3
Views: 135

Re: Dell C3130cn Supported by CUPS?

Probably, but it's not IPP so the easy way won't work.

Openprinting says you have a couple of options for the (I hope) similar Dell 3100cn. It seems to support PCl and PostScript, so plug it in via USB and see what happens in the Printing preferences window when you add a new printer
by scruss
Sun Apr 12, 2020 7:04 pm
Forum: General programming discussion
Topic: BASH file commands
Replies: 8
Views: 581

Re: BASH file commands

So, does anybody know the code, in the BASH file, to....SIMULATE THE PRESSING OF THE ENTER KEY. echo "" | python3 robotcontrol.py & should give the script a newline on stdin. If your code is expecting actual HID keyboard events that won't work, but if you're using input() then you should be okay
by scruss
Sun Apr 12, 2020 6:59 pm
Forum: Beginners
Topic: Why does my Pi get a strange network icon in macOS ?
Replies: 4
Views: 280

Re: Why does my Pi get a strange network icon in macOS ?

It could also be something to do with Samba's vfs_fruit module. Apple has done some odd things to Windows networking, and the default configs for Samba that I've seen use these extensions for better compatibility. One of the extensions allows you to set custom icons for servers. I suspect that your ...
by scruss
Sun Apr 12, 2020 6:46 pm
Forum: General discussion
Topic: Trying to expand the SD card memory for an existing image
Replies: 11
Views: 434

Re: Trying to expand the SD card memory for an existing image

You already are using all available space on the card. NOOBs is a system that makes it easy to install an operating system for a Raspberry Pi. Distributors especially like it as it allows them to quickly copy system files onto an out-of-the-box formatted µSD card and have the user see something work...
by scruss
Sun Apr 12, 2020 4:43 pm
Forum: Troubleshooting
Topic: Pi 4, Raspbian Buster and Wine 4.0
Replies: 21
Views: 21294

Re: Pi 4, Raspbian Buster and Wine 4.0

… I've been looking for a **simple** as possible way to run a handful Wind*ws apps … There is no simple way of doing this. You might be able to get Windows 3.1 running under dosbox, but it's quite a bit of work just to get the thing booted. Also, the dosbox developers do not support (and actively s...
by scruss
Sun Apr 12, 2020 4:19 pm
Forum: General programming discussion
Topic: BASH file commands
Replies: 8
Views: 581

Re: BASH file commands

Your &s mean that the shell script is running the Python programs as separate background jobs. It's very easy to get input mixed up with those. If no terminal window appears, there will be no keyboard input stream for your program. Python may have some words for you about that.
by scruss
Sun Apr 12, 2020 2:50 am
Forum: Troubleshooting
Topic: How do I get OBS Studio for Raspberry PI 4 working
Replies: 4
Views: 270

Re: How do I get OBS Studio for Raspberry PI 4 working

I'm sorry, but if you can't follow how to install from a simple script, it's going to be too much work for us to hand-hold you through the process.
by scruss
Sat Apr 11, 2020 6:46 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: USB to serial
Replies: 38
Views: 1839

Re: USB to serial

No answer because not enough info? … so i have soldered 3 wires to the USB to Serial converter. GND goes to GND on the, RX to TXa and TX to RXa. That means i didn't connect POWER, CTS and RTS Where did you solder the wires? I can see the pads on the USB-RS232-PCB, but did you solder wires directly t...
by scruss
Sat Apr 11, 2020 6:29 pm
Forum: Troubleshooting
Topic: How do I get OBS Studio for Raspberry PI 4 working
Replies: 4
Views: 270

Re: How do I get OBS Studio for Raspberry PI 4 working

it's the second code box in the top post: search for installobs.sh on the page.

That poster is quite frequently on here, too. But you will get better package-specific help on the OBS forum than here.
by scruss
Sat Apr 11, 2020 1:56 pm
Forum: Raspberry Pi OS
Topic: Calculator App For RPi
Replies: 5
Views: 330

Re: Calculator App For RPi

But it is called Calculator in the menu …
Screenshot from 2020-04-11 09-54-14.png
Accessories → Calculator menu
Screenshot from 2020-04-11 09-54-14.png (9.59 KiB) Viewed 219 times
by scruss
Sat Apr 11, 2020 1:49 pm
Forum: HATs and other add-ons
Topic: prototyping board w/o strips ?
Replies: 5
Views: 437

Re: prototyping board w/o strips ?

The PiBreak Plus is not bussed. Unless you have an older 26-pin Raspberry Pi, you want the Plus version.

Cool Components are supposed to be a Freetronics reseller in the UK.
by scruss
Sat Apr 11, 2020 1:38 pm
Forum: Beginners
Topic: Anemometer
Replies: 38
Views: 1741

Re: Anemometer

How will you know the wind speed output from the hairdryer? Unless you want to measure wind speed like "It was really windy today - 3.4 hairdryers!" A hairdryer or fan will be fine for testing output, but not really for calibration: hairdryer output will be very turbulent. Cup anemometers really onl...
by scruss
Sat Apr 11, 2020 2:18 am
Forum: Raspberry Pi OS
Topic: Calculator App For RPi
Replies: 5
Views: 330

Re: Calculator App For RPi

Look under the Raspberry Menu → Accessories. The calculator there is pretty good
by scruss
Fri Apr 10, 2020 6:54 pm
Forum: Beginners
Topic: Anemometer
Replies: 38
Views: 1741

Re: Anemometer

That last handheld/USB link is for an HVAC anemometer used for measuring flow in ducts. They can also be used for brief measurements, typically at sports events. Not so much use for long-term monitoring. The wind vanes I used to use (from Vector Instruments , R. M. Young and NRG ) nearly all used 36...
by scruss
Fri Apr 10, 2020 6:35 pm
Forum: Troubleshooting
Topic: CUPS - Filter Folder Not There
Replies: 3
Views: 132

Re: CUPS - Filter Folder Not There

While the HL-3045CN is discontinued, it claims to support IPP so should work out of the box. If you're directly connecting, though, all bets are off.
by scruss
Fri Apr 10, 2020 12:32 am
Forum: General discussion
Topic: Raspberry Pi Linux Friendly Printers
Replies: 13
Views: 703

Re: Raspberry Pi Linux Friendly Printers

Thanks for the updated Openprinting link - I was still using the ancient one with its ~1997 interface. Thanks also to bomblord for confirming that IPP is installed by default now. The bias against Canon printers came from many queries where people wanted to get the cheapest USB Pixmas working with a...
by scruss
Fri Apr 10, 2020 12:29 am
Forum: Beginners
Topic: Tips for making long time macOS users feel more at home on Raspbian
Replies: 4
Views: 236

Re: Tips for making long time macOS users feel more at home on Raspbian

⌘ on Apple is Ctrl on Raspbian, mostly. Sometimes the terminal needs Shift+Ctrl+{X,C,V} to work. Not everything has copy and paste.

If you enable a Compose key, you get better multilingual character input than Mac OS has every had: Compose + ^ + e → ê.
by scruss
Thu Apr 09, 2020 8:48 pm
Forum: General discussion
Topic: Raspberry Pi Linux Friendly Printers
Replies: 13
Views: 703

Re: Raspberry Pi Linux Friendly Printers

Look for something that supports AirPrint : that's Apple's brand name for IPP. Yes, it assumes a wireless printer, but most are these days. I think that IPP support might be baked into the Raspbian with Desktop distribution these days. If you want an AIO with scanner to work, that's more fiddly. Whi...
by scruss
Thu Apr 09, 2020 5:01 pm
Forum: Gaming
Topic: portable retropie project
Replies: 6
Views: 428

Re: portable retropie project

The Teensy - or any USB HID-capable Arduino clone like the Arduino Micro, Leonardo, Pro Micro, possibly even the Adafruit Trinket M0 - can be used as an input controller. Most of those custom keyboards that are so in vogue use them. The LipSync from the charity I work for uses an Arduino Micro to ma...
by scruss
Thu Apr 09, 2020 3:02 pm
Forum: Gaming
Topic: portable retropie project
Replies: 6
Views: 428

Re: portable retropie project

The Game HAT does all this, but how it allocates all of its pins I don't know.

Go to advanced search