-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AD8403 Ready #15
AD8403 Ready #15
Conversation
changed SPI_MODE1 to SPI_MODE0 changed Reset, Shutdown logic changed demo example
@Ale11Re |
verified the documentation and merged your code. |
@Ale11Re |
@RobTillaart Yes, I confirm it's working with software SPI too. |
Thanks for verifying. Just to know, what board do you use? |
No chip available, ordered - https://nl.rs-online.com/web/p/power-motor-robotics-development-tools/2475645 |
I'm using an arduino mega2560. I could also verify ESP32 VSPI but not HSPI as I only have 1 model which has HSPI already in use. |
Your contribution is super 👍 really appreciated. I am interested in the ESP32 VSPI and the software SPI. The latter is very fast on ESP32, in some other tests it was roughly on par with hardware SPI. The SW SPI pulses are slightly slower thus longer, but SW SPI has not the transaction overhead. In fact this results in nicer square waves with the SW SPI. It would be nice if confirmed here too. |
So, as I'm writing, I'm testing HSPI and VSPI on ESP32 and they work as intended. |
Thanks for these numbers, they look good imho. |
changed SPI_MODE1 to SPI_MODE0
changed Reset, Shutdown logic
changed demo example