Skip to main content

PCB Design for Wireless Sensor Networks

Wireless sensor and IoT graphics

The age of big data and the internet of things is here, and what technology is being used to gather ever larger amounts of data quickly and quietly? Wireless sensor networks, of course. This rich engineering field encompasses software, hardware, and network design, and it will play a greater role in our daily lives in the future.

From infrastructure monitoring to gathering environmental measurements over a broad scale, wireless sensor networks are an emerging area of technology with a number of applications. Designing PCBs for the sensors themselves and for centralized control units follows many standard techniques for wireless networks.

Communication Protocol and Topology

One important aspect of wireless sensor network design is to choose an appropriate communication protocol and network topology. Wireless sensor networks with a single centralized control unit typically operate using a star topology. All sensors in the network connect to a centralized control unit and the control unit collects data from the connected sensors. This collected data is sent back to a base station or stored locally.

While a star topology only requires a single centralized control unit to gather data from the entire network, the range of the network is limited by the overall range of the control unit. If you need to extend the range of your network beyond the range limitation of the control unit, you can opt for a point-to-point topology. In this topology, eachsensorreceives data from a downstream sensor, and it relays data back upstream to a control unit or a base station.

Both of these topologies have a critical issue in that they each contain points of failure that can bring down the majority or entirety of a network. In a star topology, the entire network will go down if the control unit goes offline. A wireless sensor network with point-to-point topology will partially fail if one of the downstream sensors fails, as this will disconnect the remaining downstream sensors.

An array of LED sensors

An array of LED sensors

One topology that requires more complicated configuration and communication while still maintaining uptime for the entire network is a mesh topology. In this topology, a centralized control unit connects to any nearby sensors and gathers data. Other sensors that cannot connect to the control unit will connect to other nearby sensors, similar to a point-to-point topology. This provides the same advantages of a point-to-point network while spreading failure points over a larger number of nodes.

网络的可扩展性将主要是determined by its topology and communication protocol. A protocol like Zigbee is useful in a star network as it operates at 2.4 GHz over 16 channels up to 100 m; a single control unit will be able to coordinate up to 64,000 nodes simultaneously. The downside is the low data transfer rate in each channel is rather low (up to 250 Kbps), so it is not the best choice for sensor networks that need to transfer image data.

Another option is serial peripheral interface (SPI), which also operates at 2.4 GHz with up to 2 Mbps baud rate. This protocol allows connection between a control unit and up to 125 sensor nodes up to 100 m in range. The larger data transfer rate allows transmission of image data in a mesh network. An excellent option for shorter range wireless sensor networks is to useBluetooth, especially in automotive or indoor industrial applications.

Required PCB Components for Wireless Sensor Networks

If you are designing a sensor node for use in a wireless sensor network, it will need to include a number of components:

  • Microcontroller to gather analog data from your sensor
  • Wireless transceiver/antenna module for your communication protocol
  • Battery power pack, or a small solar module if you want extended lifetime
  • The sensor or sensor array
  • A memory module

Maintaining uptime requires a DC power source or battery. A solar module is very useful for periodically recharging the battery, although this increases the size of the module. The memory module is very useful as this allows the node to store measurements in the event it loses its connection with the rest of the network.

Your PCB for a wireless sensor network will be amixed signal device. Without an integrated analog-to-digital converter (ADC) the sensor will output analog signals to the microcontroller and the microcontroller will need to send digital data to the transceiver to be modulated. This modulated digital data is then sent as an analog signal to the antenna module. You will need to segregate the digital and analog portions of the board in order to prevent common mixed signal integrity problems.

Dual IR sensor on a green PCB for a wireless sensor network

A dual IR sensor can work through some sensor network difficulties

If designing integrated transceiver modules on a data processing board is not your cup of tea, there are plenty of modules you can use to get started building a sensor network. For example, the NRF24L01 Arduino transceiver board provides wireless communication and connects directly to other Arduino microcontroller boards. These boards communicate via SPI with up to 100 m range and have low power consumption. They can also be placed in standby mode when not in use to save battery power.

If you use premade transceiver and microcontroller boards to run your network, the sensors used in your module will send data directly to the microcontroller board, which then sends the data upstream towards the control unit. The microcontroller board can then be programmed to implement and manage the topology you need for your network.

Agreat electronics design packagewith an extensive components library will help you design your own boards for sensor/transceiver modules, control units, or fully integrated modules for use in a wireless sensor network. You’ll be able to take yourdesign from the idea stage to schematic, layout, and productionwith the right package of design tools.

If you’re looking to learn more about how Cadence has the solution for you,talk to us and our team of experts.