Cold Chain Temperature and Humidity Detection Tag
'Internet+' competition
Backscatter Communication
Backscatter Communication (BackCom) is a method that enables a node to transmit RF signals without energy storage or even a transmitter. BackCom technology can also be combined with wireless energy harvesting to produce a wireless node that is completely self-sufficient. As long as there is an RF signal of sufficient strength on this node, then this node is able to operate.
BackCom works by generating a modulated reflection (backscatter modulation) in an incident RF wave, which is received by a receiver designed for BackCom (reader). Generally, BackCom reflections are generated by varying the impedance of the antenna, which is tuned to resonate at the desired RF signal frequency. When the impedances are perfectly matched, the reflection coefficient is 0 and there is no reflected wave; when the impedances are not matched, the reflection coefficient is 1 and the incident wave is completely reflected. Reflection or not corresponds to 0 and 1 in the digital domain, so that information can be sent indirectly by adjusting the characteristics of the antenna matching network. Wireless nodes or “tags” can be placed in virtually any environment without power and can be queried by passing readers that power the tag and can send information to or receive information from the tag. In a multiple access scenario, a single reader can serve multiple tags distributed throughout the environment, allowing the tags to record information on demand or continuously.



Two options:
- Used low-power Bluetooth Micro Controller Unit (MCU) CC2640 to realize active Bluetooth communication and periphery of MCU for passive communication;
- Used FPGA AGLN020 with peripheral circuits of Backscattering and energy collection for passive modulation and wireless energy supply and RF carrier supply.
- Option 1:
- Composed MCU codes on development board, modified routine codes and made modification according to requirements, which successfully realizes active communication, reading and sending function of humidity and temperature information in sensor.
- Searched the circuit scheme of RF energy collection, referring to MCU schemes and successfully designed first-version PCB
- Encountered failure in passive communication because the maximum interrupt frequency supported by the MCU is far lower than code rate of Bluetooth
- Option 2
- Wrote Verilog codes to compose message structure of Bluetooth on FPGA
- Simulated the waveform timing and confirmed with no problems
- Finished PCB circuit design with well-assembled board
- Downloaded the program to the board, used a high-power RF signal source to provide the carrier, and used a packet sniffer to grab the Bluetooth packet
- Modified problematic codes according to the captured Bluetooth package
- Results: realized passive communication function using FPGA and switched to use smaller-sized AGLN020 to shrink occupied resources
- Improvements: Energy collection efficiency and the interaction between nodes and users need to be improved
- Patents:
- CN114679715A (A low power Bluetooth Backscatter communication method based on connection) Jun. 28 2022
- CN114884596A (An adaptive method, device and system for backscatter bit rate based on energy sensing) Aug.9 2022
- Option 1: