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 sector9

  1. S

    18f4550 usb need help in a simple program

    hey its workinggggggggg thankkkkkkkkkkkkkk youuuuuuuuuuuuuuuuuuuu - - - Updated - - - i think it was a compiler problem coz when i recompiled it just now it didnt work , then i used your hex file it worked ! in sim when i recompile it gives me error trying to execute illegal opcode
  2. S

    18f4550 usb need help in a simple program

    thank you so much and yes it is working on the sim but when i try it on the board just wont work , maybe something wrong with my config bits ? or cap value ?
  3. S

    18f4550 usb need help in a simple program

    here is the mikroc project ,thank you a lot for helping me out
  4. S

    18f4550 usb need help in a simple program

    MCLR is disabled and i have tried it with too different chips , i have the Vusb connected to the 0.47 uf cap. and the cap. is connected to ground
  5. S

    18f4550 usb need help in a simple program

    It doesnt get detected at all not in device manager nor HID
  6. S

    18f4550 usb need help in a simple program

    I am using mikroc and this is the code unsigned char readbuff[64] absolute 0x500; // Buffers should be in USB RAM, please consult datasheet unsigned char writebuff[64] absolute 0x540; char cnt; char kk; void interrupt(){ USB_Interrupt_Proc(); // USB servicing is done...
  7. S

    sim900 te simple serial connection

    i bought this exact module , the problem is that i dont know how to interface it with MCU ( the connections ) , also to the sim card holder .. as in do i need extra components , and if so how do i connect them .... thank you for being helpful and patient my knowledge in this field is little...
  8. S

    sim900 te simple serial connection

    thank you so much for your quick reply , this is a link to the sim900 te that i have https://www.aliexpress.com/store/902484/210818152-441304126/simcom-gsm-gprs-module-sim900TE-c-hot-selling-in-stock-2days-shipping.html i hope you can help me with that one also how to connect it to the sim card...
  9. S

    sim900 te simple serial connection

    i just bought the sim900 te , i would be thankful if anyone can provide me with the simplest connection to communicate with the module over uart , all i need is the connections not the AT commands , what pins to connect , what not to connect .. etc , i tried so many times but no success i hope...
  10. S

    Enc28j60willl make me kill myself !!pffff

    i tried as you said BigDog , but still nothing , i modified the code to blink leds every time i get a TCP or UDP request but i i dont get any requests !! code is still the same also i have no idea where to connect the INT , thank you :)
  11. S

    Enc28j60willl make me kill myself !!pffff

    thank you so much BigDog , I'll try what you said next weekend and tell you the results
  12. S

    Enc28j60willl make me kill myself !!pffff

    thank you BigDog I'll try to use 40 MHZ Oscillator , but can you explain more what you meant by implement the INT and WOL also to which pin do i connect the SCK according to the configuration i made , also did i configure it right in the first place ?!! (a screen shoot is attached) big thanks...
  13. S

    Enc28j60willl make me kill myself !!pffff

    its not responding at all to SPI
  14. S

    Enc28j60willl make me kill myself !!pffff

    i am new to the enc28j60 i am i got my module and a pic 18f4550 i use mikroC , this is my configuration , i am using a 20MHz 5v oscillator i connected all wires except for INT , WOL , SCK on the module are not connected MCU pin26 to SI of module MCU pin33 to SO of module MCU pin40 to rst of...
  15. S

    16f886 and enc28j80 module

    come on guys little help :D

Part and Inventory Search

Back
Top