Questions tagged [sbc]

SBC stands for single board computer. It is a complete computer on a single PCB, including processor/microcontroller, I/O and other features.

SBC stands for single board computer. It is a complete computer on a single PCB, including processor/microcontroller, I/O and other features. A more detailed explanation can be seen at the wikipedia article.

48 questions
5
votes
2 answers

COP8 MCU information needed

I have a problem with a sbc that I am repairing, the sbc is controlled by an 8-bit OTP microcontroller which I think is broken. I only get 200 ohms between pin Vcc and Vss, specifically the chip is COP87L84BC and is out of production. What I try is…
jotasa
  • 126
  • 3
5
votes
2 answers

What is this device?

I found this little device which got my attention. Maybe you can tell me what it is. Is it a I/O board with an OS running on it similar to Raspberry PI? ICs on the device: AMD: AM29F200BT-70EC "Boot Sector Flash Memory" 2x HYUNDAI: HY628100B…
arminb
  • 1,622
  • 4
  • 21
  • 34
4
votes
2 answers

How should I use a static-shielding bag prior to opening, and why?

After grounding the ESD mat and wearing the properly grounded anti-static wrist strap, what is the correct process to take the contents out of the static-shielding bag and take it onto the antistatic work surface (ESD mat) and why? (The content of…
ForeverNoob
  • 342
  • 1
  • 8
4
votes
3 answers

SBC Recommendations

I want to get started with embedded development and for my first project I thought of making a caller-ID type of appliance. Here's why I want a SBC for this: I want to be able to locally serve this data (i.e., caller log) via HTTP I thought of…
jfl207
3
votes
4 answers

linux sbc recommendations

I realize this is nearly a dupe of SBC Recommendations , but I have slightly different specs in mind. Does anyone know of a single-quantity SBC with the following features? 32 bit CPU, something common e.g., x86, ppc, arm, atom capable of running…
JustJeff
  • 19,163
  • 3
  • 48
  • 75
2
votes
0 answers

M.2 to mini PCIE

I have an SBC with the following configuration on the M2 port If I require a mini PCIE device is it sufficient to make a breakout board and match pin to pin? We have a pcb engineer to handle the high frequency considerations, I just need to know if…
2
votes
3 answers

Single Board Computer (SBC) suggestion for interfacing with DMA

I am taking over a project where a Spartan 6 FPGA provides the interface between an ADC and a DDR2 memory chip. The FPGA takes 16-bit data out of the ADC and stores it into the RAM at a rate of 28MHz. I have the option of making the DDR2 controller…
Peter
  • 350
  • 2
  • 13
2
votes
3 answers

Why is it important, in terms of ESD protection, to ground a PCB to its case (if not insulative)?

I have a 12V DC-powered SBC to mount inside a metal case. How important is it that I connect its ground(?) to the metal case on the interior? How is this going to protect against ESD events? From my understanding, whenever I touch the metal case,…
ForeverNoob
  • 342
  • 1
  • 8
2
votes
2 answers

Software SPI implementation on SBC

I have a ts7800 SBC, and I need to communicate over an SPI bus. In their documentation they say that their is no hardware SPI, and they implement in their sample code "software SPI." For me, this works now but when I view the SPI clock on an…
Reid
  • 2,030
  • 1
  • 21
  • 38
2
votes
1 answer

PANDABOARD Booting

I have a PandaBoard and I do not, yet, have a SD/SDHC card reader to create an image for the board yet. Most of the information on the pandaboard.org web site walks through the creation of an SD card image and this link says it's not possible to…
Eric M
  • 199
  • 1
  • 8
2
votes
1 answer

EM compatibility of single board computers and laptops

Like a lot of people on this site, I own some single board computers (SBC) and microcontroller boards (UDOO, Raspberry Pi, Arduino, Atmel boards, etc.). I wonder about the electromagnetic emissions of these products. Since they don't have a metallic…
Doombot
  • 282
  • 1
  • 11
2
votes
1 answer

Use of READY line on 8086 - is it mandatory?

Alright folks, I've recently begun working through the design of an 8086 single-board in my free time to play with (for lack of a better word, I need to experience the rush of being close to low-level hardware again). I had the intention of using…
ecfedele
  • 607
  • 4
  • 11
1
vote
4 answers

What are technical challenges of implementing DRAM memory modules on SBC like Raspberry PI?

I'm surprised to see no Single-Board Computer including Raspberry PI has memory modules for allow for flexible amount of memory (e.g. this review). And I have not found such discussions via web search, for PI I've found only that post on PI site…
Martian2020
  • 217
  • 2
  • 7
1
vote
4 answers

Understanding Raspberry Pi/SBC's at the same level as microcontrollers

I'm a fourth-year EE student and I have just recently started to dive a bit deeper into trying to understand how microcontrollers work at a low level when it comes to running code and performing its operations. I think I have a decent grasp on this…
cEEa
  • 388
  • 1
  • 7
1
vote
2 answers

Why can't one use a Raspberry Pi (or any other computer) as a microcontroller?

Conceptually, I understand a microcontroller to be a very limited computer that can only run "one process". A microcontroller is what one would use when they want to interface with other electronics with strict timing requirements. This is because…
lynn
  • 111
  • 2
1
2 3 4