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 ajeesh

  1. ajeesh

    Uart wirless comuniction module

    it's circuit is simple so i did not draw ---------- Post added at 20:16 ---------- Previous post was at 20:15 ---------- ---------- Post added at 20:21 ---------- Previous post was at 20:16 ---------- #include<lpc21xx.h> void delay() { int j; for(j=0;j<2600;j++); } void delay2() {...
  2. ajeesh

    Uart wirless comuniction module

    ya .. i do not use any encoder and decoder i think that is the problem
  3. ajeesh

    Uart wirless comuniction module

    RF Modules (Tx + Rx Pair) 433 Mhz ASK [RKI-1064] - Rs.425 : Robokits India, Easy to Use, Versatile Robotics Kits... i am using this module
  4. ajeesh

    Uart wirless comuniction module

    but characters are flowing on lcd without connecting transmitter module when i connect my receiver module
  5. ajeesh

    Uart wirless comuniction module

    rf modulation , 434mhz, 2 mtr, student project
  6. ajeesh

    Uart wirless comuniction module

    how can i avoid noise ?
  7. ajeesh

    Uart wirless comuniction module

    its ok on wired connection i mean without rf module ---------- Post added at 18:27 ---------- Previous post was at 18:25 ---------- i think that is noise ....?????
  8. ajeesh

    Uart wirless comuniction module

    my project is transmitting characters from pc via com port to my lpc 2148 board and display characters on lcd . already i have rf module , but continuously characters flowing on lcd without sending from pc when i using rf module
  9. ajeesh

    Uart wirless comuniction module

    i just need low cost one
  10. ajeesh

    Uart wirless comuniction module

    which is the low cost wireless uart module
  11. ajeesh

    how can i store and retrieve uart0 received data from memory in arm

    this is my code for uart0 data receiving , i also want store and retrieve received data #include<lpc21xx.h> void main() { //char x[33]; // char *a; PINSEL0=0X00000004; VPBDIV=0X01; U0LCR=0X83; U0DLL=0X86; U0DLM=0X01; U0LCR=0X03; while(1) { while...
  12. ajeesh

    how can i add two register values (r1+r2) in arm

    please help me for add two register values (r1+r2) and store result in r3 in arm controller using keil c
  13. ajeesh

    for keil CARM Compiler

    i am using mdk303a now getting error " *** error 65: access violation at 0x00000000 : no 'execute/read' permission "
  14. ajeesh

    for keil CARM Compiler

    yes i got keil CARM Compiler but "--- Error: can't execute 'C:\Keil\ARM\BIN\AA' " this error showing when build
  15. ajeesh

    for keil CARM Compiler

    no there is not carm compiler real view only

Part and Inventory Search

Back
Top