Hey all,
I'm trying to begin making ESP-NOW programs for my ESP-32 chips. Problem is that I barely understand it, and all the resources I can find online... well, they suck. What little there is for broadcasting, much less for broadcasting as a form of two-way communication, transmits a lot of complex data that I don't want to use for this simple experiment and is one-way.
I want to make a simple program that allows a chip to broadcast the value of a single integer out, and receive the value of an integer should it be broadcast from any other device. None of these structs and pointers and memcpy and whatnot if at all possible besides what's needed. Just bare-bones transmission. This way I can get a better idea of how this thing fundamentally works. If anyone can help me out in any way, I'd appreciate it greatly.
I'm trying to begin making ESP-NOW programs for my ESP-32 chips. Problem is that I barely understand it, and all the resources I can find online... well, they suck. What little there is for broadcasting, much less for broadcasting as a form of two-way communication, transmits a lot of complex data that I don't want to use for this simple experiment and is one-way.
I want to make a simple program that allows a chip to broadcast the value of a single integer out, and receive the value of an integer should it be broadcast from any other device. None of these structs and pointers and memcpy and whatnot if at all possible besides what's needed. Just bare-bones transmission. This way I can get a better idea of how this thing fundamentally works. If anyone can help me out in any way, I'd appreciate it greatly.
Last edited: