Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by kaitokid41

  1. kaitokid41

    How do I send a frame using an RF Module?

    i'll be trying the array for now and send a string.^_^ still working on it. :)
  2. kaitokid41

    How do I send a frame using an RF Module?

    i'm not quite sure about it, too. it has a parameter where you put a "delimeter". i tried the delimeter last night and i can't make it work. gonna stick into having an array. :)
  3. kaitokid41

    How do I send a frame using an RF Module?

    hi FvM! thanks for that! so should I use the UART1_Write_Text or i'll use a loop to send the array of characters using UART1_Write?
  4. kaitokid41

    How do I send a frame using an RF Module?

    i'm gonna try it. i'll update with yah. thanks! :)
  5. kaitokid41

    How do I send a frame using an RF Module?

    so do you mean i need to put some kind of "numbering" so that i could arrange them after they're all been sent? sorry, i didn't get the "rather than distributing the 48 bit in 6 bytes, we will divide the 48 bits in 12 bytes.." part. :) ...gonna try that later. i still got a class to catch...
  6. kaitokid41

    How do I send a frame using an RF Module?

    yeah really helped me a lot about that. i just need to find a way to catch all those bytes in order. :) thanks a lot! :) so is it better if i make a 6-character string and send it character by character? ---------- Post added at 02:25 ---------- Previous post was at 02:16 ---------- So now...
  7. kaitokid41

    How do I send a frame using an RF Module?

    EXACTLY!!! it's a requirement by our project. that's the reason i'm so troubled right now because i knew i could only send an 8-bit one. i can't synchronize their clock speeds (the uC and the PC) it's like when i press a button on my device, that 48-bit that's PRESTORED in an array transmits...
  8. kaitokid41

    How do I send a frame using an RF Module?

    Yes I already sent a character and made it work. I've done all the hardware part. But how do I send a "48-bit frame"? I mean how to code/program it in the PIC?
  9. kaitokid41

    How do I send a frame using an RF Module?

    Thanks but I already had mine. I'm just having problems with sending the frame serially. :)
  10. kaitokid41

    How do I send a frame using an RF Module?

    actually, it's a transceiver so i could send either way. it's this one >>> **broken link removed** (Model 863 RF Wireless Data Transceiver) yes, one part is connected to the PC and one part is connected to the device with the PIC. and I need to send this FRAME from the PC to the device, and...
  11. kaitokid41

    How do I send a frame using an RF Module?

    hi! sorry for the typo. it's not "date" i wanted to transfer, but the "data". the frame format i posted above contains 8 bits each part. that's 48 bits in total i need to send serially. do i need to store it into an array or something? if it's okay, could you give me a sample program? it's...
  12. kaitokid41

    How do I send a frame using an RF Module?

    Hi! I'm new here and I really need your help. I need to send a frame using an RF module which will be serial transmission. I'm using PIC18F4550 and a mikroC compiler. I need to transmit the data from a device where I used the microcontroller to my computer using Visual Basic 6 or PHP (i'm...

Part and Inventory Search

Back
Top