I am asked to define a wireless Eletronics Shelf Label (ESL) system. It is a distributed wireless network for price labels with LCD/e-paper. Currently, some vendors use diffuse infraread and VLF(Very Low Frequency, 38.4KHz) for two-way communication. My client wants to have it run on 2.4GHz or sub-1GHz.
The quotation is limited under 5USD, i.e., its BOM (LCM+MCU+RF) cost should be lower than 4USD. It is a tight budget anyway.
I google the wireless network. It seems that IEEE802.15.4 and Zigbee stack/chipset is much powerful and expensive than our requirements, we can use such designs only if its cost is lower.
I am not familiar with RF protocol, so I am not confident to define a new protocol stack. That's why I have to find the correct direction head to.
So far, I know the following facts:
- MAC layer is very important for such point-to-multi-point (Star) topology.
- Mesh network seems too complex, it introduces routing and other features into network.
- MAC layer should be able to anti-collision (MAC).
- The RF transceiver should have wake-on-radio for low-power consumption (PHY).
- The node(ESL) should be self-configured (MAC/LAC).
- Simple encryption for communication and authentication (application layer).
- Open source implementation and market proven robustness.
I have read some design guide from TI/Freescale/Microchip/Atmel/EM/nordic, some chip is suitable like nRF24L01+/CC2500, however the protocol/support is not.
Does anyone who is familiar with RF communications can give me some hints to move on?