Hello Sara, the reason for my inquiry is the following: in a project for my company, we want to reuse battery-powered tightening machines by integrating an ESP32-C3 Mini with an analog input. When the machine performs a tightening and lights up a green LED, we read the signal through the analog port and count it as a completed tightening.
This ESP32-C3 communicates with another ESP32-S3 on a LilyGO T-Display board via the ESP-NOW protocol. Since the machines are moved around for various reasons and need to be used at different workstations, I generate a MAC address from a 6-digit identifier code. This makes it very easy for the master device, which has the screen, to auto-pair and, using a for loop, query each connected machine about how many tightenings it has completed.
So far, the project is working well. My question is how can I make the ESP32-C3 send the tightenings one by one, instead of sending the total number completed? This way, the master device can sum up the count for each machine and compare it with the theoretical value.
My second question is if it’s possible to ask this question in Spanish. Thank you.