实例介绍
经典易懂的zigbeeCC2530的传感器开发例子,很全面,开发必备
【实例截图】
【核心代码】
4744302543348188564.rar
└── 4.传感器操作
├── 10. 土壤水分传感器
│ ├── Debug
│ │ ├── Exe
│ │ │ └── Moisture sensor.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── hal_adc.r51
│ │ ├── JLX12864.r51
│ │ ├── Moisture sensor.pbd
│ │ └── Moisture sensor.r51
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── Moisture sensor.c
│ ├── Moisture sensor.dep
│ ├── Moisture sensor.ewd
│ ├── Moisture sensor.ewp
│ ├── Moisture sensor.eww
│ └── settings
│ ├── Moisture sensor.cspy.bat
│ ├── Moisture sensor.dbgdt
│ ├── Moisture sensor.dni
│ └── Moisture sensor.wsdt
├── 11. MQ-2气体传感器采样与无线数据传输并发送至电脑
│ ├── 实验说明.docx
│ ├── 数据接收模块
│ │ ├── ide
│ │ │ ├── cc2530_sw_examples.eww
│ │ │ ├── settings
│ │ │ │ └── cc2530_sw_examples.wsdt
│ │ │ ├── srf05_cc2530
│ │ │ │ └── iar
│ │ │ │ ├── Backup of light_switch.ewd
│ │ │ │ ├── Backup of light_switch.ewp
│ │ │ │ ├── Backup of per_test.ewd
│ │ │ │ ├── Backup of per_test.ewp
│ │ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ │ ├── light_switch.d51
│ │ │ │ ├── light_switch.dep
│ │ │ │ ├── light_switch.ewd
│ │ │ │ ├── light_switch.ewp
│ │ │ │ ├── light_switch.eww
│ │ │ │ ├── light_switch.hex
│ │ │ │ ├── per_test.d51
│ │ │ │ ├── per_test.dep
│ │ │ │ ├── per_test.ewd
│ │ │ │ ├── per_test.ewp
│ │ │ │ ├── per_test.eww
│ │ │ │ ├── per_test.hex
│ │ │ │ ├── settings
│ │ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ │ ├── light_switch.dbgdt
│ │ │ │ │ ├── light_switch.dni
│ │ │ │ │ ├── light_switch.wsdt
│ │ │ │ │ ├── per_test.cspy.bat
│ │ │ │ │ ├── per_test.dbgdt
│ │ │ │ │ ├── per_test.dni
│ │ │ │ │ ├── per_test.wsdt
│ │ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ │ └── spectrum_analyzer.dni
│ │ │ │ ├── spectrum_analyzer.d51
│ │ │ │ ├── spectrum_analyzer.dep
│ │ │ │ ├── spectrum_analyzer.ewd
│ │ │ │ ├── spectrum_analyzer.ewp
│ │ │ │ ├── spectrum_analyzer.eww
│ │ │ │ ├── spectrum_analyzer.hex
│ │ │ │ └── temp
│ │ │ │ ├── light_switch
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── basic_rf_security.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_security.r51
│ │ │ │ │ ├── light_switch.pbd
│ │ │ │ │ ├── light_switch.r51
│ │ │ │ │ ├── receive.r51
│ │ │ │ │ ├── send.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── light_switch.map
│ │ │ │ ├── per_test
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ │ ├── per_test_menu.r51
│ │ │ │ │ ├── per_test.pbd
│ │ │ │ │ ├── per_test.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── per_test.map
│ │ │ │ ├── spectrum_analyzer
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_util.r51
│ │ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ └── spectrum_analyzer.map
│ │ │ └── srf05_cc2530_91
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ └── light_switch.dni
│ │ │ └── temp
│ │ │ └── light_switch
│ │ │ └── light_switch.pbd
│ │ └── source
│ │ ├── apps
│ │ │ ├── per_test
│ │ │ │ ├── per_test.c
│ │ │ │ ├── per_test.h
│ │ │ │ ├── per_test_menu.c
│ │ │ │ └── per_test_menu.h
│ │ │ ├── receive
│ │ │ │ ├── AD_sample2.c
│ │ │ │ └── receive.c
│ │ │ └── spectrum_analyzer
│ │ │ └── spectrum_analyzer.c
│ │ └── components
│ │ ├── basicrf
│ │ │ ├── basic_rf.c
│ │ │ ├── basic_rf.h
│ │ │ ├── basic_rf_security.c
│ │ │ └── basic_rf_security.h
│ │ ├── common
│ │ │ ├── cc8051
│ │ │ │ └── hal_cc8051.h
│ │ │ ├── hal_defs.h
│ │ │ ├── hal_int.c
│ │ │ └── hal_types.h
│ │ ├── radios
│ │ │ └── cc2530
│ │ │ ├── adc.c
│ │ │ ├── adc.h
│ │ │ ├── clock.c
│ │ │ ├── clock.h
│ │ │ ├── hal_mcu.c
│ │ │ ├── hal_rf.c
│ │ │ ├── hal_rf_security.c
│ │ │ ├── hal_rf_util.c
│ │ │ └── hal_timer_32k.c
│ │ ├── targets
│ │ │ ├── common
│ │ │ │ └── hal_lcd_srf05.c
│ │ │ ├── interface
│ │ │ │ ├── hal_assert.h
│ │ │ │ ├── hal_digio.h
│ │ │ │ ├── hal_int.h
│ │ │ │ ├── hal_mcu.h
│ │ │ │ ├── hal_rf.h
│ │ │ │ ├── hal_rf_security.h
│ │ │ │ ├── hal_rf_util.h
│ │ │ │ ├── hal_timer_32k.h
│ │ │ │ └── hal_uart.h
│ │ │ └── srf05_soc
│ │ │ ├── hal_assert.c
│ │ │ ├── hal_board.c
│ │ │ ├── hal_board.h
│ │ │ └── hal_digio.c
│ │ └── utils
│ │ ├── english_6x8_pixel.h
│ │ ├── JLX12864.c
│ │ ├── JLX12864.h
│ │ ├── util_buffer.c
│ │ ├── util_buffer.h
│ │ ├── util.c
│ │ ├── util.h
│ │ └── util_menu.h
│ └── 采样发送模块
│ ├── ide
│ │ ├── cc2530_sw_examples.eww
│ │ ├── settings
│ │ │ └── cc2530_sw_examples.wsdt
│ │ ├── srf05_cc2530
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ ├── light_switch.d51
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.eww
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.d51
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.eww
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ ├── light_switch.dni
│ │ │ │ ├── light_switch.wsdt
│ │ │ │ ├── per_test.cspy.bat
│ │ │ │ ├── per_test.dbgdt
│ │ │ │ ├── per_test.dni
│ │ │ │ ├── per_test.wsdt
│ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ └── spectrum_analyzer.dni
│ │ │ ├── spectrum_analyzer.d51
│ │ │ ├── spectrum_analyzer.dep
│ │ │ ├── spectrum_analyzer.ewd
│ │ │ ├── spectrum_analyzer.ewp
│ │ │ ├── spectrum_analyzer.eww
│ │ │ ├── spectrum_analyzer.hex
│ │ │ └── temp
│ │ │ ├── light_switch
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── basic_rf_security.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_adc.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_security.r51
│ │ │ │ ├── light_switch.pbd
│ │ │ │ ├── light_switch.r51
│ │ │ │ ├── send.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ └── util.r51
│ │ │ ├── light_switch.map
│ │ │ ├── per_test
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ ├── per_test_menu.r51
│ │ │ │ ├── per_test.pbd
│ │ │ │ ├── per_test.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ ├── per_test.map
│ │ │ ├── spectrum_analyzer
│ │ │ │ ├── adc.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_util.r51
│ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ └── spectrum_analyzer.map
│ │ └── srf05_cc2530_91
│ │ └── iar
│ │ ├── Backup of light_switch.ewd
│ │ ├── Backup of light_switch.ewp
│ │ ├── Backup of per_test.ewd
│ │ ├── Backup of per_test.ewp
│ │ ├── light_switch.dep
│ │ ├── light_switch.ewd
│ │ ├── light_switch.ewp
│ │ ├── light_switch.hex
│ │ ├── per_test.dep
│ │ ├── per_test.ewd
│ │ ├── per_test.ewp
│ │ ├── per_test.hex
│ │ ├── settings
│ │ │ ├── light_switch.cspy.bat
│ │ │ ├── light_switch.dbgdt
│ │ │ └── light_switch.dni
│ │ └── temp
│ │ └── light_switch
│ │ └── light_switch.pbd
│ └── source
│ ├── apps
│ │ ├── per_test
│ │ │ ├── per_test.c
│ │ │ ├── per_test.h
│ │ │ ├── per_test_menu.c
│ │ │ └── per_test_menu.h
│ │ ├── send
│ │ │ ├── AD_sample2.c
│ │ │ ├── AD_sample.c
│ │ │ └── send.c
│ │ └── spectrum_analyzer
│ │ └── spectrum_analyzer.c
│ └── components
│ ├── basicrf
│ │ ├── basic_rf.c
│ │ ├── basic_rf.h
│ │ ├── basic_rf_security.c
│ │ └── basic_rf_security.h
│ ├── common
│ │ ├── cc8051
│ │ │ └── hal_cc8051.h
│ │ ├── hal_defs.h
│ │ ├── hal_int.c
│ │ └── hal_types.h
│ ├── radios
│ │ └── cc2530
│ │ ├── adc.c
│ │ ├── adc.h
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── hal_mcu.c
│ │ ├── hal_rf.c
│ │ ├── hal_rf_security.c
│ │ ├── hal_rf_util.c
│ │ └── hal_timer_32k.c
│ ├── targets
│ │ ├── common
│ │ │ └── hal_lcd_srf05.c
│ │ ├── interface
│ │ │ ├── hal_assert.h
│ │ │ ├── hal_digio.h
│ │ │ ├── hal_int.h
│ │ │ ├── hal_mcu.h
│ │ │ ├── hal_rf.h
│ │ │ ├── hal_rf_security.h
│ │ │ ├── hal_rf_util.h
│ │ │ ├── hal_timer_32k.h
│ │ │ └── hal_uart.h
│ │ └── srf05_soc
│ │ ├── hal_assert.c
│ │ ├── hal_board.c
│ │ ├── hal_board.h
│ │ └── hal_digio.c
│ └── utils
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── util_buffer.c
│ ├── util_buffer.h
│ ├── util.c
│ ├── util.h
│ └── util_menu.h
├── 12.DHT11无线数据采样显示并发送至计算机
│ ├── 实验说明.docx
│ ├── 数据接收模块
│ │ ├── ide
│ │ │ ├── cc2530_sw_examples.eww
│ │ │ ├── settings
│ │ │ │ └── cc2530_sw_examples.wsdt
│ │ │ ├── srf05_cc2530
│ │ │ │ └── iar
│ │ │ │ ├── Backup of light_switch.ewd
│ │ │ │ ├── Backup of light_switch.ewp
│ │ │ │ ├── Backup of per_test.ewd
│ │ │ │ ├── Backup of per_test.ewp
│ │ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ │ ├── light_switch.d51
│ │ │ │ ├── light_switch.dep
│ │ │ │ ├── light_switch.ewd
│ │ │ │ ├── light_switch.ewp
│ │ │ │ ├── light_switch.eww
│ │ │ │ ├── light_switch.hex
│ │ │ │ ├── per_test.d51
│ │ │ │ ├── per_test.dep
│ │ │ │ ├── per_test.ewd
│ │ │ │ ├── per_test.ewp
│ │ │ │ ├── per_test.eww
│ │ │ │ ├── per_test.hex
│ │ │ │ ├── settings
│ │ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ │ ├── light_switch.dbgdt
│ │ │ │ │ ├── light_switch.dni
│ │ │ │ │ ├── light_switch.wsdt
│ │ │ │ │ ├── per_test.cspy.bat
│ │ │ │ │ ├── per_test.dbgdt
│ │ │ │ │ ├── per_test.dni
│ │ │ │ │ ├── per_test.wsdt
│ │ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ │ └── spectrum_analyzer.dni
│ │ │ │ ├── spectrum_analyzer.d51
│ │ │ │ ├── spectrum_analyzer.dep
│ │ │ │ ├── spectrum_analyzer.ewd
│ │ │ │ ├── spectrum_analyzer.ewp
│ │ │ │ ├── spectrum_analyzer.eww
│ │ │ │ ├── spectrum_analyzer.hex
│ │ │ │ └── temp
│ │ │ │ ├── light_switch
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── basic_rf_security.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_security.r51
│ │ │ │ │ ├── light_switch.pbd
│ │ │ │ │ ├── light_switch.r51
│ │ │ │ │ ├── receive.r51
│ │ │ │ │ ├── send.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── light_switch.map
│ │ │ │ ├── per_test
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ │ ├── per_test_menu.r51
│ │ │ │ │ ├── per_test.pbd
│ │ │ │ │ ├── per_test.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── per_test.map
│ │ │ │ ├── spectrum_analyzer
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_util.r51
│ │ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ └── spectrum_analyzer.map
│ │ │ └── srf05_cc2530_91
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ └── light_switch.dni
│ │ │ └── temp
│ │ │ └── light_switch
│ │ │ └── light_switch.pbd
│ │ └── source
│ │ ├── apps
│ │ │ ├── per_test
│ │ │ │ ├── per_test.c
│ │ │ │ ├── per_test.h
│ │ │ │ ├── per_test_menu.c
│ │ │ │ └── per_test_menu.h
│ │ │ ├── receive
│ │ │ │ ├── AD_sample2.c
│ │ │ │ └── receive.c
│ │ │ └── spectrum_analyzer
│ │ │ └── spectrum_analyzer.c
│ │ └── components
│ │ ├── basicrf
│ │ │ ├── basic_rf.c
│ │ │ ├── basic_rf.h
│ │ │ ├── basic_rf_security.c
│ │ │ └── basic_rf_security.h
│ │ ├── common
│ │ │ ├── cc8051
│ │ │ │ └── hal_cc8051.h
│ │ │ ├── hal_defs.h
│ │ │ ├── hal_int.c
│ │ │ └── hal_types.h
│ │ ├── radios
│ │ │ └── cc2530
│ │ │ ├── adc.c
│ │ │ ├── adc.h
│ │ │ ├── clock.c
│ │ │ ├── clock.h
│ │ │ ├── hal_mcu.c
│ │ │ ├── hal_rf.c
│ │ │ ├── hal_rf_security.c
│ │ │ ├── hal_rf_util.c
│ │ │ └── hal_timer_32k.c
│ │ ├── targets
│ │ │ ├── common
│ │ │ │ └── hal_lcd_srf05.c
│ │ │ ├── interface
│ │ │ │ ├── hal_assert.h
│ │ │ │ ├── hal_digio.h
│ │ │ │ ├── hal_int.h
│ │ │ │ ├── hal_mcu.h
│ │ │ │ ├── hal_rf.h
│ │ │ │ ├── hal_rf_security.h
│ │ │ │ ├── hal_rf_util.h
│ │ │ │ ├── hal_timer_32k.h
│ │ │ │ └── hal_uart.h
│ │ │ └── srf05_soc
│ │ │ ├── hal_assert.c
│ │ │ ├── hal_board.c
│ │ │ ├── hal_board.h
│ │ │ └── hal_digio.c
│ │ └── utils
│ │ ├── english_6x8_pixel.h
│ │ ├── JLX12864.c
│ │ ├── JLX12864.h
│ │ ├── util_buffer.c
│ │ ├── util_buffer.h
│ │ ├── util.c
│ │ ├── util.h
│ │ └── util_menu.h
│ └── 采样发送模块
│ ├── ide
│ │ ├── cc2530_sw_examples.eww
│ │ ├── settings
│ │ │ └── cc2530_sw_examples.wsdt
│ │ ├── srf05_cc2530
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ ├── light_switch.d51
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.eww
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.d51
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.eww
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ ├── light_switch.dni
│ │ │ │ ├── light_switch.wsdt
│ │ │ │ ├── per_test.cspy.bat
│ │ │ │ ├── per_test.dbgdt
│ │ │ │ ├── per_test.dni
│ │ │ │ ├── per_test.wsdt
│ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ └── spectrum_analyzer.dni
│ │ │ ├── spectrum_analyzer.d51
│ │ │ ├── spectrum_analyzer.dep
│ │ │ ├── spectrum_analyzer.ewd
│ │ │ ├── spectrum_analyzer.ewp
│ │ │ ├── spectrum_analyzer.eww
│ │ │ ├── spectrum_analyzer.hex
│ │ │ └── temp
│ │ │ ├── light_switch
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── basic_rf_security.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_adc.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_security.r51
│ │ │ │ ├── light_switch.pbd
│ │ │ │ ├── light_switch.r51
│ │ │ │ ├── send.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ └── util.r51
│ │ │ ├── light_switch.map
│ │ │ ├── per_test
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ ├── per_test_menu.r51
│ │ │ │ ├── per_test.pbd
│ │ │ │ ├── per_test.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ ├── per_test.map
│ │ │ ├── spectrum_analyzer
│ │ │ │ ├── adc.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_util.r51
│ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ └── spectrum_analyzer.map
│ │ └── srf05_cc2530_91
│ │ └── iar
│ │ ├── Backup of light_switch.ewd
│ │ ├── Backup of light_switch.ewp
│ │ ├── Backup of per_test.ewd
│ │ ├── Backup of per_test.ewp
│ │ ├── light_switch.dep
│ │ ├── light_switch.ewd
│ │ ├── light_switch.ewp
│ │ ├── light_switch.hex
│ │ ├── per_test.dep
│ │ ├── per_test.ewd
│ │ ├── per_test.ewp
│ │ ├── per_test.hex
│ │ ├── settings
│ │ │ ├── light_switch.cspy.bat
│ │ │ ├── light_switch.dbgdt
│ │ │ └── light_switch.dni
│ │ └── temp
│ │ └── light_switch
│ │ └── light_switch.pbd
│ └── source
│ ├── apps
│ │ ├── per_test
│ │ │ ├── per_test.c
│ │ │ ├── per_test.h
│ │ │ ├── per_test_menu.c
│ │ │ └── per_test_menu.h
│ │ ├── send
│ │ │ └── send.c
│ │ └── spectrum_analyzer
│ │ └── spectrum_analyzer.c
│ └── components
│ ├── basicrf
│ │ ├── basic_rf.c
│ │ ├── basic_rf.h
│ │ ├── basic_rf_security.c
│ │ └── basic_rf_security.h
│ ├── common
│ │ ├── cc8051
│ │ │ └── hal_cc8051.h
│ │ ├── hal_defs.h
│ │ ├── hal_int.c
│ │ └── hal_types.h
│ ├── radios
│ │ └── cc2530
│ │ ├── adc.c
│ │ ├── adc.h
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── hal_mcu.c
│ │ ├── hal_rf.c
│ │ ├── hal_rf_security.c
│ │ ├── hal_rf_util.c
│ │ └── hal_timer_32k.c
│ ├── targets
│ │ ├── common
│ │ │ └── hal_lcd_srf05.c
│ │ ├── interface
│ │ │ ├── hal_assert.h
│ │ │ ├── hal_digio.h
│ │ │ ├── hal_int.h
│ │ │ ├── hal_mcu.h
│ │ │ ├── hal_rf.h
│ │ │ ├── hal_rf_security.h
│ │ │ ├── hal_rf_util.h
│ │ │ ├── hal_timer_32k.h
│ │ │ └── hal_uart.h
│ │ └── srf05_soc
│ │ ├── hal_assert.c
│ │ ├── hal_board.c
│ │ ├── hal_board.h
│ │ └── hal_digio.c
│ └── utils
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── util_buffer.c
│ ├── util_buffer.h
│ ├── util.c
│ ├── util.h
│ └── util_menu.h
├── 12.DHT11无线数据采样显示并发送至计算机.rar
├── 1.光敏传感器光强读取并显示
│ ├── AD_sample.c
│ ├── Debug
│ │ ├── Exe
│ │ │ └── Light sensor.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── hal_adc.r51
│ │ ├── JLX12864.r51
│ │ ├── Light sensor.pbd
│ │ └── Light sensor.r51
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── Light sensor.c
│ ├── Light sensor.dep
│ ├── Light sensor.ewd
│ ├── Light sensor.ewp
│ ├── Light sensor.eww
│ └── settings
│ ├── Light sensor.cspy.bat
│ ├── Light sensor.dbgdt
│ ├── Light sensor.dni
│ └── Light sensor.wsdt
├── 2.光强采样与无线数据传输并显示在液晶上
│ ├── 数据接收模块
│ │ ├── ide
│ │ │ ├── cc2530_sw_examples.eww
│ │ │ ├── settings
│ │ │ │ └── cc2530_sw_examples.wsdt
│ │ │ ├── srf05_cc2530
│ │ │ │ └── iar
│ │ │ │ ├── Backup of light_switch.ewd
│ │ │ │ ├── Backup of light_switch.ewp
│ │ │ │ ├── Backup of per_test.ewd
│ │ │ │ ├── Backup of per_test.ewp
│ │ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ │ ├── light_switch.d51
│ │ │ │ ├── light_switch.dep
│ │ │ │ ├── light_switch.ewd
│ │ │ │ ├── light_switch.ewp
│ │ │ │ ├── light_switch.eww
│ │ │ │ ├── light_switch.hex
│ │ │ │ ├── per_test.d51
│ │ │ │ ├── per_test.dep
│ │ │ │ ├── per_test.ewd
│ │ │ │ ├── per_test.ewp
│ │ │ │ ├── per_test.eww
│ │ │ │ ├── per_test.hex
│ │ │ │ ├── settings
│ │ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ │ ├── light_switch.dbgdt
│ │ │ │ │ ├── light_switch.dni
│ │ │ │ │ ├── light_switch.wsdt
│ │ │ │ │ ├── per_test.cspy.bat
│ │ │ │ │ ├── per_test.dbgdt
│ │ │ │ │ ├── per_test.dni
│ │ │ │ │ ├── per_test.wsdt
│ │ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ │ └── spectrum_analyzer.dni
│ │ │ │ ├── spectrum_analyzer.d51
│ │ │ │ ├── spectrum_analyzer.dep
│ │ │ │ ├── spectrum_analyzer.ewd
│ │ │ │ ├── spectrum_analyzer.ewp
│ │ │ │ ├── spectrum_analyzer.eww
│ │ │ │ ├── spectrum_analyzer.hex
│ │ │ │ └── temp
│ │ │ │ ├── light_switch
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── basic_rf_security.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_security.r51
│ │ │ │ │ ├── light_switch.pbd
│ │ │ │ │ ├── light_switch.r51
│ │ │ │ │ ├── receive.r51
│ │ │ │ │ ├── send.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── light_switch.map
│ │ │ │ ├── per_test
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ │ ├── per_test_menu.r51
│ │ │ │ │ ├── per_test.pbd
│ │ │ │ │ ├── per_test.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── per_test.map
│ │ │ │ ├── spectrum_analyzer
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_util.r51
│ │ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ └── spectrum_analyzer.map
│ │ │ └── srf05_cc2530_91
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ └── light_switch.dni
│ │ │ └── temp
│ │ │ └── light_switch
│ │ │ └── light_switch.pbd
│ │ └── source
│ │ ├── apps
│ │ │ ├── per_test
│ │ │ │ ├── per_test.c
│ │ │ │ ├── per_test.h
│ │ │ │ ├── per_test_menu.c
│ │ │ │ └── per_test_menu.h
│ │ │ ├── receive
│ │ │ │ ├── AD_sample2.c
│ │ │ │ └── receive.c
│ │ │ └── spectrum_analyzer
│ │ │ └── spectrum_analyzer.c
│ │ └── components
│ │ ├── basicrf
│ │ │ ├── basic_rf.c
│ │ │ ├── basic_rf.h
│ │ │ ├── basic_rf_security.c
│ │ │ └── basic_rf_security.h
│ │ ├── common
│ │ │ ├── cc8051
│ │ │ │ └── hal_cc8051.h
│ │ │ ├── hal_defs.h
│ │ │ ├── hal_int.c
│ │ │ └── hal_types.h
│ │ ├── radios
│ │ │ └── cc2530
│ │ │ ├── adc.c
│ │ │ ├── adc.h
│ │ │ ├── clock.c
│ │ │ ├── clock.h
│ │ │ ├── hal_mcu.c
│ │ │ ├── hal_rf.c
│ │ │ ├── hal_rf_security.c
│ │ │ ├── hal_rf_util.c
│ │ │ └── hal_timer_32k.c
│ │ ├── targets
│ │ │ ├── common
│ │ │ │ └── hal_lcd_srf05.c
│ │ │ ├── interface
│ │ │ │ ├── hal_assert.h
│ │ │ │ ├── hal_digio.h
│ │ │ │ ├── hal_int.h
│ │ │ │ ├── hal_mcu.h
│ │ │ │ ├── hal_rf.h
│ │ │ │ ├── hal_rf_security.h
│ │ │ │ ├── hal_rf_util.h
│ │ │ │ ├── hal_timer_32k.h
│ │ │ │ └── hal_uart.h
│ │ │ └── srf05_soc
│ │ │ ├── hal_assert.c
│ │ │ ├── hal_board.c
│ │ │ ├── hal_board.h
│ │ │ └── hal_digio.c
│ │ └── utils
│ │ ├── english_6x8_pixel.h
│ │ ├── JLX12864.c
│ │ ├── JLX12864.h
│ │ ├── util_buffer.c
│ │ ├── util_buffer.h
│ │ ├── util.c
│ │ ├── util.h
│ │ └── util_menu.h
│ └── 采样发送模块
│ ├── ide
│ │ ├── cc2530_sw_examples.eww
│ │ ├── settings
│ │ │ └── cc2530_sw_examples.wsdt
│ │ ├── srf05_cc2530
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ ├── light_switch.d51
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.eww
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.d51
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.eww
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ ├── light_switch.dni
│ │ │ │ ├── light_switch.wsdt
│ │ │ │ ├── per_test.cspy.bat
│ │ │ │ ├── per_test.dbgdt
│ │ │ │ ├── per_test.dni
│ │ │ │ ├── per_test.wsdt
│ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ └── spectrum_analyzer.dni
│ │ │ ├── spectrum_analyzer.d51
│ │ │ ├── spectrum_analyzer.dep
│ │ │ ├── spectrum_analyzer.ewd
│ │ │ ├── spectrum_analyzer.ewp
│ │ │ ├── spectrum_analyzer.eww
│ │ │ ├── spectrum_analyzer.hex
│ │ │ └── temp
│ │ │ ├── light_switch
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── basic_rf_security.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_adc.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_security.r51
│ │ │ │ ├── light_switch.pbd
│ │ │ │ ├── light_switch.r51
│ │ │ │ ├── send.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ └── util.r51
│ │ │ ├── light_switch.map
│ │ │ ├── per_test
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ ├── per_test_menu.r51
│ │ │ │ ├── per_test.pbd
│ │ │ │ ├── per_test.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ ├── per_test.map
│ │ │ ├── spectrum_analyzer
│ │ │ │ ├── adc.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_util.r51
│ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ └── spectrum_analyzer.map
│ │ └── srf05_cc2530_91
│ │ └── iar
│ │ ├── Backup of light_switch.ewd
│ │ ├── Backup of light_switch.ewp
│ │ ├── Backup of per_test.ewd
│ │ ├── Backup of per_test.ewp
│ │ ├── light_switch.dep
│ │ ├── light_switch.ewd
│ │ ├── light_switch.ewp
│ │ ├── light_switch.hex
│ │ ├── per_test.dep
│ │ ├── per_test.ewd
│ │ ├── per_test.ewp
│ │ ├── per_test.hex
│ │ ├── settings
│ │ │ ├── light_switch.cspy.bat
│ │ │ ├── light_switch.dbgdt
│ │ │ └── light_switch.dni
│ │ └── temp
│ │ └── light_switch
│ │ └── light_switch.pbd
│ └── source
│ ├── apps
│ │ ├── per_test
│ │ │ ├── per_test.c
│ │ │ ├── per_test.h
│ │ │ ├── per_test_menu.c
│ │ │ └── per_test_menu.h
│ │ ├── send
│ │ │ ├── AD_sample2.c
│ │ │ ├── AD_sample.c
│ │ │ └── send.c
│ │ └── spectrum_analyzer
│ │ └── spectrum_analyzer.c
│ └── components
│ ├── basicrf
│ │ ├── basic_rf.c
│ │ ├── basic_rf.h
│ │ ├── basic_rf_security.c
│ │ └── basic_rf_security.h
│ ├── common
│ │ ├── cc8051
│ │ │ └── hal_cc8051.h
│ │ ├── hal_defs.h
│ │ ├── hal_int.c
│ │ └── hal_types.h
│ ├── radios
│ │ └── cc2530
│ │ ├── adc.c
│ │ ├── adc.h
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── hal_mcu.c
│ │ ├── hal_rf.c
│ │ ├── hal_rf_security.c
│ │ ├── hal_rf_util.c
│ │ └── hal_timer_32k.c
│ ├── targets
│ │ ├── common
│ │ │ └── hal_lcd_srf05.c
│ │ ├── interface
│ │ │ ├── hal_assert.h
│ │ │ ├── hal_digio.h
│ │ │ ├── hal_int.h
│ │ │ ├── hal_mcu.h
│ │ │ ├── hal_rf.h
│ │ │ ├── hal_rf_security.h
│ │ │ ├── hal_rf_util.h
│ │ │ ├── hal_timer_32k.h
│ │ │ └── hal_uart.h
│ │ └── srf05_soc
│ │ ├── hal_assert.c
│ │ ├── hal_board.c
│ │ ├── hal_board.h
│ │ └── hal_digio.c
│ └── utils
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── util_buffer.c
│ ├── util_buffer.h
│ ├── util.c
│ ├── util.h
│ └── util_menu.h
├── 3. DS18B20_温度与内部ID读取并显示
│ ├── ide
│ │ ├── cc2530_sw_examples.eww
│ │ ├── settings
│ │ │ └── cc2530_sw_examples.wsdt
│ │ ├── srf05_cc2530
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ ├── light_switch.d51
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.eww
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.d51
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.eww
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ ├── light_switch.dni
│ │ │ │ ├── light_switch.wsdt
│ │ │ │ ├── per_test.cspy.bat
│ │ │ │ ├── per_test.dbgdt
│ │ │ │ ├── per_test.dni
│ │ │ │ ├── per_test.wsdt
│ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ └── spectrum_analyzer.dni
│ │ │ ├── spectrum_analyzer.d51
│ │ │ ├── spectrum_analyzer.dep
│ │ │ ├── spectrum_analyzer.ewd
│ │ │ ├── spectrum_analyzer.ewp
│ │ │ ├── spectrum_analyzer.eww
│ │ │ ├── spectrum_analyzer.hex
│ │ │ └── temp
│ │ │ ├── light_switch
│ │ │ │ ├── adc.r51
│ │ │ │ ├── AD_sample.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── basic_rf_security.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── ds18b20.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_security.r51
│ │ │ │ ├── light_switch.pbd
│ │ │ │ ├── light_switch.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ └── util.r51
│ │ │ ├── light_switch.map
│ │ │ ├── per_test
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ ├── per_test_menu.r51
│ │ │ │ ├── per_test.pbd
│ │ │ │ ├── per_test.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ ├── per_test.map
│ │ │ ├── spectrum_analyzer
│ │ │ │ ├── adc.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_util.r51
│ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ └── spectrum_analyzer.map
│ │ └── srf05_cc2530_91
│ │ └── iar
│ │ ├── Backup of light_switch.ewd
│ │ ├── Backup of light_switch.ewp
│ │ ├── Backup of per_test.ewd
│ │ ├── Backup of per_test.ewp
│ │ ├── light_switch.dep
│ │ ├── light_switch.ewd
│ │ ├── light_switch.ewp
│ │ ├── light_switch.hex
│ │ ├── per_test.dep
│ │ ├── per_test.ewd
│ │ ├── per_test.ewp
│ │ ├── per_test.hex
│ │ ├── settings
│ │ │ ├── light_switch.cspy.bat
│ │ │ ├── light_switch.dbgdt
│ │ │ └── light_switch.dni
│ │ └── temp
│ │ └── light_switch
│ │ └── light_switch.pbd
│ └── source
│ ├── apps
│ │ ├── AD_sample
│ │ │ ├── AD_sample.c
│ │ │ ├── ds18b20.c
│ │ │ ├── DS18B20.h
│ │ │ └── LCD_control.c
│ │ ├── per_test
│ │ │ ├── per_test.c
│ │ │ ├── per_test.h
│ │ │ ├── per_test_menu.c
│ │ │ └── per_test_menu.h
│ │ └── spectrum_analyzer
│ │ └── spectrum_analyzer.c
│ └── components
│ ├── basicrf
│ │ ├── basic_rf.c
│ │ ├── basic_rf.h
│ │ ├── basic_rf_security.c
│ │ └── basic_rf_security.h
│ ├── common
│ │ ├── cc8051
│ │ │ └── hal_cc8051.h
│ │ ├── hal_defs.h
│ │ ├── hal_int.c
│ │ └── hal_types.h
│ ├── radios
│ │ └── cc2530
│ │ ├── adc.c
│ │ ├── adc.h
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── hal_mcu.c
│ │ ├── hal_rf.c
│ │ ├── hal_rf_security.c
│ │ ├── hal_rf_util.c
│ │ └── hal_timer_32k.c
│ ├── targets
│ │ ├── common
│ │ │ └── hal_lcd_srf05.c
│ │ ├── interface
│ │ │ ├── hal_assert.h
│ │ │ ├── hal_digio.h
│ │ │ ├── hal_int.h
│ │ │ ├── hal_mcu.h
│ │ │ ├── hal_rf.h
│ │ │ ├── hal_rf_security.h
│ │ │ ├── hal_rf_util.h
│ │ │ ├── hal_timer_32k.h
│ │ │ └── hal_uart.h
│ │ └── srf05_soc
│ │ ├── hal_assert.c
│ │ ├── hal_board.c
│ │ ├── hal_board.h
│ │ └── hal_digio.c
│ └── utils
│ ├── english_6x8_pixel.h
│ ├── JLX12864.h
│ ├── util_buffer.c
│ ├── util_buffer.h
│ ├── util.c
│ ├── util.h
│ └── util_menu.h
├── 4.DS18B20传感器操作和无线数据传输
│ ├── 实验说明.docx
│ ├── 数据接收模块
│ │ ├── ide
│ │ │ ├── cc2530_sw_examples.eww
│ │ │ ├── settings
│ │ │ │ └── cc2530_sw_examples.wsdt
│ │ │ ├── srf05_cc2530
│ │ │ │ └── iar
│ │ │ │ ├── Backup of light_switch.ewd
│ │ │ │ ├── Backup of light_switch.ewp
│ │ │ │ ├── Backup of per_test.ewd
│ │ │ │ ├── Backup of per_test.ewp
│ │ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ │ ├── light_switch.d51
│ │ │ │ ├── light_switch.dep
│ │ │ │ ├── light_switch.ewd
│ │ │ │ ├── light_switch.ewp
│ │ │ │ ├── light_switch.eww
│ │ │ │ ├── light_switch.hex
│ │ │ │ ├── per_test.d51
│ │ │ │ ├── per_test.dep
│ │ │ │ ├── per_test.ewd
│ │ │ │ ├── per_test.ewp
│ │ │ │ ├── per_test.eww
│ │ │ │ ├── per_test.hex
│ │ │ │ ├── settings
│ │ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ │ ├── light_switch.dbgdt
│ │ │ │ │ ├── light_switch.dni
│ │ │ │ │ ├── light_switch.wsdt
│ │ │ │ │ ├── per_test.cspy.bat
│ │ │ │ │ ├── per_test.dbgdt
│ │ │ │ │ ├── per_test.dni
│ │ │ │ │ ├── per_test.wsdt
│ │ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ │ └── spectrum_analyzer.dni
│ │ │ │ ├── spectrum_analyzer.d51
│ │ │ │ ├── spectrum_analyzer.dep
│ │ │ │ ├── spectrum_analyzer.ewd
│ │ │ │ ├── spectrum_analyzer.ewp
│ │ │ │ ├── spectrum_analyzer.eww
│ │ │ │ ├── spectrum_analyzer.hex
│ │ │ │ └── temp
│ │ │ │ ├── light_switch
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── basic_rf_security.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_security.r51
│ │ │ │ │ ├── light_switch.pbd
│ │ │ │ │ ├── light_switch.r51
│ │ │ │ │ ├── receive.r51
│ │ │ │ │ ├── send.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── light_switch.map
│ │ │ │ ├── per_test
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── basic_rf.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ │ ├── per_test_menu.r51
│ │ │ │ │ ├── per_test.pbd
│ │ │ │ │ ├── per_test.r51
│ │ │ │ │ ├── util_buffer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ ├── per_test.map
│ │ │ │ ├── spectrum_analyzer
│ │ │ │ │ ├── adc.r51
│ │ │ │ │ ├── clock.r51
│ │ │ │ │ ├── hal_assert.r51
│ │ │ │ │ ├── hal_board.r51
│ │ │ │ │ ├── hal_button.r51
│ │ │ │ │ ├── hal_digio.r51
│ │ │ │ │ ├── hal_int.r51
│ │ │ │ │ ├── hal_joystick.r51
│ │ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ │ ├── hal_led.r51
│ │ │ │ │ ├── hal_mcu.r51
│ │ │ │ │ ├── hal_rf.r51
│ │ │ │ │ ├── hal_rf_util.r51
│ │ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ │ ├── util_lcd.r51
│ │ │ │ │ └── util.r51
│ │ │ │ └── spectrum_analyzer.map
│ │ │ └── srf05_cc2530_91
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ └── light_switch.dni
│ │ │ └── temp
│ │ │ └── light_switch
│ │ │ └── light_switch.pbd
│ │ └── source
│ │ ├── apps
│ │ │ ├── per_test
│ │ │ │ ├── per_test.c
│ │ │ │ ├── per_test.h
│ │ │ │ ├── per_test_menu.c
│ │ │ │ └── per_test_menu.h
│ │ │ ├── receive
│ │ │ │ ├── AD_sample2.c
│ │ │ │ └── receive.c
│ │ │ └── spectrum_analyzer
│ │ │ └── spectrum_analyzer.c
│ │ └── components
│ │ ├── basicrf
│ │ │ ├── basic_rf.c
│ │ │ ├── basic_rf.h
│ │ │ ├── basic_rf_security.c
│ │ │ └── basic_rf_security.h
│ │ ├── common
│ │ │ ├── cc8051
│ │ │ │ └── hal_cc8051.h
│ │ │ ├── hal_defs.h
│ │ │ ├── hal_int.c
│ │ │ └── hal_types.h
│ │ ├── radios
│ │ │ └── cc2530
│ │ │ ├── adc.c
│ │ │ ├── adc.h
│ │ │ ├── clock.c
│ │ │ ├── clock.h
│ │ │ ├── hal_mcu.c
│ │ │ ├── hal_rf.c
│ │ │ ├── hal_rf_security.c
│ │ │ ├── hal_rf_util.c
│ │ │ └── hal_timer_32k.c
│ │ ├── targets
│ │ │ ├── common
│ │ │ │ └── hal_lcd_srf05.c
│ │ │ ├── interface
│ │ │ │ ├── hal_assert.h
│ │ │ │ ├── hal_digio.h
│ │ │ │ ├── hal_int.h
│ │ │ │ ├── hal_mcu.h
│ │ │ │ ├── hal_rf.h
│ │ │ │ ├── hal_rf_security.h
│ │ │ │ ├── hal_rf_util.h
│ │ │ │ ├── hal_timer_32k.h
│ │ │ │ └── hal_uart.h
│ │ │ └── srf05_soc
│ │ │ ├── hal_assert.c
│ │ │ ├── hal_board.c
│ │ │ ├── hal_board.h
│ │ │ └── hal_digio.c
│ │ └── utils
│ │ ├── english_6x8_pixel.h
│ │ ├── JLX12864.c
│ │ ├── JLX12864.h
│ │ ├── util_buffer.c
│ │ ├── util_buffer.h
│ │ ├── util.c
│ │ ├── util.h
│ │ └── util_menu.h
│ └── 采样程序
│ ├── ide
│ │ ├── cc2530_sw_examples.eww
│ │ ├── settings
│ │ │ └── cc2530_sw_examples.wsdt
│ │ ├── srf05_cc2530
│ │ │ └── iar
│ │ │ ├── Backup of light_switch.ewd
│ │ │ ├── Backup of light_switch.ewp
│ │ │ ├── Backup of per_test.ewd
│ │ │ ├── Backup of per_test.ewp
│ │ │ ├── Backup of spectrum_analyzer.ewd
│ │ │ ├── Backup of spectrum_analyzer.ewp
│ │ │ ├── light_switch.d51
│ │ │ ├── light_switch.dep
│ │ │ ├── light_switch.ewd
│ │ │ ├── light_switch.ewp
│ │ │ ├── light_switch.eww
│ │ │ ├── light_switch.hex
│ │ │ ├── per_test.d51
│ │ │ ├── per_test.dep
│ │ │ ├── per_test.ewd
│ │ │ ├── per_test.ewp
│ │ │ ├── per_test.eww
│ │ │ ├── per_test.hex
│ │ │ ├── settings
│ │ │ │ ├── light_switch.cspy.bat
│ │ │ │ ├── light_switch.dbgdt
│ │ │ │ ├── light_switch.dni
│ │ │ │ ├── light_switch.wsdt
│ │ │ │ ├── per_test.cspy.bat
│ │ │ │ ├── per_test.dbgdt
│ │ │ │ ├── per_test.dni
│ │ │ │ ├── per_test.wsdt
│ │ │ │ ├── spectrum_analyzer.cspy.bat
│ │ │ │ ├── spectrum_analyzer.dbgdt
│ │ │ │ └── spectrum_analyzer.dni
│ │ │ ├── spectrum_analyzer.d51
│ │ │ ├── spectrum_analyzer.dep
│ │ │ ├── spectrum_analyzer.ewd
│ │ │ ├── spectrum_analyzer.ewp
│ │ │ ├── spectrum_analyzer.eww
│ │ │ ├── spectrum_analyzer.hex
│ │ │ └── temp
│ │ │ ├── light_switch
│ │ │ │ ├── adc.r51
│ │ │ │ ├── AD_sample.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── basic_rf_security.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── ds18b20.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_security.r51
│ │ │ │ ├── light_switch.pbd
│ │ │ │ ├── light_switch.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ └── util.r51
│ │ │ ├── light_switch.map
│ │ │ ├── per_test
│ │ │ │ ├── adc.r51
│ │ │ │ ├── basic_rf.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_timer_32k.r51
│ │ │ │ ├── per_test_menu.r51
│ │ │ │ ├── per_test.pbd
│ │ │ │ ├── per_test.r51
│ │ │ │ ├── util_buffer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ ├── per_test.map
│ │ │ ├── spectrum_analyzer
│ │ │ │ ├── adc.r51
│ │ │ │ ├── clock.r51
│ │ │ │ ├── hal_assert.r51
│ │ │ │ ├── hal_board.r51
│ │ │ │ ├── hal_button.r51
│ │ │ │ ├── hal_digio.r51
│ │ │ │ ├── hal_int.r51
│ │ │ │ ├── hal_joystick.r51
│ │ │ │ ├── hal_lcd_srf05.r51
│ │ │ │ ├── hal_led.r51
│ │ │ │ ├── hal_mcu.r51
│ │ │ │ ├── hal_rf.r51
│ │ │ │ ├── hal_rf_util.r51
│ │ │ │ ├── spectrum_analyzer.pbd
│ │ │ │ ├── spectrum_analyzer.r51
│ │ │ │ ├── util_lcd.r51
│ │ │ │ └── util.r51
│ │ │ └── spectrum_analyzer.map
│ │ └── srf05_cc2530_91
│ │ └── iar
│ │ ├── Backup of light_switch.ewd
│ │ ├── Backup of light_switch.ewp
│ │ ├── Backup of per_test.ewd
│ │ ├── Backup of per_test.ewp
│ │ ├── light_switch.dep
│ │ ├── light_switch.ewd
│ │ ├── light_switch.ewp
│ │ ├── light_switch.hex
│ │ ├── per_test.dep
│ │ ├── per_test.ewd
│ │ ├── per_test.ewp
│ │ ├── per_test.hex
│ │ ├── settings
│ │ │ ├── light_switch.cspy.bat
│ │ │ ├── light_switch.dbgdt
│ │ │ └── light_switch.dni
│ │ └── temp
│ │ └── light_switch
│ │ └── light_switch.pbd
│ └── source
│ ├── apps
│ │ ├── AD_sample
│ │ │ ├── AD_sample.c
│ │ │ ├── ds18b20.c
│ │ │ ├── DS18B20.h
│ │ │ ├── hal.h
│ │ │ └── LCD_control.c
│ │ ├── per_test
│ │ │ ├── per_test.c
│ │ │ ├── per_test.h
│ │ │ ├── per_test_menu.c
│ │ │ └── per_test_menu.h
│ │ └── spectrum_analyzer
│ │ └── spectrum_analyzer.c
│ └── components
│ ├── basicrf
│ │ ├── basic_rf.c
│ │ ├── basic_rf.h
│ │ ├── basic_rf_security.c
│ │ └── basic_rf_security.h
│ ├── common
│ │ ├── cc8051
│ │ │ └── hal_cc8051.h
│ │ ├── hal_defs.h
│ │ ├── hal_int.c
│ │ └── hal_types.h
│ ├── radios
│ │ └── cc2530
│ │ ├── adc.c
│ │ ├── adc.h
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── hal_mcu.c
│ │ ├── hal_rf.c
│ │ ├── hal_rf_security.c
│ │ ├── hal_rf_util.c
│ │ └── hal_timer_32k.c
│ ├── targets
│ │ ├── common
│ │ │ └── hal_lcd_srf05.c
│ │ ├── interface
│ │ │ ├── hal_assert.h
│ │ │ ├── hal_digio.h
│ │ │ ├── hal_int.h
│ │ │ ├── hal_mcu.h
│ │ │ ├── hal_rf.h
│ │ │ ├── hal_rf_security.h
│ │ │ ├── hal_rf_util.h
│ │ │ ├── hal_timer_32k.h
│ │ │ └── hal_uart.h
│ │ └── srf05_soc
│ │ ├── hal_assert.c
│ │ ├── hal_board.c
│ │ ├── hal_board.h
│ │ └── hal_digio.c
│ └── utils
│ ├── english_6x8_pixel.h
│ ├── JLX12864.h
│ ├── util_buffer.c
│ ├── util_buffer.h
│ ├── util.c
│ ├── util.h
│ └── util_menu.h
├── 5.温湿度传感器DHT11读写操作与显示
│ ├── Debug
│ │ ├── Exe
│ │ │ └── DHT11.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── DHT11.pbd
│ │ ├── DHT11.r51
│ │ └── JLX12864.r51
│ ├── DHT11.c
│ ├── DHT11.dep
│ ├── DHT11.ewd
│ ├── DHT11.ewp
│ ├── DHT11.eww
│ ├── DHT11.H
│ ├── english_6x8_pixel.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ └── settings
│ ├── DHT11.cspy.bat
│ ├── DHT11.dbgdt
│ ├── DHT11.dni
│ └── DHT11.wsdt
├── 6.MQ-2气体传感器
│ ├── AD_sample.c
│ ├── Debug
│ │ ├── Exe
│ │ │ └── MQ-2 sensor.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── hal_adc.r51
│ │ ├── JLX12864.r51
│ │ ├── MQ-2 sensor.pbd
│ │ └── MQ-2 sensor.r51
│ ├── english_6x8_pixel.h
│ ├── hal_adc.c
│ ├── hal_adc.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ ├── MQ-2 sensor.c
│ ├── MQ-2 sensor.dep
│ ├── MQ-2 sensor.ewd
│ ├── MQ-2 sensor.ewp
│ ├── MQ-2 sensor.eww
│ └── settings
│ ├── MQ-2 sensor.cspy.bat
│ ├── MQ-2 sensor.dbgdt
│ ├── MQ-2 sensor.dni
│ └── MQ-2 sensor.wsdt
├── 7. 气压传感器 BMP085
│ ├── BMP085.dep
│ ├── BMP085.ewd
│ ├── BMP085.ewp
│ ├── BMP085.eww
│ ├── BPM085.c
│ ├── Debug
│ │ ├── Exe
│ │ │ └── BMP085.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── BMP085.pbd
│ │ ├── BPM085.r51
│ │ └── JLX12864.r51
│ ├── english_6x8_pixel.h
│ ├── JLX12864.c
│ ├── JLX12864.h
│ └── settings
│ ├── BMP085.cspy.bat
│ ├── BMP085.dbgdt
│ ├── BMP085.dni
│ └── BMP085.wsdt
├── 8.声音传感器,红外传感器测试程序
│ ├── Debug
│ │ ├── Exe
│ │ │ └── Sensor.d51
│ │ ├── List
│ │ └── Obj
│ │ ├── Sensor.pbd
│ │ └── Sensor.r51
│ ├── Sensor.c
│ ├── Sensor.dep
│ ├── Sensor.ewd
│ ├── Sensor.ewp
│ ├── Sensor.eww
│ └── settings
│ ├── Sensor.cspy.bat
│ ├── Sensor.dbgdt
│ ├── Sensor.dni
│ └── Sensor.wsdt
└── 9.继电器操作
├── Debug
│ ├── Exe
│ │ └── jidianqi.d51
│ ├── List
│ └── Obj
│ ├── jidianqi.pbd
│ └── jidianqi.r51
├── jidianqi.c
├── jidianqi.dep
├── jidianqi.ewd
├── jidianqi.ewp
├── jidianqi.eww
└── settings
├── jidianqi.cspy.bat
├── jidianqi.dbgdt
├── jidianqi.dni
└── jidianqi.wsdt
326 directories, 1543 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论