Go to advanced search

by pidd
Tue Jun 16, 2020 2:37 am
Forum: Advanced users
Topic: RPi Zero doesn't have enough processing power to send RF signals
Replies: 18
Views: 819

Re: RPi Zero doesn't have enough processing power to send RF signals

Try increasing your pulselength to the default 350 and see if that works?
by pidd
Tue Jun 16, 2020 2:24 am
Forum: General discussion
Topic: Anyone successfully connect a large HDD (not SSD) to their rpi? Did you use external power?
Replies: 23
Views: 1086

Re: Anyone successfully connect a large HDD (not SSD) to their rpi? Did you use external power?

It very fine line depending on the drive, I have a portable drive and a keyboard dongle connected to my Pi4-4GB, I can add a USB mouse but a USB keyboard knocks it out. Another drive just flattened it without anything else connected. The 8GB draws a bit more power itself so might be less tolerant of...
by pidd
Sun Jun 14, 2020 8:00 pm
Forum: Beginners
Topic: Using a GPIO output as a GPIO input?
Replies: 2
Views: 134

Re: Using a GPIO output as a GPIO input?

You can use another GPIO in as a source voltage but generally I wouldn't, why not keep it simple? Just use the 3.3V supply, preferably with a resistor in series.
by pidd
Sun Jun 14, 2020 7:54 pm
Forum: Troubleshooting
Topic: About Controlling Led Strip
Replies: 4
Views: 123

Re: About Controlling Led Strip

That's my fault, I didn't know RGB strips came in common anode, I have only played with individually addressable strips. I can't see anything you have done wrong, there is a chance the MOSFETS won't switch fully off and you'd normally put a resistor in to help that but you have the opposite problem....
by pidd
Sun Jun 14, 2020 7:35 pm
Forum: Troubleshooting
Topic: Raspberry Pi 4B no HDMI output
Replies: 24
Views: 1086

Re: Raspberry Pi 4B no HDMI output

Forgot to mention, you are using the hdmi socket nearest the power connector on the Pi4?
by pidd
Sun Jun 14, 2020 7:14 pm
Forum: Troubleshooting
Topic: About Controlling Led Strip
Replies: 4
Views: 123

Re: About Controlling Led Strip

I'm a bit confused, you appear to have copied him perfectly.

What I don't understand is that he looks like he has the +12V going to the black lead of the LED strip????
by pidd
Sun Jun 14, 2020 6:59 pm
Forum: Troubleshooting
Topic: Raspberry Pi 4B no HDMI output
Replies: 24
Views: 1086

Re: Raspberry Pi 4B no HDMI output

start off by un-commenting hdmi_safe=1 then reboot and see if that gives you a picture (it probably will).

Re-comment hdmi_safe=1

un-comment hdmi_force_hotplug=1 and reboot, this hopefully will give you a picture at the required resolution.
by pidd
Sun Jun 14, 2020 6:45 pm
Forum: Troubleshooting
Topic: About Controlling Led Strip
Replies: 4
Views: 123

Re: About Controlling Led Strip

How many LEDs are there and what is your 12V power supply rated at in amps?

What is your brightness issue?
by pidd
Sun Jun 14, 2020 6:36 pm
Forum: Troubleshooting
Topic: WIFI Connection ERROR: Possibly to Short and no WPS button option
Replies: 1
Views: 60

Re: WIFI Connection ERROR: Possibly to Short and no WPS button option

A PSK passphrase is limited to 63 ascii characters.
A PSK is 32 bytes which is often represented by 64 hex characters.

The PSK is usually generated from a passphrase.
by pidd
Sun Jun 14, 2020 3:01 am
Forum: Networking and servers
Topic: Internet Delay
Replies: 16
Views: 793

Re: Internet Delay

How (what software/hardware/protocol) is your pi using to transferring to server?
by pidd
Fri Jun 12, 2020 7:23 pm
Forum: Beginners
Topic: Dear Mr. Raspi ,
Replies: 24
Views: 1617

Re: Dear Mr. Raspi ,

Its not just you.

I don't get sound either, Chromium has sound, sonic-pi doesn't. Using Pi4 3.5mm jack.

Not got round to looking into it yet.
by pidd
Fri Jun 12, 2020 7:19 pm
Forum: Other projects
Topic: Raspberry + PRI sensor to count how many people inside a room
Replies: 6
Views: 368

Re: Raspberry + PRI sensor to count how many people inside a room

IR beam is probably the easiest, back in the day we used pressure mats but had to replace them pretty often.. The count will never be accurate, even with turnstiles people with kids upset the count. With beams and mats you get multiple triggers per person sometimes. Two sensors on the run, say 20cm ...
by pidd
Fri Jun 12, 2020 4:17 pm
Forum: Troubleshooting
Topic: POOR TRANSFER SPEEDS OVER ETHERNET ON RPI4 2GB
Replies: 2
Views: 94

Re: POOR TRANSFER SPEEDS OVER ETHERNET ON RPI4 2GB

According to that your 777vr1 doesn't have a gigabit ethernet port.
by pidd
Fri Jun 12, 2020 12:26 pm
Forum: General discussion
Topic: GPS start-end point
Replies: 2
Views: 130

