Sales
- Details
- Written by: zhang
- Category: Sales
UWB Location Anchor Firmware Source Code - Price: $7,500 USD
The anchor firmware is used with our products A1102P and A1106P location anchor hardware.
We have multiple anchor hardware products, but there is only one set of firmware source code, which is universal. All models of anchor hardware use STM32F103RE as the main control chip.
The anchor firmware is divided into two parts: Bootloader and Application .
Bootloader is the boot program and does not change once it is flashed into the hardware. Its main functions are: loading applications/network upgrade applications.
Application is an application program, and the functions of the anchor are implemented here.
When firmware is upgraded, the new firmware is divided into multiple encrypted data packets and uploaded to the anchor (received by Bootloader or Application). After decryption, it is written to the backup Flash area, the use backup Flash flag is set, and the upgrade is completed by restarting.
The main functions of the anchor firmware are: receiving UWB wireless data packets sent by tags, receiving clock synchronization data packets sent by other anchors and maintaining clock synchronization with other anchors. There are also some additional functions, such as device MAC address/IP address/UWB parameters/synchronization only with the specified clock, etc. Later, we also added the function of sending signals to tags, such as sending alarm signals (for example, when a coal mine is in danger and requires emergency evacuation, an alarm signal is sent to the tag).
A light switch function has also been added for confirmation of outdoor anchors. The outdoor anchor will have an LED light. Use the anchor configuration program to issue a light switch command to confirm the anchor number.
For the built-in parameters of the anchor, use the "anchor Configuration Program" to configure them. "anchor Configuration Program" is provided to users free of charge. You can directly use the compiled "anchor Configuration Program" we provide, or you can purchase UWB Location Anchor Configuration Program Source Code - Price: $3,000 USD.
During production, usually only the Bootloader is flashed. Then use the "anchor Factory Initialization Program" to assign the EUI64/MAC address to the new anchor, write the default parameters, and flash the Application (the real firmware of the anchor). "anchor Factory Initialization Program" is for internal use and we do not provide it to users. We can provide the compiled "anchor Factory Initialization Program", and you can also purchase UWB Location Anchor Factory Initialization Program Source Code - Price: $4,000 USD.
All codes of the anchor firmware are written in IAR C and compiled using the IAR environment.
We ensure that you can compile the Bootloader and Application normally and flash them into the anchor MCU. If you want to add additional features, that's your business. Of course, you can also entrust us to help you develop other functions.
- Details
- Written by: zhang
- Category: Sales
UWB Location Single Network Port Anchor A1102P BackBoard Circuit Diagram and PCB Diagram - Price: $150 USD
The A1102P is our best-selling anchor product. The circuit structure is reasonable and the operation is stable.
Use STM32F103RET6 as the main control MCU, W5500 as the network interface, and TPS23753APW as the POE to receive power.
We will provide 4 versions of AD project files: Rev2.0, Rev2.1, Rev2.11, Rev2.2, of which Rev2.2 is the latest version. There are also DWM1000 adapter board project files.
Starting from Rev2.2, the conversion board between the anchor base plate and the UWB module has been changed from welding to pin header, so there are two types of conversion boards.
Please note that only AD project files are provided, and there is no STM32 firmware source code. If you need the firmware source code, please click here: UWB Location Anchor Firmware Source Code - Price: $7,500 USD
Please note that this sales item only includes the anchor chassis and does not include UWB module circuits and PCBs. If you use the original DWM1000 module, we can provide the adapter board PCB diagram.
If you want to produce UWB modules by yourself, we have 3 types of UWB modules for you to choose from.
UWB Module SDWM1000 Circuit Diagram and PCB - Price: $300 USD
UWB Module Anchor-RFM-PA-LNA-ANT Circuit Diagram and PCB - Price: $450 USD
UWB Module UM2000 Circuit Diagram and PCB - Price: $450 USD
- Details
- Written by: zhang
- Category: Sales
UWB Location Anchor Factory Initialization Program Source Code - Price: $4,000 USD
The anchor factory initialization program is a desktop application written in Delphi7.
The main functions of the anchor factory initialization program include:
- Assign EUI64 ID to new anchor
- Set the initial parameters of the anchor
- Flash the firmware into the anchor MCU
- Perform some basic tests on the anchor
- Print factory nameplate
After the anchor PCBA is produced, the bootloader is usually only flashed into the MCU. The firmware of the anchor is usually flashed through the network through the "Factory Initialization Program".
We have automated this process as much as possible to reduce operator workload.
This protection program is written based on the "anchor Configuration Program". In a sense, it is an enhanced version of the anchor configuration program, but it is limited to internal production.
We ensure that you can compile the anchor factory initialization program normally using Delphi7.
- Details
- Written by: zhang
- Category: Sales
UWB Location Tag Configuration Program Source Code - Price: $1,200 USD
Tag Configurator is a desktop application written using Delphi7.
The function of the tag configuration program is to configure tags through USB. You can set the basic parameters of the tag (sleep cycle/LED display mode), UWB parameters, etc.
The tag configuration program also has built-in tag firmware (encrypted), and the tag firmware can be upgraded via USB.
After the tag is connected to the PC via USB, it appears in the system as a HID device.
We ensure that you can compile the tag configuration program normally using Delphi7.