parralel connector programming using ESP8266

yefj

Advanced Member level 4
Joined
Sep 12, 2019
Messages
1,220
Helped
1
Reputation
2
Reaction score
3
Trophy points
38
Activity points
7,325
Parallel just means all the bits are presented at once on different pins. Should be easy with an ESP8266, make six of the pins outputs and output the required pattern of 1 and 0 on them. The only thing you will have to be careful of is the voltage levels, the ESP8266 outputs 3.3V as logic '1' but the HMC642A needs it to be VDD +/- 0.2V. You will probably need a level shifter to raise the ESP's output voltage to 5V.

Brian.
 

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…