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 noman4ever

  1. N

    Using Ethernet for point to point link between two FPGAs

    can u please provide the working code of ethernet on virtex 5. I am doing the communication b/w pc and fpga using ethenet mac lite core, it works but when i sent more than one packet from pc like 2 packets, i only get one packet on fpga. plz help
  2. N

    How to interface PORTs using MATLAB ??

    I am communicating with ehternet using UDP My transmitter code is: u1=udp('192.168.1.55', 9091,'LocalPort', 9090); set(u1, 'OutputBufferSize', 8192) set(u1, 'TimeOut', 10) fopen(u1) get(u1, 'Status') while(1) fwrite(u1, ubuffer(1, : ), 'double'); %ubuffer is of size 1x1024 end fclose(u1)...
  3. N

    discarding UDP checksum in MATLAB packet

    My transmitter code is: u1=udp('192.168.1.55', 9091,'LocalPort', 9090); set(u1, 'OutputBufferSize', 8192) set(u1, 'TimeOut', 10) fopen(u1) get(u1, 'Status') while(1) fwrite(u1, ubuffer(1, : ), 'double'); %ubuffer is of size 1x1024 end fclose(u1) delete(u1) My receiver code is...
  4. N

    data lost over UDP in matlab

    My transmitter code is: u1=udp('192.168.1.55', 9091,'LocalPort', 9090); set(u1, 'OutputBufferSize', 8192) set(u1, 'TimeOut', 10) fopen(u1) get(u1, 'Status') while(1) fwrite(u1, ubuffer(1, : ), 'double'); %ubuffer is of size 1x1024 end fclose(u1) delete(u1) My receiver code is...
  5. N

    AT89S2051- need software to convert assemply language to hex

    Re: HELP ME PLEASE Generic Board for 8051 Microcontroller **broken link removed**
  6. N

    Help required in PIC project

    already done!!! i wanted if someone had used the zigbee and give us some idea of what application we should implement using zigbee+pic!!!
  7. N

    Help required in PIC project

    thankx for the reply!!! u got any thing related to zigbee??? any other ideas?? voltemeter and 7-segment led they are quite easy!!! plz tell something new and different and not very tuff!!!
  8. N

    Help required in PIC project

    zigbee pic project i have to do a semester project on PIC18F452!!! any one have any ideas what could be done wid this controller???? any suggestion is welcome!!! also i am looking to implement zig bee application using PIC!!! so any one wid an idea wat kind of application should be done??????
  9. N

    Help for PIC18F452 project needed

    Help for PIC project!!!! i have to do a semester project on PIC18F452!!! any one have any ideas what could be done wid this controller???? any suggestion is welcome!!! also i am looking to implement zig bee application using PIC!!! so any one wid an idea wat kind of application should be done??????

Part and Inventory Search

Back
Top