نمایش نتایج: از 1 به 6 از 6

موضوع: nrf24l01 usb

  1. #1
    Junior Member
    تاریخ عضویت
    Apr 2014
    نوشته ها
    14

    nrf24l01 usb

    سلام
    من از اينا خريدم برا راه اندازيش مشكل دارم
    Application Download
    http://www.ai-thinker.com/UploadFiles/USB_2.4G_CODE.zip

    Description:
    A USB wireless device, PC is recognized as the serial device (please install our Serial Driver)
    ending end can easily set the baud rate, in order to prevent the receiver-side processing, however, the sender sends a packet preferably every 5 ms delay
    Default PC to PC or PC to any set of NRF24L01 + (download link in our NRF24L01 + code) can communicate directly, no.
    The USB wireless module when no data is sent automatically enters the receiving state
    modules work in a dynamic packet format
    If you need the freedom to set common parameters only need an AT command, such as AT + SET = 40270102030405
    Instructions explain:
    40 representatives 0X40 refers to the physical frequency number, based on the increase in 2400MHZ can set a total of 126 0X40MHZ
    27 representatives SETUP register used to set the baud rate transmit power and receive
    0102030405 physical address on behalf of five software
    همه اينترنتو گشتم جز اين متن هيچي ديگه نيست
    مسئله اينجاست تو 40270102030405 ،*40 برا كاناله كه ادرس پنجه و 27 هم رجيستر ستاپه كه آدرس شيشه بعد اين آدرس رو گذاشته منظورش چيه چرا اصلا دوتايي ميفرسته شايدم سه تايي آدرس پايپ اولو داره ميفرسته
    هيچي هم برنميگردونه هر چي ميفرستم
    ممنون ميشم كمك كنيد

  2. #2
    Junior Member
    تاریخ عضویت
    Sep 2013
    محل سکونت
    Iran
    نوشته ها
    22
    سلام
    یه آموزش انگلیسی پیدا کردم شاید بدردتون بخوره
    فقط نتیجه رو اعلام کنید

    کد:
    Support Windows 98/Me/2000/XP/Server 2003/VISTA / 
     2008/Win7 server 32 bit / 64 
    
     Module data transmission wireless USB Series Support AT Command Set up the system! 
     Note: This price does not include NRF24L01 module! ! 
     With a stable CH340T USB to Serial 
    
    
    
    • Two modules are power LED indicator lights (Power always) status indicator NRF24L01 (normal detection module flashes) 
    • Surveillance Built-in anti-collision procedures, harsh environment industrial control occasions. 
    • Module NRF24L01 toward the web, as shown in the figure below, insert anti-system will not work, but will not burn module 
    • With this module you can make the transmission distance wireless farthest range (100-1100m, depending on the use of wireless module), much higher than Bluetooth (10m) away serial transmission 
    
    
     Purchase program: 
    
     1.2 or more in this serial wireless module (NRF24L01 property) 
     Experiment The communication can be made ​​between the module and the module can be many, many-to-many 
    
     2.1 This serial wireless module (NRF24L01 property) 
     You can do the experiment of communication between the computer and the microcontroller, such as single-chip wireless transmission of collected sensor data to the host computer; PC control MCU to execute multiple commands 
    
     Parameters and commands: 
     Note: All commands are case, the score should be half the width score in the state of English! ! 
    
     1, a single byte of effective transfer: 1 -31 bytes. 
     The first system of 0 bytes reserved for each transmission packet size statistics; how to send serial "abc" (ASCII code 3 bytes) port, the actual transfer of "3ABC" 0 bytes on the first three, in order to receive must process to determine the actual length of the received data packet based on that number bytes. 
    
     2, Module Baud Rate: 4800,9600,14400,19200,38400,57600,115200. 
     Covers common transmission rate (baud rate factory default is 9600) 
     Baud rate modification instructions: Send ASCII code [AT + baud = x (X is 1, 2, 3, 4, 5, 6, 7 Correspondent 4800, 9600, 14400, 19200, 38400, 115200 baud rate) 
     Example: To change the baud rate to 115,200, then send ASCII serial debugging assistant [AT + BAUD = 7] The system responds: 
     Baud rate set successfully! ! 
     Baud Rate: 115200 
     In this case, the baud rate is 115200, serial debugging assistant needs to change to 115200 to communicate with the module. 
    
     Note: The command must be uppercase! 
     3, transfer rate NRF24L01 module: 1Mbps, 2Mbps (factory default 1Mbps) 
     Baud rate setting command: Send ASCII code [AT + = speed x] (X is 1, 2 Corresponding 1Mbps, 2Mbps transmission rate) 
     Such as: Change the transfer rate of 2 Mbps, then send ASCII serial debugging assistant [AT RATE + = 2] The system responds: 
     The baud rate set successfully! ! 
     Transmission power: 0dBm 
     Transfer rate: 2Mbps 
     Low noise amplification gain: open 
    
    
     4, NRF24L01 address configuration module: 5 address, place and address of the receiver match 0 (default 0xFF, 0xFF, 0xFF, 0xFF, 0xFF factory) 
     Address Set command: Send ASCII code [AT + ADD = 0x **, ** 0x, 0x **, ** 0x, 0x ** (0x ** is set to face a comma "" It must be in English half-width point ) 
     Such as: Change address is 0x11, 0x22, 0x33, 0x44, 0x55, then send ASCII serial debugging assistant [AT + ADD = 0x11, 0x22, 0x33, 0x44, 0x55] The system responds: 
     Defining Success Address! ! 
     Location Address: 0x11, 0x22, 0x33, 0x44, 0x55 
     Get endpoint address 00:00 x11, 0x22, 0x33, 0x44, 0x55 
    
     5 Survey Information System: 
     Query command: Send ASCII code [? AT] The system responds: 
     AT? 
     Information about the system: 
     Baud Rate: 115200 
     Location Address: 0x11, 0x22, 0x33, 0x44, 0x55 
     Get endpoint address 00:00 x11, 0x22, 0x33, 0x44, 0x55 
     Transmission power: 0dBm 
     Transfer rate: 2Mbps 
     Low noise amplification gain: open

  3. #3
    Junior Member
    تاریخ عضویت
    Apr 2014
    نوشته ها
    14

    -

    خيلي ممنونم
    ولي انگار اين مال اون نيست
    در هر صورت طبقش عمل كردم باز جوابي نداد
    ميشه بفرماييد از كجا آوردين اينو

  4. #4
    Junior Member
    تاریخ عضویت
    Sep 2013
    محل سکونت
    Iran
    نوشته ها
    22
    از یه سایت ایتالیایی ترجمش کردم

    راستشو بخوای امروز خودم هم یکی از همین بردها گرفتم ولی با این دستور العمل نتیجه ای نگرفتم
    لطف کنید اگه نتیجه ای گرفتید ما رو هم در جریان بزارید

  5. #5
    مدیر اصلی
    تاریخ عضویت
    Aug 2012
    محل سکونت
    ایران
    نوشته ها
    440
    سلام
    لطفا به لینک زیر مراجعه کنید:
    http://forum.arduino.ir/8/21/427.html#post1177

  6. #6
    Junior Member
    تاریخ عضویت
    Nov 2014
    نوشته ها
    3
    سلام دوستان . راستش خیلی وقت گذاشتم ولی متاسفانه نشد این ماژول رو راه بندازم. برای همین مزاحم اوقات دوستان شدم.

    راستش من هم یک برد درایور usb این ماژول NRF24L01+ بهمراه خود ماژول خریدم . هدر برنامم هم کدیه که در زیر گذاشتم. میشه کمک کنید و این دستور کانفبگش رو بفرمایید (AT+SET=05060001030700). راستش هر چی زدم نشد .

    خیلی گیرم بخدا . ممنون میشم کمک کنید

    به این فروم انتقال یافت : http://forum.arduino.ir/8/21/427.html#post1177
    ویرایش توسط mahmoods328 : 11-26-2014 در ساعت 03:39 AM

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •  

SEO by vBSEO