Hmmm ... That circuit looks familiar . . .Below is the LTspice sim of a radio push-button type circuit using an octal flip-flop for up to 8 inputs and ouputs that may be of use:
ak
Hmmm ... That circuit looks familiar . . .Below is the LTspice sim of a radio push-button type circuit using an octal flip-flop for up to 8 inputs and ouputs that may be of use:
Deja Vu all over again.Hmmm ... That circuit looks familiar . . .
Why? He only needs four and he already has 4. My only question is how these get latched? Does the decoder chip do that or does it supply a strobe or clock signal for an external latch?
I am assuming the transmitter sends a single serial message for each button press. I guess the decoder chip would have to latch them now that I think about it.
Also, TS mentioned “toggle buttons”. I hope he means momentary buttons, toggles would really not make sense as you would not want more than one active at a time.
I want to have 6 toggle push buttons on a 433mhz remote transmitter

As I suggested in post #8.MisterBill2s comment in post #23 prompted me to make this suggestion. Use diodes to make a hard wired ROM.
Reverse the logic and only 7 diodes plus 4 pulldowns are needed. This is the simplest way to achieve the desired result that I can think of.This should do the encoding for your example in post #1 This is on the transnit unt between the 6 push buttons an the encoder data inputs.
NOTE the diodes are installed between the push button and the outputs that are to be set to the off state.
SN74LS279: Transistor-Transistor-Logic Through-Hole-Technology Integrated Circuit (DIL) with four active low sr latchesI don't suppose you could give me and part numbers for the IC's and the set/resets I need so I can study the data sheets? Or tell me the terminology so I could find some similar wiring diagrams to study? I understand if you're busy I know I'm asking a lot but I really appreciate the help
The "other" devices with SET and RESET functions, and also Q and Q-not outputs, and ableto also operate at 12 volts, is the CD4013. I am not sure if operating from 12 volts is a benefit or not, in this application, but some times it is.SN74LS279: Transistor-Transistor-Logic Through-Hole-Technology Integrated Circuit (DIL) with four active low sr latches
SN74LS04: TTL THT IC inverter if you need to change the above to active high
SN74LS32: TTL THT IC with four 2-input OR gates
They're all TTL so compatible running on +5V. They are not the best available versions for the job these days since TTL is old-fashioned but it's most likely more than enough.
Personally I have never really found a case where TTL couldn't work in hobby applications. You really only need CMOS if you need to optimise power consumption or work at higher frequencies. And SMD is also likely overkill for most applications. Not to mention that after 0805 they are a pain to solder without dedicated equipment.The "other" devices with SET and RESET functions, and also Q and Q-not outputs, and ableto also operate at 12 volts, is the CD4013. I am not sure if operating from 12 volts is a benefit or not, in this application, but some times it is.
Well, bipolar TTL doesn't really work in the time-delay and pulse generation circuits where the high input impedance of CMOS is needed for proper operation.I have never really found a case where TTL couldn't work in hobby applications.
Ok. That makes sense.Well, bipolar TTL doesn't really work in the time-delay and pulse generation circuits where the high input impedance of CMOS is needed for proper operation.
I think this method looks the best for what I want, and ease of the build too, thanks for the help and consistent replies, I'm on holiday till next week, once I'm back I'll start making it, I'll give you a message if i struggle anymore if that's OK, thanks lesMisterBill2s comment in post #23 prompted me to make this suggestion. Use diodes to make a hard wired ROM.
View attachment 333944
This should do the encoding for your example in post #1 This is on the transnit unt between the 6 push buttons an the encoder data inputs.
NOTE the diodes are installed between the push button and the outputs that are to be set to the off state.
Les.