Go to advanced search

by drgeoff
Thu Apr 16, 2020 9:05 am
Forum: General discussion
Topic: Raspberry Pi 4 New Revision 1.2
Replies: 6
Views: 498

Re: Raspberry Pi 4 New Revision 1.2

jamesh wrote:
Thu Apr 16, 2020 7:57 am
If there was documentation, it wouldn't be discrete!
There could be a discreet release of discrete documentation.

("discrete" != "discreet")
by drgeoff
Wed Apr 15, 2020 11:39 am
Forum: Beginners
Topic: Does PWM power supply divide the current drawn of a non-inductive Load along with the divided apply voltage?
Replies: 11
Views: 528

Re: Does PWM power supply divide the current drawn of a non-inductive Load along with the divided apply voltage?

mannok wrote:
Wed Apr 15, 2020 11:36 am
But the Battery can supple only 1A at max, which mean it may not work properly?
I was updating my post while you wrote that. See aboove.
by drgeoff
Wed Apr 15, 2020 11:33 am
Forum: Beginners
Topic: Does PWM power supply divide the current drawn of a non-inductive Load along with the divided apply voltage?
Replies: 11
Views: 528

Re: Does PWM power supply divide the current drawn of a non-inductive Load along with the divided apply voltage?

Let say I have non-inductive Load and it is rated as follow: 0.2A @ 1V applied 2A @ 5V applied Which is powered by a DC battery and is rated as follow: 5V output 1A max current supply I am going to divide the supply voltage by switching it with PWM, say 20% duty cycle and as a result we can simulat...
by drgeoff
Wed Apr 15, 2020 7:56 am
Forum: Other projects
Topic: combining 2 pi 4s
Replies: 14
Views: 800

Re: combining 2 pi 4s

gloryhound11 wrote:
Tue Apr 14, 2020 9:51 pm
Is it possible to connect 2 pi 4s to each other to effectively double the graphical and computing power?
If you bolt two cars together, you can carry more passengers but will it go faster?
by drgeoff
Wed Apr 15, 2020 7:42 am
Forum: Beginners
Topic: Issue with Piezzo buzzer
Replies: 8
Views: 323

Re: Issue with Piezzo buzzerIf

If you have mistyped that second number and it actually has four 2s, then it is a 2N2222 or 2N2222A equivalent.

I suspect the 644 is on a different line and is a date code or factory code, not part of the part number.
by drgeoff
Wed Apr 15, 2020 7:33 am
Forum: General discussion
Topic: Raspberry Pi 4 B won't boot from SD card
Replies: 18
Views: 1046

Re: Raspberry Pi 4 B won't boot from SD card

Read the "not booting" sticky.
by drgeoff
Tue Apr 14, 2020 11:10 am
Forum: Off topic discussion
Topic: Raspberry Pi GPU Concept (" Model D ")
Replies: 182
Views: 18257

Re: Raspberry Pi GPU Concept (" Model D ")

For Eben Upton's view in 2012 on open sourcing the RPi hardware watch http://www.youtube.com/watch?v=QXLShQH__6M

(It is only 66 seconds long.)
by drgeoff
Tue Apr 14, 2020 10:54 am
Forum: General discussion
Topic: Dual microphone noise cancellation
Replies: 15
Views: 732

Re: Dual microphone noise cancellation

Without using two identical capsules sited very close together you are not going to have much success with good cancelling over a range of frequencies. Waves sound very much like noise which does cover a wide spectrum. Stick to one microphone. The usual technique to record bird song is to mount a mi...
by drgeoff
Mon Apr 13, 2020 4:51 pm
Forum: Off topic discussion
Topic: Raspberry Pi GPU Concept (" Model D ")
Replies: 182
Views: 18257

Re: Raspberry Pi GPU Concept (" Model D ")

There is a difference between a product which will initially sell in small numbers but has the potential to sell in large numbers given the right circumstances and a product which will always be in a small niche market.
by drgeoff
Mon Apr 13, 2020 4:36 pm
Forum: Beginners
Topic: 64G SD card partition locked
Replies: 5
Views: 227

Re: 64G SD card partition locked

klricks wrote:
Mon Apr 13, 2020 3:29 pm
Have you tried the expand filesystem option?

Code: Select all

sudo raspi-config
Advanced Options menu A1.
That was already asked and answered in the original thread which mahjongg unwisely (IMHO) decided to split this one off from. viewtopic.php?f=63&t=270724
by drgeoff
Mon Apr 13, 2020 1:35 pm
Forum: Troubleshooting
Topic: Problems uploading to micro controllers
Replies: 18
Views: 678

Re: Problems uploading to micro controllers

- How to you connect your arduino to the PI? Via an USB adapter or directly to one of the TTL serial on the GPIO. - What type of Arduino ? is it a 3.3V or 5V version? if it is a 5V version, do you have any type of signal converter to swicth 5V signal to 3.3V? If you use a 5V arduino directly on the...
by drgeoff
Mon Apr 13, 2020 10:51 am
Forum: Troubleshooting
Topic: Sending data from pc (serial to ttl adapter) to raspberry is not working
Replies: 4
Views: 146

Re: Sending data from pc (serial to ttl adapter) to raspberry is not working

What serial to TTL adapter and how are you powering it? Strictly speaking TTL logic levels are 0 and 5 volts whereas RPi GPIO (including the serial ones) use 0 and 3.3 volts and are NOT 5 volt tolerant. Applying 5 volt signals can damage the GPIO and even cause eventual death of the complete SoC.
by drgeoff
Mon Apr 13, 2020 10:43 am
Forum: Beginners
Topic: Issue with Piezzo buzzer
Replies: 8
Views: 323

Re: Issue with Piezzo buzzer