Re: GPS start-end point

GPS won't tell you your direction until you move and you then calculate the direction travelled between two points. SATNAVs generally remember the direction you were last travelling in and initially use that until you move. You can use a magnetometer (electro magnetic compass) to give you the direct...
by pidd
Thu Jun 11, 2020 11:15 pm
Forum: Beginners
Topic: Choosing: Pull Up or Pull Down Resistor
Replies: 23
Views: 1055

Re: Choosing: Pull Up or Pull Down Resistor

Thus if anyone has an accepted amperage range for the opto-isolator, I can determine an acceptable resistor for this range. I included the specs of the optoisolator I bought for reference: ... The spec as quoted suggests a design diode current of 5mA, a maximum I f of 50mA, and a typical V f of 1V2...
by pidd
Thu Jun 11, 2020 11:10 pm
Forum: Beginners
Topic: Fallback to alternate Wifi network ?
Replies: 8
Views: 296

Re: Fallback to alternate Wifi network ?

Did you reboot or restart dhcpd after adding the new wifi settings?

I've got to admit, on my Pi4s I never found reconnections on WifI robust and ended up going ethernet but my PiZeroW has always been ok.

The instructions were there before RPIOS came out so should be good for Buster.
by pidd
Thu Jun 11, 2020 1:14 pm
Forum: Beginners
Topic: Fallback to alternate Wifi network ?
Replies: 8
Views: 296

Re: Fallback to alternate Wifi network ?

Sorry to not give details but if you look at https://www.raspberrypi.org/documentati ... ess-cli.md Adding multiple wireless network configurations. (which is at the very bottom of the page)
by pidd
Thu Jun 11, 2020 1:08 pm
Forum: Beginners
Topic: Choosing: Pull Up or Pull Down Resistor
Replies: 23
Views: 1055

Re: Choosing: Pull Up or Pull Down Resistor

Unfortunately the specs don't give you the maximum LED current nor the LED voltage drop.
by pidd
Wed Jun 10, 2020 5:50 pm
Forum: General discussion
Topic: Looking for suggestion on monitoring if a program isn't running
Replies: 7
Views: 262

Re: Looking for suggestion on monitoring if a program isn't running

Since I already log data to a Google sheet it looks like I might be able to write a Google Script to send me an email. Just thinking out loud here I can have the Pi send a timestamp periodically to a Google sheet and through some calculations determine if there is a specific time delay since last t...
by pidd
Wed Jun 10, 2020 5:36 pm
Forum: Beginners
Topic: Choosing: Pull Up or Pull Down Resistor
Replies: 23
Views: 1055

Re: Choosing: Pull Up or Pull Down Resistor

You have your optocouplers the wrong way round , the diode (LED) goes to the switches, the transistor end goes to the Pi.
by pidd
Wed Jun 10, 2020 4:37 am
Forum: Raspberry Pi OS
Topic: STICKY: Buster bug report thread
Replies: 357
Views: 86871

Re: STICKY: Buster bug report thread

Booting into command line mode, running startx, playing around in LXDE then shutting LXDE back down to command line - sometimes gvfs closes down, sometimes it doesn't. I've not been able tie it in with any particular actions in LXDE. I've disabled the two Chromium "carry on after closing" things, ma...
by pidd
Wed Jun 10, 2020 4:06 am
Forum: Troubleshooting
Topic: Pi 4 shutting itself down, randomly
Replies: 3
Views: 267

Re: Pi 4 shutting itself down, randomly

There was an update about a week ago that stops the Pi4 from bombing out while playing a video. Mine have been perfect since.
by pidd
Tue Jun 09, 2020 5:07 pm
Forum: General discussion
Topic: Looking for suggestion on monitoring if a program isn't running
Replies: 7
Views: 262

Re: Looking for suggestion on monitoring if a program isn't running

If you'd asked me a year ago I'd have agree with using IFTTT but since then they have clamped down on some of their free services without warning which was really annoying. I'm waiting for them starting to charge for some services. I haven't seen anything in IFTTT that could be used for an absence o...
by pidd
Tue Jun 09, 2020 4:50 pm
Forum: Beginners
Topic: Choosing: Pull Up or Pull Down Resistor
Replies: 23
Views: 1055

Re: Choosing: Pull Up or Pull Down Resistor

From BoyOh Yes Opto Isolators are a must, as i suggested in my circuit designee But using 50ohm resistors as Pull Down resisters , is a total impedance miss match, it will divert the low power signal out of existence Regards BoyOh My thinking is 1000ft aerial and a diode (LED) in an optoisolater is...
by pidd
Tue Jun 09, 2020 11:42 am
Forum: Beginners
Topic: Check Understanding of Basic Pi Terminal Commands
Replies: 8
Views: 393

Re: Check Understanding of Basic Pi Terminal Commands

jojopi wrote:
Tue Jun 09, 2020 11:11 am
carzhero2014 wrote:
Tue Jun 09, 2020 9:39 am
while cd.. returns focus to the parent directory.
Also wrong.

man command will show the manual for command, so you do not have to ask the internet every time.
Not sure which way you meant it but neither "man command" nor "man cd" works for me?

"cd.." needed a space "cd .."

Go to advanced search