Search found 4 matches
- Sat Jul 29, 2023 5:46 pm
- Forum: C / C++
- Topic: cascade and waterfall programming
- Replies: 2
- Views: 1825
Re: cascade and waterfall programming
in our company, we use avalanche-oriented programming.
- Thu Jul 13, 2023 6:36 pm
- Forum: Arduino
- Topic: 14-segment display for Arduino
- Replies: 5
- Views: 2981
Re: 14-segment display for Arduino
with 9 digits, I see the simplest solution to use the 8x double expander from Michrochip, MCP23016. You only have to use 8 of them, because you can't connect more of them to one I2C line. This means that the 9th digit will always use 2 bits from each expander with address 0 to 6. You will have two f...
- Mon Jul 03, 2023 6:52 am
- Forum: Arduino
- Topic: 14-segment display for Arduino
- Replies: 5
- Views: 2981
Re: 14-segment display for Arduino
the way I see it is that you connect 7 segments to one port and 7 segments to the other port. Or you use a double expander from Michrochip. You connect it via I2C. I can still think of multiplexing two groups of outputs, each with 7 segments. This will require an external multiplexer with 1x 7 input...
- Mon Jul 03, 2023 6:43 am
- Forum: Simulation software
- Topic: I2C simulator
- Replies: 3
- Views: 2356
I2C simulator
Hello,
I'm looking for some I2C simulator. I wouldn't be mad if he could also do SPI.
I'm looking for some I2C simulator. I wouldn't be mad if he could also do SPI.