In this linked example they using it with a Arduino Uno R3, so I think the board has the same Pinout as the Arduino UNO. But I want to use it with my NodeMCU with Esp8266, and I connected it like this (the first Pin mentioned is from the NodeMCU):
3.3V Pin with the 3.3V Pin
GND with GND
D5 with Pin 13 (SCLK)
D6 with Pin 12 (MISO)
D7 with Pin 11 (MOSI)
D8 with Pin 10 (CS, AD7790)
D0 with Pin 7 (another CS, AD5270)
I used this example code and only changed in the code in the first two lines the defined Pin 6 to D0, and the defined Pin 8 to D8.
But apparently the code doesnt work for me, would be very happy for any help!
So I guess this is false. I plugged the 3.3V of the NodeMCU to the 3.3V of the eval board. I am really a beginner, would appreciate a explanation if it is false
Thank you a lot, but unfortunately I can't quite understand such schematics. Is it even possible to use the eval board with NodeMCU? I read that the Eval Board has the AD7790 and this can operate on 2.5-5.25V, so it must work, right?