pcmanbob wrote:
Mon Apr 13, 2020 9:53 am
Looking at the specifications of the second buzzer this on works at voltages 3-24V DC at 12mA so you still can drive it from a gpio pin
But only if you have its wires the correct way around.
by drgeoff
Mon Apr 13, 2020 7:29 am
Forum: Networking and servers
Topic: Unable to connect to wifi/telnet/ssh (Raspberry Pi 4)
Replies: 4
Views: 288

Re: Unable to connect to wifi/telnet/ssh (Raspberry Pi 4)

If the ssh and wpa_supplicant files are still present after powering up, the RPi has not booted successfully. The 169.254. address signifies that the RPi has not recieved an IP address from the router. Possible reason is failure to establish the Wi-Fi connection. The COPAL response is from something...
by drgeoff
Sun Apr 12, 2020 9:18 pm
Forum: Troubleshooting
Topic: Zero W: USB OTG and USB Power at the Same Time
Replies: 2
Views: 121

Re: Zero W: USB OTG and USB Power at the Same Time

Is it ok to connect a raspberry pi zero w to a pc with a usb cable (for ethernet over usb) while it is being powered through its micro usb power port? I am afraid of frying something. It isn't a good idea. A PC USB port should be easily be able to provide enough power for a ZeroW. If you need extra...
by drgeoff
Sun Apr 12, 2020 6:12 pm
Forum: Beginners
Topic: understanding hats and the GPIO interface / learning the jargon
Replies: 8
Views: 398

Re: understanding hats and the GPIO interface / learning the jargon

The flat flex cable on the RPi camera and the RPI screen are inserted into the respective dedicated sockets for them on the RPi board. The Zeros (all versions) do not have the display socket. The Zeros have a smaller camera socket than other RPis and require a different cable.
by drgeoff
Sun Apr 12, 2020 5:10 pm
Forum: Other projects
Topic: Car Project
Replies: 3
Views: 328

Re: Car Project

And on the raspberry dont i need a hifi dac sound car?? Or a external usb sound card? Depending on the sort of audio you will be listening to, the condition of your auditory system, the noise level in your car when listening and such factors you may find that the quality available from the analogue...
by drgeoff
Fri Apr 10, 2020 10:01 pm
Forum: Troubleshooting
Topic: Wiring a Level Shifter
Replies: 8
Views: 338

Re: Wiring a Level Shifter

@LTolledo

That old "i before e" thing also applies to "ingenuity". :)
by drgeoff
Fri Apr 10, 2020 7:02 am
Forum: Advanced users
Topic: Microsd slot replacement
Replies: 26
Views: 1132

Re: Microsd slot replacement

alphanumeric wrote:
Thu Apr 09, 2020 7:50 pm
You could see if it will Boot from USB. Card slot wouldn't be needed if it works.
How?

A 3B needs to have an OTP bit set to enable boot from USB. That can only be done once it has booted. From a card in the card slot.
by drgeoff
Thu Apr 09, 2020 1:52 pm
Forum: General discussion
Topic: RPI 4: Wrong IP address after boot (wlan0)
Replies: 2
Views: 151

Re: RPI 4: Wrong IP address after boot (wlan0)

That happens when the RPi does not connect to the WI-Fi router. You need to troubleshoot that. Maybe marginal Wi-Fi signal level.
by drgeoff
Wed Apr 08, 2020 5:40 pm
Forum: Beginners
Topic: (SOLVED) Why does it generate such a large backup file? Does it work by SSH? Does it work by USB?
Replies: 4
Views: 397

Re: Why does it generate such a large backup file? Does it work by SSH? Does it work by USB?

sudo dd bs=4M if=/dev/mmcblk0 of=/media /user/Raspbian.img But it has the problem that it generates a very large copy: MicroSD 32GB generates a 30GB file But the MicroSD only has 5GB used, why does it generate a 30GB file? That command makes a byte by byte copy of the whole card. It takes no accoun...
by drgeoff
Wed Apr 08, 2020 2:13 pm
Forum: General discussion
Topic: got this New P14 doesn't want to boot up
Replies: 9
Views: 543

Re: got this New P14 doesn't want to boot up

jbudd wrote:
Wed Apr 08, 2020 1:47 pm
I think you may have got hold of a card with an old version of NOOBS which doesn't work on the Pi 4B.
I think that is not a plausible explanation given that the files on the card include bcm2711-rpi-4-b.dtb
by drgeoff
Wed Apr 08, 2020 9:26 am
Forum: General discussion
Topic: NO DISPLAY ON MONITOR
Replies: 8
Views: 401

Re: NO DISPLAY ON MONITOR

There are HDMI to VGA cables that rely on the HDMI device being able to put into a mode where it outputs VGA signals from its HDMI socket. No RPi can do that so such cables will never work. An adaptor containing active electronics is required to connect the HDMI ouput of a RPi to a VGA only display.
by drgeoff
Wed Apr 08, 2020 9:12 am
Forum: Advanced users
Topic: Connect IP Camera to Raspberry Pi 4 through direct ethernet connect
Replies: 2
Views: 304

Re: Connect IP Camera to Raspberry Pi 4 through direct ethernet connect

Basically it seems the camera can't be seen by the Raspberry Pi 4 when connected directly using an ethernet cable. What do you mean by "seen"? There are two separate issues: 1. The data link between camera and RPi. fotl has commented on that. 2, The software on the RPi that does something with the ...
by drgeoff
Wed Apr 08, 2020 8:59 am
Forum: General discussion
Topic: What are some beginner RaspberryPi projects?
Replies: 6
Views: 423

Re: What are some beginner RaspberryPi projects?

All beginners are not beginning at the same point. Nor do they have the same idea of where they want to get to.

Go to advanced search