Help with esp32?
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
13 Dec 2023 14:47 #288045
by andypugh
Replied by andypugh on topic Help with esp32?
It sounds like the position feedback pins are not connected.
First, does the ESP32 component send and position feedback?
First, does the ESP32 component send and position feedback?
Please Log in or Create an account to join the conversation.
- OneMyr
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 1
15 Dec 2023 12:28 #288213
by OneMyr
Replied by OneMyr on topic Help with esp32?
hello again, actually, after seeing the halmeter it not only dont send the feedback but also the "udp ready" only appears as false, maybe its the esp?
the code is basically the same of jzolee, but also the program is running cause i can ping the esp and when i use nmap on udp port, the 5000 port are open
the code is basically the same of jzolee, but also the program is running cause i can ping the esp and when i use nmap on udp port, the 5000 port are open
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
15 Dec 2023 15:47 #288224
by andypugh
Replied by andypugh on topic Help with esp32?
I suspect that the "udp" component isn't actually running.
But I have no idea what the udp component is, or where you found it. (You haven't said)
But I have no idea what the udp component is, or where you found it. (You haven't said)
Please Log in or Create an account to join the conversation.
- OneMyr
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 1
15 Dec 2023 16:24 - 15 Dec 2023 16:27 #288232
by OneMyr
Replied by OneMyr on topic Help with esp32?
oh, i literally forgot to show the udp fiiles.
github.com/jzolee/HAL2UDP i picked up directly from jzolee git, and did a few changes, like removing the pwm functions, only because i dont really need then(i guess).
i was also looking at this other forum pages forum.linuxcnc.org/18-computer/42414-lin...-using-esp32?start=0
github.com/jzolee/HAL2UDP i picked up directly from jzolee git, and did a few changes, like removing the pwm functions, only because i dont really need then(i guess).
i was also looking at this other forum pages forum.linuxcnc.org/18-computer/42414-lin...-using-esp32?start=0
Last edit: 15 Dec 2023 16:27 by OneMyr.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
26 Dec 2023 20:43 #289111
by andypugh
Replied by andypugh on topic Help with esp32?
Is the IP address correct?
github.com/jzolee/HAL2UDP/blob/main/Linu...0driver/udp.comp#L92
If you open a terminal and type
halcmd show funct
How long is the "udp" function taking to execute? If it is zero, then it isn't running.
github.com/jzolee/HAL2UDP/blob/main/Linu...0driver/udp.comp#L92
If you open a terminal and type
halcmd show funct
How long is the "udp" function taking to execute? If it is zero, then it isn't running.
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds