Here is calculator:
https://www.bing.com/search?q=convert+b ... cc=0&ghpl=
Search found 14 matches
- Thu Feb 20, 2025 9:23 pm
- Forum: Components
- Topic: MAX7311 MAX7312
- Replies: 2
- Views: 7443
- Mon Sep 30, 2024 6:17 pm
- Forum: Admin messages
- Topic: PayPal payments
- Replies: 12
- Views: 31615
Re: PayPal payments
Company where I work does not use PayPal because of bad experiences from the past.
- Tue Apr 16, 2024 10:23 pm
- Forum: VHDL
- Topic: digital clock
- Replies: 9
- Views: 18696
Re: digital clock
Either use digital circuit with non-multiplexed outputs (e.g 5316) where you need convert 7-segment code to BCD or use circuit with BCD multiplexed outputs. Demultiplex the outputs into 4-bit latches. The decoders 141 follows the latches and drives the nixie. Let me know if you need schematics.
- Wed Apr 03, 2024 7:55 pm
- Forum: Computer hardware
- Topic: SATA disc not recognized by Windows
- Replies: 5
- Views: 9564
Re: SATA disc not recognized by Windows
Does the SATA expansion card have a BIOS or is it just a dummy SATA card?
- Sat Mar 09, 2024 11:14 pm
- Forum: Intel
- Topic: Intel 80C188 with coprocessor
- Replies: 2
- Views: 11590
Re: Intel 80C188 with coprocessor
why not use 80C187 ?
- Thu Feb 29, 2024 9:00 pm
- Forum: other MCU and CPU
- Topic: keyboard controlller
- Replies: 3
- Views: 10570
Re: keyboard controlller
8242 was dedicated kbd controller. Beside that exists VT82C42 and VT82C416 often available on eBay from China. Datasheet for VT82C42 is known, while docs for VT82C416 are unknown.
- Tue Feb 27, 2024 11:22 pm
- Forum: VHDL
- Topic: digital clock
- Replies: 9
- Views: 18696
Re: digital clock
It exist vintage dedicated digital clock circuits from National Semiconductor like MM5316, MM5314 and others. Still available on eBay.
- Fri Feb 23, 2024 3:20 pm
- Forum: Altium
- Topic: Circuit Studio
- Replies: 2
- Views: 6713
Re: Circuit Studio
It seems that Circuit Studio is a dead Altium project. There is Circuit Maker, a new Altium project. This is probably a limited version of Altium 365. Circuit Maker should run in the cloud. I tested it briefly. Too many components, symbols, footprints are missing from the “extensive” library :D. The...
- Fri Sep 22, 2023 6:01 pm
- Forum: C / C++
- Topic: Basic interpret for 80C196
- Replies: 2
- Views: 6177
Re: Basic interpret for 80C196
try Keil MDK
- Wed Sep 20, 2023 10:30 am
- Forum: Computer hardware
- Topic: LAN for 8-bit computers
- Replies: 2
- Views: 8635
Re: LAN for 8-bit computers
you could use multisynchronous communication protocol. For that are no chips on the market. You need to program your own chip into FPGA.