【E1382】基于RSSI的ZigBee室内定位源代码

2021-10-03 22:29:56      索炜达电子      741     

项目编号:E1382

文件大小:141M

源码说明:带中文注释

开发环境:Verilog

简要概述:

使用说明 

上、下位机解压需注意问题,由于 IAR 的特殊性,文件路径不要包括汉字,全部使用英文或者数字,而且路径尽量短,也就是最好放 在某个盘的根目录下 下位机部分:下位机文件夹中主要包括三部分内容,分别为 BLINDNODE 文件夹(全部的盲节点代码)、 COORDINATOR 文件夹(全部的协调器代码)、ROUTER 文件夹(全部三个锚节点代码)

目录│文件列表:

 └ RSSI-based-ZigBee-indoor-positioning

    │ 基于RSSI的ZigBee室内定位.pdf

    └ RSSI-based-ZigBee-indoor-positioning

       ├ images

       │  │ image1.png

       │  │ image10.png

       │  │ image11.png

       │  │ image2.png

       │  │ image3.png

       │  │ image4.png

       │  │ image5.png

       │  │ image6.png

       │  │ image7.png

       │  │ image8.png

       │  └ image9.png

       ├ imgs

       │  │ image1.png

       │  │ image10.png

       │  │ image11.png

       │  │ image12.png

       │  │ image13.png

       │  │ image2.png

       │  │ image3.png

       │  │ image4.png

       │  │ image5.png

       │  │ image6.png

       │  │ image7.png

       │  │ image8.png

       │  └ image9.png

       ├ Location

       │  ├ BLINDNODE

       │  │  │ Getting Started Guide - CC2530.pdf

       │  │  │ msvcr71.dll

       │  │  ├ Components

       │  │  │  ├ hal

       │  │  │  │  ├ common

       │  │  │  │  │  │ hal_assert.c

       │  │  │  │  │  └ hal_drivers.c

       │  │  │  │  ├ include

       │  │  │  │  │  │ hal_adc.h

       │  │  │  │  │  │ hal_assert.h

       │  │  │  │  │  │ hal_board.h

       │  │  │  │  │  │ hal_ccm.h

       │  │  │  │  │  │ hal_defs.h

       │  │  │  │  │  │ hal_drivers.h

       │  │  │  │  │  │ hal_flash.h

       │  │  │  │  │  │ hal_key.h

       │  │  │  │  │  │ hal_lcd.h

       │  │  │  │  │  │ hal_led.h

       │  │  │  │  │  │ hal_sleep.h

       │  │  │  │  │  │ hal_timer.h

       │  │  │  │  │  └ hal_uart.h

       │  │  │  │  └ target

       │  │  │  │     ├ CC2530EB

       │  │  │  │     │  │ hal_adc.c

       │  │  │  │     │  │ hal_aes.h

       │  │  │  │     │  │ hal_board_cfg.h

       │  │  │  │     │  │ hal_dma.c

       │  │  │  │     │  │ hal_dma.h

       │  │  │  │     │  │ hal_flash.c

       │  │  │  │     │  │ hal_key.c

       │  │  │  │     │  │ hal_lcd.c

       │  │  │  │     │  │ hal_led.c

       │  │  │  │     │  │ hal_mac_cfg.h

       │  │  │  │     │  │ hal_mcu.h

       │  │  │  │     │  │ hal_oad.c

       │  │  │  │     │  │ hal_oad.h

       │  │  │  │     │  │ hal_sleep.c

       │  │  │  │     │  │ hal_startup.c

       │  │  │  │     │  │ hal_timer.c

       │  │  │  │     │  │ hal_types.h

       │  │  │  │     │  │ hal_uart.c

       │  │  │  │     │  │ _hal_uart_dma.c

       │  │  │  │     │  └ _hal_uart_isr.c

       │  │  │  │     ├ CC2530USB

       │  │  │  │     │  │ hal_adc.c

       │  │  │  │     │  │ hal_aes.h

       │  │  │  │     │  │ hal_board_cfg.h

       │  │  │  │     │  │ hal_dma.c

       │  │  │  │     │  │ hal_dma.h

       │  │  │  │     │  │ hal_flash.c

       │  │  │  │     │  │ hal_key.c

       │  │  │  │     │  │ hal_lcd.c

       │  │  │  │     │  │ hal_led.c

       │  │  │  │     │  │ hal_mac_cfg.h

       │  │  │  │     │  │ hal_mcu.h

       │  │  │  │     │  │ hal_oad.c

       │  │  │  │     │  │ hal_oad.h

       │  │  │  │     │  │ hal_sleep.c

       │  │  │  │     │  │ hal_startup.c

       │  │  │  │     │  │ hal_timer.c

       │  │  │  │     │  │ hal_types.h

       │  │  │  │     │  │ hal_uart.c

       │  │  │  │     │  │ _hal_uart_usb.c

       │  │  │  │     │  └ usb

       │  │  │  │     │     ├ class_cdc

       │  │  │  │     │     │  │ usb_cdc.h

       │  │  │  │     │     │  │ usb_cdc_descriptor.s51

       │  │  │  │     │     │  │ usb_cdc_hooks.c

       │  │  │  │     │     │  │ usb_cdc_hooks.h

       │  │  │  │     │     │  │ usb_firmware_library_config.c

       │  │  │  │     │     │  │ usb_firmware_library_config.h

       │  │  │  │     │     │  └ usb_firmware_library_headers.h

TAGZigBee
  • 7 次
  • 1 分