CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spi nrf24l01

搜索资源列表

  1. NRF24L01程序(ATmega8硬件SPI)

    4下载:
  2. NRF24L01程序(ATmega8硬件SPI),开发平台CVAVR
  3. 所属分类:嵌入式/单片机编程

  1. NRF24L01-1-to-6

    1下载:
  2. 无线2.4g模块,SPI协议传输函数,可实现一对六的传送。-NRF24L01 & 2.4g & SPI & 1 to 6
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:6.02kb
    • 提供者:王阳
  1. nRF24L01

    0下载:
  2. 基于nRf24L01,S52,保证通过,接收端-Based on nRf24L01, to ensure passage of the receiving end
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:21.95kb
    • 提供者:张浩
  1. NRF24L01

    0下载:
  2. 基于nRF24L01实现1对6 SPI通信,nRF24L01在接收模式下,能接受六路不同通道的数据。-Descr iption: Writes one byte to nRF24L01, and return the byte read from nRF24L01 during write, according to SPI protocol
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:5.89kb
    • 提供者:sanshuai
  1. ATmega16-nrf24l01

    0下载:
  2. ATMEGA16 AVR单片机测试NRF24LO1模块(基于硬件SPI)CVAVR编译-ATMEGA16 AVR microcontroller test NRF24LO1 module (hardware-based SPI) CVAVR compiled
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:58.83kb
    • 提供者:
  1. nrf2401_430

    1下载:
  2. 详细写了一块一体化无线模块NRF24L01的MSP430的驱动程序,用的是模拟的SPI接口来通信的.-Wrote a detailed integration of the wireless module NRF24L01 the MSP430 driver, using a simulation SPI interface to communicate.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:98.75kb
    • 提供者:lijianhong
  1. spi

    0下载:
  2. 在ICCAVR下编译,ATmega8与nRF24L01通过SPI进行通信,并实现无线收发数据-In ICCAVR compile, ATmega8 and nRF24L01 communicate via SPI and to send and receive data wirelessly
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:5.17kb
    • 提供者:徐飞
  1. nRF24L01

    1下载:
  2. 基于MSP430单片机的NRF24L01通信程序,采用MSP430单片机的普通IO口模拟SPI,控制NRF24L01无线模块进行相互通讯,测试成功,发送419接收419.-Based on MSP430 MCU NRF24L01 communication procedures, using general IO port MSP430 MCU simulation SPI, control NRF24L01 wireless modules communicate with each othe
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2.75mb
    • 提供者:姜进
  1. yang

    0下载:
  2. STC12系列单片机源代码,包括软定时器、SPI接口、UART接口等等功能,方便使用-STC12 MCU source code, including soft timers, SPI interfaces, UART interfaces, and so user-friendly features
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:84.59kb
    • 提供者:name
  1. nRF24L01

    0下载:
  2. nrf2401详细原始英文资料,spi的书写更方便-nrf2401 detailed information on the original English, spi more convenient to write
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:422.8kb
    • 提供者:王辉
  1. PIC-24L01

    0下载:
  2. NRF24L01 & SPI协议 & 2.4g模块 基本使用函数。-NRF24L01 & SPI & 2.4g
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:5.8kb
    • 提供者:王阳
  1. driver

    0下载:
  2. mini2440 linux 环境下 NRF24l01 驱动-mini2440 linux environment NRF24l01 drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:53.79kb
    • 提供者:zl
  1. STM8-SPI-NRF24L01

    0下载:
  2. STM8的软件模拟SPI口写的NRF24L01程序,相信对于开发人员有很大帮助。-STM8 software simulation SPI port write NRF24L01 program, I believe there is a great help for developers.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:4.86kb
    • 提供者:lyh
  1. nRF24L01

    1下载:
  2. nRF24L01+ STM8S 配置及应用函数,包含硬SPI及软SPI-nRF24L01+ STM8S config and use function ,include hardware SPI and software SPI
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1.17kb
    • 提供者:姓名
  1. SPI-NRF24L01

    0下载:
  2. 利用NRF24L01+无线模块,使两块STM32开发板实现无线传输数据。主机首先向从机发送数字,从机接收到后,把该数字打印到终端,并对该数字+1。然后从机把+1后的数字发送给主机,主机收到后再把该数字发送到从机,如此循环。-Use NRF24L01+ wireless module so that two STM32 development board for wireless transmission of data. First, the host sends to the digital,
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4.81mb
    • 提供者:LTQ
  1. stm32 - nRF24L01

    0下载:
  2. stm32F103c8t6关联nRF24L01无线射频模块进行无线中继,使用单片机引脚为SPI口,方便有效。(stm32F103c8t6 associated nRF24L01 radio frequency module for wireless relay, using the microcontroller pin for SPI port, convenient and effective.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-17
    • 文件大小:6.31mb
    • 提供者:hotcoffee
  1. 2.4G无线通信例程-GPIO模拟SPI通讯

    0下载:
  2. NRF24L01的模拟SPI程序,STM32平台下开发(NRF24L01 simulation SPI program, developed under the STM32 platform)
  3. 所属分类:串口编程

    • 发布日期:2017-12-22
    • 文件大小:8.84mb
    • 提供者:磊啊
  1. NRF24L01

    0下载:
  2. 基于STC12C5A60S2单片机的利用SPI实现NRF24L01无线传输(Implementation of NRF24L01 wireless transmission using STC12C5A60S2 microcontroller based on SPI)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:75kb
    • 提供者:爱玲儿
  1. NUEDC_WiFi_Rx

    0下载:
  2. NRF24L01上位机/下位机程序 本程序使用两片STM32和NRF24L01进行互通信,使用HAL库开发,电路连接可在IOC文件中查看(NRF24L01 upper computer / lower computer program This program uses two pieces of STM32 and NRF24L01 for mutual communication, using the HAL library development, circuit connection
  3. 所属分类:单片机开发

    • 发布日期:2017-12-27
    • 文件大小:6.98mb
    • 提供者:一城
  1. NRF24L01无线通信实验

    0下载:
  2. 在一块STM32 MINI 开发板上实现NRF24L01的双向通信,用两个SPI总线。显示在上位机上面。(On a STM32 MINI development board, two-way communication of NRF24L01 is realized, using two SPI buses. Displayed on the upper computer.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:3.4mb
    • 提供者:小城顧事
« 12 3 4 5 »
搜珍网 www.dssz.com