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 milind.a.kulkarni

  1. milind.a.kulkarni

    connector spesification filtering question

    Pictures you posted confused me bit more as it look like through hole connector but it mention in description it is SMD. Expert can comment
  2. milind.a.kulkarni

    matlab code for object trackng using neural network

    I think u r saying combination of two thing one is object tracking and second is classification of object using neural network. What I will suggest you refer openCV example of object tracking and read more on what is your object your are looking for and what are the feature set of such object...
  3. milind.a.kulkarni

    How firmware for Digital Satellite Receiver is written?

    I think some of this link may help you http://amikostb.com/ **broken link removed** http://www.amikoalienusa.com/wp-content/uploads/2013/09/Amiko-Nano-HD-Testing-and-Information.pdf Good Luck
  4. milind.a.kulkarni

    How firmware for Digital Satellite Receiver is written?

    Hi elf, I think it is very difficult to answer without knowing what kind of chipsets are used in these receiver. Typically embedded programming is done in C and advance processor it is in C++. More over one need to understand the functional aspect like sampling , packet structure of data and...
  5. milind.a.kulkarni

    Sending Data from controller to internet using GPRS modem

    First of all, Try plane TCP/IP server and client code with the same port number are you are using for GPRS command uses. then replace client with GPRS service with same port number. Kindly please note that in above example I was using 5000 port number. with regards, milind
  6. milind.a.kulkarni

    conversion of number's in C#

    use Convert.ToDouble(String) first and then make that double to string should work refer - https://msdn.microsoft.com/en-us/library/bb397679.aspx Good Luck Milind
  7. milind.a.kulkarni

    PIC16F877A UART Interface with PC

    I think your baud rate setting is wrong you mostly need to put SPBRG = 25 for 9600 baud rate at 4 MHz crystal oscillator - refer the code below - void serial_setup(void) { /* relates crystal freq to baud rate - see above and PIC16F87x data sheet under 'USART async. modes' BRGH=1...
  8. milind.a.kulkarni

    Ac 220v input and filtered output

    In my view you need probably averaging method first of all you are converting the AC in to half cycle DC and then trying to sample it at different point of time will give you different voltages ..... Capacitor my filter it out up to some extend but reading will not be reliable as the discharging...
  9. milind.a.kulkarni

    Related to educational-colorimeter kit

    There was no paper as such we refereed while doing the this project..... I used simple 8051 for this work as we need to fetch only 12 bit x 9 color sensor x 3 color of data per reading so I do not go for any high end micro-controller and the speed of sampling also was very small.....the problem...
  10. milind.a.kulkarni

    About the usb port in my PIC

    In my view you should first try CDC (comport communication) class of USB than HID.... Because HID class on PIC can interact with HID class device like mouse , key board etc...... I am not sure you will able to do communication with that... Good luck
  11. milind.a.kulkarni

    [PIC] Help needed with automatic 12V/24V detection using PIC16F µC

    one thing I will like to suggest you is that choose proper value of resistors for potential divider circuit.....as In case of ADC require some sampling current too and also ADC pin resistance based on chip that you are using comes parallel to R2 if you are taking voltage samples across R2 ...
  12. milind.a.kulkarni

    [PIC] Help needed with automatic 12V/24V detection using PIC16F µC

    Hi..... With 10 bit resolution you will get 1024 reading for now let say you map 48 volts to let say 1000 count of ADC you will get 20 ADC count resolution per volt I think it is very good resolution to detect the range of the voltages that you are taking.....you even have design op amp circuit...
  13. milind.a.kulkarni

    [PIC] Help needed with automatic 12V/24V detection using PIC16F µC

    As jayanth said you need to convert input voltages in range of micro controller 0-5v for say range of 0 to 48 v using either voltage devider or some other method and detect this voltage using micro controller.... Good luck Milind
  14. milind.a.kulkarni

    433 MHZ device - why short life?

    In my view there might be two more possibilities apart from frequency drift issues - 1) the receiver response may be decreasing over a period of time.... 2) the gain of transmitter amplifier might be also decreasing over a period of time.... With regards, Milind
  15. milind.a.kulkarni

    Why do I get a serial port problem?

    did u rebuild your project and generated new hex file from that.....First check that.....this will give you some direction to look at...... Good Luck

Part and Inventory Search

Back
Top