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 udayan92

  1. udayan92

    PC on internet - number or code that identifies

    MAC Address is hardcoded, it cannot be changed. A MAC address is represented in double digit Hexadecimal code, for example, 0a:1b:2c:3d:4e:5f. The first three digits are manufacturer fixed, the remaining, they vary from device to device. If MAC address were to be same for two devices, then there...
  2. udayan92

    [General] How to drive Digital microphone ( MEMS microphone )

    If by drive,you mean connect it to a microcontroller to gather data from it,then you should read this...
  3. udayan92

    Regarding the readymade controller board interfacing CCD camera to detect smoke

    This should help you out. https://www.microchip.com/forums/m256330.aspx
  4. udayan92

    Reducing noise and Implementing multiplexing system

    So how can we help you? ie what exactly do you need from us,is it help in selecting the right microcontroller,the right sensors,the right interfacing mechanism,what exactly?
  5. udayan92

    Noob with PIC12F683. work with Vcc from PICKIR2, always on with external power.

    This code should work. while(1) { GPIO = 0b00000000; GP4=1; __delay_ms(1000); GP4=0;__delay_ms(1000); }
  6. udayan92

    how to measure peak volt of 5v ac cycle?

    This should help you out. https://www.edaboard.com/threads/298838/
  7. udayan92

    Complete Code for soalr using pic16F877 complete tracker

    What functionalities you need in your solar tracker,that are different from other solar trackers that are conventionally used? This will get you acquainted with the basics of building a solar tracker.Word of advice,try and incorporate something of your own,rather than using this completely...
  8. udayan92

    [ARM] data received from server to my sim900 modem

    Can you explain that in some more detail?
  9. udayan92

    [SOLVED] sd card interfacing with pic 18f4520 or with pic18f46k22 in MPLAB X XC8

    Can you share the code and the datasheets/application note(s) for interfacing SD card with PIC18XXXX type microcontrollers,if you are using them?
  10. udayan92

    Interface of ADS1232 REF EVALUATION Board with lOw power wifi module

    The evaluation board mentioned here is a board for an analog to digital converter which can be used in an electronic weighing scale.A Wi-Fi module cannot be interfaced with it,as you might think. https://www.ti.com/tool/ads1232ref
  11. udayan92

    [SOLVED] Pairing two HC-05 bluetooths with each other using arduino mega

    This should help. http://blog.zakkemble.co.uk/getting-bluetooth-modules-talking-to-each-other/
  12. udayan92

    [General] Open Source ZigBee..

    Does this meet your requirements?And if not so,why? https://www.seeedstudio.com/depot/Mesh-Bee-Open-Source-Zigbee-Pro-Module-with-MCU-JN5168-p-1751.html
  13. udayan92

    [PIC] Cellphone detector circuit problem

    Are you building your cellphone detector circuit using a microcontroller or by some other method?Please give details.
  14. udayan92

    [General] How to Connect the fuel dispenser with a computer

    Well,it depends on the interfaces that are supported by the fuel dispenser,for transferring data about presets,locking nozzle,teller number and other relevant details.At the same time,your computer has to be configured to understand these signals from the dispenser and display them as required.
  15. udayan92

    couldn't get the output for the following code

    Try this out and let me know whether it works or not. void status_ok(void) { getstring(y); while(!(strstr(y,"OK"))) { getstring(y); const char *pointr = const char *strstr( y,"OK"); } lcd_cmd(0xc0); lcd_data(*pointr++)...

Part and Inventory Search

Back
Top