Krupis
Krupis
Okay tommorow I wil try to flash download configuration from your link and flash with 3 axis quad enc ethernet build On Thu, 17 Jun 2021, 21:26 phil-barrett, ***@***.***> wrote:...
Hello. I have downloaded the ethernet_configurations folder from the link you have provided : https://github.com/phil-barrett/grblHAL-teensy-4.x/blob/master/ethernet_configurations.zip . I have flashed the teensy with the 3 axis with quad enc. The behaviour...
``` $i [VER:1.1f(IMXRT1062).20201103:] [OPT:VNMSL,35,1024,3,0] [NEWOPT:*FLASH,ES,ETH,TC] [DRIVER VERSION:201014] [DRIVER OPTIONS:USB.2] [BOARD:T41U5XBB] [IP:0.0.0.0] [PLUGIN:ENCODER v0.01] ok b'$G\n' [GC:G0 G54 G17 G21 G90 G94 G49 G98 G50 M5 M9 T0 F0 S0.] ok...
Yes! Works as expected now. Surprised no one has noticed that before :o Thanks very much. Could you also please refer me to a documentation that I can check if...
> If you have already found your solution, could you please share it too ☺️ I have quit the idea of controlling the DIR pin on raspberry as this is...
Thats great. I have managed to build project with your library. I have a few questions additional questions: 1. If I want to use DMA for modbus RTU. Do I...
Thats great. I used the example that you have given to read slave register: ``` void StartDefaultTask(void *argument) { /* USER CODE BEGIN 5 */ /* Infinite loop */ uint32_t...
Hello. I use T-Display S3 module: https://www.lilygo.cc/products/t-display-s3 I got the basic example working based on i80_controller esp-idf example. My example project can be found here: https://github.com/krupis/T-Display-S3-esp-idf According to T-Display-S3 documentation,...
@AbhishekJoshi That is also what I am looking for. I am looking for a tool to automate ESC'S flashing process via C2 interface. It has been a while since your...
@MaazSk I have actually seen this but was hoping to find something similar that is intended for use with esp-idf and not Arduino framework. I am sure someone has done...