yefj
Advanced Member level 4
UPDATE:
Hello I understood the table i think.
MOSI :SD1- pin23
CS: CMD-pin 20
MISO:SD0-pin 22
SCLK-CLK-pin 21
How do i define the pin numbers into the SPI command?
Thanks.
*********************************************************************************************************
Hello, I have a Nodemcu microcontoller shown bellow.
Where i want to use the periphery shown in the red arrow to communicate with my DAC8004 (link attached).
I tried to follow the formal SPI manual for micropython.
My first obsticle is to define the pins of SPI into the SPI object constructor.
In the manufacturer manual of esp8266 they present a table(shown below) with 9 pins although SPI only needs 4 pins.
How can I know the pin number of my esp8266?
for example how do i define the pin callde SD1 as mosi in the SPI command?
Thanks.
Hello I understood the table i think.
MOSI :SD1- pin23
CS: CMD-pin 20
MISO:SD0-pin 22
SCLK-CLK-pin 21
How do i define the pin numbers into the SPI command?
Thanks.
*********************************************************************************************************
Hello, I have a Nodemcu microcontoller shown bellow.
Where i want to use the periphery shown in the red arrow to communicate with my DAC8004 (link attached).
I tried to follow the formal SPI manual for micropython.
My first obsticle is to define the pins of SPI into the SPI object constructor.
In the manufacturer manual of esp8266 they present a table(shown below) with 9 pins although SPI only needs 4 pins.
How can I know the pin number of my esp8266?
for example how do i define the pin callde SD1 as mosi in the SPI command?
Thanks.
Last edited: