Mini SSC 3Byte Protocol

Discuss Control Systems here
Post Reply
User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

Mini SSC 3Byte Protocol

Post by JB_AU »

Why is it when i type a 3 & a B (3B) "Boobs" come to mind lol

I read the dsp blog (as you do!(should!!)) , excited by the HopeRf tranceiver i concluded from datasheets i could interface the receiver directly to a Pololu Maestro servo controller. Flowstone-->Hope-->Maestro.

What i liked most, is the fact, that the Meastro (damn! english) accepts the Mini SSC 3Byte Protocol (omg).

So this is my simplified module without comport, (I finally understand it, hooray).

Now i would like to ask how to accomplish a few things :)

How would i apply a single right click transition that decrements or increments the slide +/- value of 1 depending which side is clicked ?
How can you show/hide a module by interaction?
Do layers exist somehow?

Finally, how does one populate the version properties of an exported executable?

Ok, thanks.
Attachments
MiniSscProtocol.fsm
(14.47 KiB) Downloaded 3401 times
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Mini SSC 3Byte Protocol

Post by Nubeat7 »

JB_AU wrote:How would i apply a single right click transition that decrements or increments the slide +/- value of 1 depending which side is clicked ?


if you rclick in the left half of the slider it decrements and on the right half it increments, you also can set the steps so you can increment or decrement 10 instead of 1..
Attachments
MiniSscProtocol_inc_dectrigger.fsm
(14.89 KiB) Downloaded 3478 times
Post Reply