I am working on a wearable design that has standalone modules distributed around the body. Each module will do the same thing, receiving commands to turn LEDs on/off or adjust their power level through PWM. My initial thought is that a mesh network would work well for this design since I want all the nodes to receive the same command and do the same thing. I also saw that mesh examples exist for lighting and dimming, which may be very close to what I want to do, but I don't know much about mesh. Can anyone advise if mesh is the best fit here?
I am also wondering what is the cheapest, smallest chip available for what I want to do. The communication distance is small, and I only need very limited functionality, so it seems to me that the cheapest, smallest chip available will best suit my needs.
If mesh is the answer, do I need a gateway node that sends commands to the rest of the nodes, or can a phone with app accomplish that functionality, broadcasting / sending commands to all the nodes distributed around the body?