Questions tagged [design]

Questions about the design of the circuitry and board of the Raspberry Pi.

18 questions
17
votes
2 answers

Is the BCM2835 (Broadcom SoC) proprietary to the Raspberry Pi organization?

I ask because assuming someone wanted to manufacture their own (large) batch of RPi's, the major component that would be most difficult to procure is the Broadcom SoC (see here.) If obtaining this chip isn't possible or is extremely difficult, are…
RLH
  • 1,965
  • 4
  • 21
  • 31
17
votes
2 answers

Where can I find the schematics and supporting design documents for the hardware?

I've tried to search for this online, but other than a few posts on the Raspberry Pi blog, I can't find an official source of the design documentation for the hardware. It was my understanding that the entire project is Open Sourced. Is this…
RLH
  • 1,965
  • 4
  • 21
  • 31
5
votes
0 answers

Is this a design fault or I shall learn how to use SD cards with PI?

My Respberry Pi Mod B arrived last week and I spent the whole weekend to try out different OSes, softwares etc. For this purpose I have to plug in and out the SD card again and again. Last night I suddenly found my SDHC card does not work on my card…
Earth Engine
  • 189
  • 6
5
votes
1 answer

How long did it take them to design the Raspberry Pi?

Is there any published information about how long it took the Raspberry Pi guys to design it to initial production? How many hardware revisions were there? How many engineering hours were involved? What about prototyping costs?
Johannes Ernst
  • 233
  • 1
  • 7
4
votes
3 answers

Hooking up a speaker to the GPIO

I want to control a speaker via GPIO to play a square wave of varying frequencies. The first speaker I found laying around my house had 4Ω 10W printed on the back. I know for a fact this is not an ideal speaker for this purpose, but I want to make…
quietsamurai98
  • 41
  • 1
  • 1
  • 2
3
votes
1 answer

What is the best/recommended way to do simple full-screen GUI custom drawing?

New to the world of Pi. Very impressed! We're considering using a Zero W to power an information display panel appliance which has a small list of requirements: Pulling data from the internet (and/or reading from local config files either pushed…
Mark A. Donohoe
  • 227
  • 4
  • 10
3
votes
2 answers

Is there a simulator for building circuits with Raspberry Pi GPIO pins?

I was wondering if there is a free simulator/emulator that I can run either online or on a Windows computer to let me test my scripts and more importantly my wiring, as I am new to building circuits. I also need to be able to build the circuits in…
CampSoup1988
  • 31
  • 1
  • 4
2
votes
3 answers

Tool to design circuits having raspberry pi

I have used some motors and IR proximity sensors in my raspberry pi project. I need to create a schematics/blueprint of my circuit showing RPi GPIO pins connection with the components. Like PSpice ,QUCS or EasyEDA but having raspberry pi , motors…
jonny789
  • 211
  • 1
  • 5
  • 11
2
votes
1 answer

What are some shortcomings of the board design?

What parts of the board could cause electronics professionals to think it was constructed poorly, quickly, or unprofessionally? Is it simply soldering, a lack of clean trimming, or placement of the components themselves?
tshepang
  • 151
  • 6
1
vote
1 answer

Automated-Update-Mechanism for a python distribution on a RPI

I made a project with a Pi as a remote machine and a GUI on a server. They communicate via http-requests, I was wondering what a "good" way would be to provide automated software updates for my Software on the Pi. So far my plan is to let the Pi…
nyx00
  • 33
  • 8
1
vote
1 answer

Multiplexing CMOS Cameras

How is it possible to multiplex 9 CMOS Cameras with raspberry pi to generate 9 images at a time?
Ayan Das
  • 29
  • 2
1
vote
1 answer

connecting multiple boards to one raspberry & design recommendations

I don't know if it is a good idea to ask these questions here but, I am planning to design more than one pcb's which sizes and pinouts are the same with rapsberry pi 3 and connect them all together. For example pcb1 will use 3 pins on pi, and pcb2…
1
vote
1 answer

Will I damage the GPIO

Will I damage a GPIO (set to input) if introduced to 10V 1mA? I read somewhere that the GPIO ports can tolerate maximum of 16mA I need to detect on/off ( 10V/0V ). Could I possibly use voltage divider?
Christian
  • 1,230
  • 1
  • 13
  • 25
1
vote
1 answer

Is there a way to have USB data transferred from Pi to HAT?

I'm designing a Raspberry Pi HAT that requires USB for debugging. The 40-pin GPIO connector that connects the Pi to the HAT doesn't seem to have any USB designated pins. I would like to use the USB port already located on the Pi to do the debugging…
0
votes
1 answer

How to connect components of an RC (and rPi) car to the battery safely?

I am building an RC car from scratch. I have a 6v motor with an appropriate mdb, a 5v hobby servo, a raspberry pi zero w, and an 2200mAh 11.1v 50 C battery. I will upgrade the motor to a higher voltage later which is why I am using the battery I am.…
1
2