Research Article

An Experimental Realization of a Chaos-Based Secure Communication Using Arduino Microcontrollers

Algorithm 1

Part 1
(1) if   > 0.5 then
(2)   =
(3)   = true
(4) else
(5)   = !    Symbol ! means boolean negation
(6)   = false
(7) end if
Part 2
(8) if   0.1 then
(9)   = !     Symbol ! means boolean negation
(10)   = true
(11) else
(12)   =
(13)   = false
(14) end if
Part 3
(15) OR