Replies: 2 comments
-
an example... https://github.com/wezhunter/ESP32_LinuxCNC_Wireless_Client/issues how would you do this via the FPGA? |
Beta Was this translation helpful? Give feedback.
-
1/2: if the encoder is connected to the FPGA, then it is best to read it from the FPGA as well, i.e. not just to forward the individual pins, which is what the FPGA is best suited for 3: the I2C part is full of errors, better not to use, better is a UART or SPI 4: I am currently working on a UART bridge, which can then also be ported for SPI and other protocols. I think in the case of a wireless MPG, it is best to go directly into the host PC/RPI, without detours via the FPGA, you should also keep the interface between FPGA and host as small as possible, there everything must take less than 1ms |
Beta Was this translation helpful? Give feedback.
-
playing with espnow for a pendant and wondering a few things....
#4 seems to have the most reuse potential
Beta Was this translation helpful? Give feedback.
All reactions