WWAN and WLAN technologies and multiple user configurable analog & digital inputs, is also available with an IP65 enclosure designed for tough environments. BrioSens™ is easy to program & deploy and uniquely suited for real or interval timed industrial sensing applications.
(some models only) User LED Status LED Power LED Screw terminal cover 2.3. Package Content BrioSens™ device ships with the following content: BrioSens™ unit • Rubber feet (4x) • Refer to Section 9 for available optional accessories. www.briowireless.com...
BrioSens™ Gateway – User Manual 3. Hardware Setup and Installation This section details how to setup and connect the BrioSens™ Gateway before use. 3.1. SIM Card Installation The SIM card installation must be done in an electrostatic discharge (ESD) safe environment.
Page 8
BrioSens™ Gateway – User Manual Step 3 – Flip back the device and carefully remove the top cover. While removing the top cover, take care not to pull the coaxial cables. Excessive forces on the coaxial cables can damage them or their mating connectors.
Page 9
BrioSens™ Gateway – User Manual Step 5 – Reinstall the top cover, the bottom five screws and the screw terminals cover screw. Do not over-tighten the screws. Stripping the screw mounts may compromise the IP65 rating on associated models. For IP65 protected models, the gaskets must be clean to ensure proper sealing of the device.
BrioSens™ Gateway – User Manual 3.2. Antenna Installation (models with external antennas only) One or two antenna(s) must be connected to the device, depending on model, to the SMA connectors located on the rear side of the unit. Good quality coaxial extension cable may be used if needed to position the antenna(s) farther from the device.
BrioSens™ Gateway – User Manual 3.3. Power and Sensors Connections Step 1 – Remove the terminals cover screw, then remove the terminals cover. Step 2 – Connect the appropriate wires, using the pinout shown below. Secure the wires using a 2 mm flathead screwdriver.
BrioSens™ Gateway – User Manual 3.3.2. Side Connectors Pinout (some models only) Power Connector USB Connector Power Connector Details: Connector model Molex 43650-0200 (tin plated contacts) Mating connector housing: Molex 43645-0200 Recommended crimp terminal: Molex 43030-0001 (tin plated contacts) USB Connector Details: Connector type Standard USB 2.0 type A socket...
Sensors Connection 3.3.4. BrioSens™ can connect to various types of analog and digital sensors. Additionally, it includes an RS-232 port for communication with sensors or other devices. Refer to the terminal block pinout above, and the specification sections for details.
Page 14
BrioSens™ Gateway – User Manual Step 2 – Align the mounting bracket with the device, and secure it using the provided four #8 3/8” self- threading screws. Do not over-tighten as this may strip the screw mounts. To prevent damage to the device and/or compromise the ingress protection, only use the provided screws to secure the mounting bracket to the device.
Page 15
BrioSens™ Gateway – User Manual Proper installation orientation for IP65 protected models with water on cables flowing away from device Water falling For models with IP65 ingress protection, position the device so that water on cables will flow away from wire terminals. The ideal orientation is vertical, on a wall or otherwise, with the cables extending downwards.
BrioSens™ Gateway – User Manual 4. Partitions and Filesystem The BrioSens™ uses a NAND for storage. The NAND memory has a capacity of 4 Gbits (512MB) and has been partitioned in the following manner: Partition Label Size mtd0 Secondary bootloader...
4.4. OverlayFS The BrioSens™ uses a read-only filesystem to prevent changes from occurring on the root filesystem that may corrupt the system. It allows a simple reboot to restore a system to a pristine state. BrioSens™ uses OverlayFS to allow temporary modification of read-only files and folder.
4.6. Customizing the file system Modifying the file system may corrupt the system. If the BrioSens™ Gateway stops working after customizing the file system, simply revert the changes by using a file system provided by Briowireless. Once customized and updated, the file system will become read-only and any changes to that file system will be restored with a reboot.
BrioSens™ Gateway – User Manual 5. systemd is an init system that brings up the user space and manages all processes subsequently. systemd is the name of the init daemon, and also includes the daemons systemd journald logind networkd 5.1. Basic systemd commands...
BrioSens™ Gateway – User Manual 5.2.1. Basic log viewing There are too many options to view and manipulate the logs, here are the most useful ones: When used alone, the command below will show all the logs stored in the system starting from the oldest.
Section 4.6. 6.3. Serial RS-232 An additional serial RS-232 interface is available on the BrioSens™. The serial interface is accessible as a regular TTY device and is shown in the device list as: /dev/ttyAPP0 The interface has hardware flow control and will not work without it.
BrioSens™ Gateway – User Manual The GPIOs are labeled DIO and AIO on the board; however, the GPIOs are limited to be used as inputs only. A buffer prevents the user from using the GPIOs as outputs. To be used, the GPIOs must first be exported in .
BrioSens™ Gateway – User Manual 6.5. ADC The ADC pins on the microcontroller can measure voltages up to 1.85V (Refer to Sections 8.1 and 8.12 for electrical specifications). In order to measure voltages above that limit, various gains can be configured for each ADC channel.
BrioSens™ Gateway – User Manual 6.5.2. ADC readings The ADC values can be obtained by reading the corresponding files as shown below: /sys/bus/iio/devices/iio:device0/<AIO file> The following table shows the file to read the corresponding ADC input: Input AIO file AIO1...
BrioSens™ Gateway – User Manual 6.5.3. ADC as a 4-20mA sensor input All analog inputs can be used as 4-20mA sensor input. The input can be used with either an external or internal input resistor. The internal resistor has a value of 100Ω.
BrioSens™ Gateway – User Manual 6.5.4. ADC example The following script configures AIO2 input for a gain 0.78005 and then reads its value. If the ADC input is used as a 4-20mA sensor with an external resistor, the internal resistor would also need to be configured (output with a logical value of “1”).
BrioSens™ Gateway – User Manual 6.6. Wi-Fi BrioSens™ Gateway devices offer W-iFi support through the Linux WPA supplicant. wpa_supplicant is a cross-platform supplicant with support for WEP, WPA and WPA2. WEP is supported but it’s not safe since the encryption key is static. WEP is considered deprecated for that reason.
Application Note AN0031 (Using USB Interface on BitPipe) for information about establishing wireless connectivity through the USB interface. The application note refers to scripts that manage the network interface. On the BrioSens™, the scrips are located in the following folder: /opt/bitpipe/<BPxx>...
BrioSens™ Gateway – User Manual 7. Application development A specific toolchain is provided to build applications for the BrioSens™. Qt tools are also available for application development. Qt can speed up development for Bluetooth applications. The toolchain, Qt tools, along with templates and examples, can be downloaded from the BrioSens™...
BrioSens™ Gateway – User Manual The cross-compiler depends on the application that needs to be built. By default, the gcc compiler has been chosen. For C++, should be used. arm-unknown-linux-gnueabi-g++ The section of code that needs to be modified in the Makefile will look like this: TOOLS_PATH = <path/to/tools>...
BrioSens™ Gateway – User Manual 7.2. Qt preparation In order to use the Qt tools, the environment needs to be set up. A script has been provided but needs to be edited to point to the right folder locations. Open the following script: qt-briosens-5.7/qt-configure.sh...
Through the USB thumb drive • Once the thumb drive is inserted into the BrioSens™, it will appear in the /dev folder. It should appear as an sdx device, where x corresponds to the device (most of the time, it will appear as /dev/sda ).
• The heartrate server is now running • To test the heartrate server example , you can connect to the BrioSens™ Gateway from another • Linux computer with Bluetooth capabilities using the following commands Scan for Bluetooth devices with this command: hcitool lescan This will scan all Bluetooth device.
BrioSens™ Gateway – User Manual 8. Specifications 8.1. Absolute Maximum Rating Stresses above these maximum ratings will cause permanent damage to the device. Exposure to absolute maximum conditions for extended periods may degrade device reliability. Functional operation of the device at these conditions, or beyond the specified operating conditions, is not implied.
BrioSens™ Gateway – User Manual 8.11. Digital Inputs There are four digital inputs, that can be used to read dry-contacts (switch, relay) or digital outputs. Parameter Condition Unit Number of Inputs — — — Frequency — 1000 Input Voltage —...
BrioSens™ Gateway – User Manual 8.12. Analog Inputs There are four analog inputs; each with a 16 steps adjustable gain and a 4-20 mA current loop mode is software selectable. Gain and 4-20 mA mode are independently configurable for each input. Refer to Section 6.5...
BrioSens™ Gateway – User Manual Dimensional Drawing 2 of 2 8.17. Regulator Approvals & Compliance Type Compliance Cellular PTCRB certified EMI/EMC - USA FCC Part 15 Subpart B Class A EMI/EMC - Canada ICES-003:2016 EMI/EMC - Europe ETSI EN 301 489-1 ETSI EN 301 489-3 www.briowireless.com...
BrioSens™ Gateway – User Manual 10. Regulatory Notices 10.1. RF Radiation Exposure Notice To satisfy RF exposure compliance, this equipment must be installed and operated in accordance with provided instructions, and the antenna(s) used for this device must be installed to provide a separation distance of at least 20 cm from all persons.
BrioSens™ Gateway – User Manual be mixed with general household waste. For proper treatment, recovery and recycling, please contact your local authority for further details of your nearest designated collection point. 11. Support support@briowireless.com For online support and downloads please go to: https://briowireless.com/product/briosens-gateway/...
Need help?
Do you have a question about the BrioSens and is the answer not in the manual?
Questions and answers