Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

parralel connector programming using ESP8266

yefj

Advanced Member level 4
Joined
Sep 12, 2019
Messages
1,192
Helped
1
Reputation
2
Reaction score
3
Trophy points
38
Activity points
7,199
Hello,I have this phase shifter component which has a connector called "parralel".
Is there a way i could program it using my esp8266 microcontroller?
i know UART SPI I2C but this "parralel" is tottaly new to me.

1685818420743.png
 
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.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top