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 Daniel_Arg

  1. D

    Measure vehicle speed using Odometer

    Yes, but it's probably specific to a manufacturer and/or model. You measure the rotational speed of the output axis of the gearbox. How those rpm translate into a given speed depends on the car wheel size. Depending on the car you could also get the speed by reading the ECU through the OBDII port.
  2. D

    Measure vehicle speed using Odometer

    I once made an rpm meter. I remember counting the pulses within a given time period, like half a second was much easier and yield higher resolution than measuring the time between pulses. On the other hand counting the pulses in a given period gives you a much smaller refresh rate than measuring...
  3. D

    [AVR] AVR Atmel Studio Jtagen Problems

    Whatever you did to the old board should definitely not persist in the new one. What programmer are you using?
  4. D

    [PIC] convert Hours + Minutes BCD to minutes Hex word

    Are you working in C language or assembler? or something else? In C it looks quite simple: if (((BCD_Hours * 60) + (BCD_Minutes)) == ((EEPROM_Minutes_High << 8) + EEPROM_Minutes_Low))
  5. D

    How can print fr value on UART ?

    While someone can know exactly how to solve this error, most of us will need some more context. It seems that you are feeding the function a data type that it's not expecting. Which line of code is generating the error? You should check on the prototype of the function which data type it uses.
  6. D

    [PIC] Need Some help Regarding interfacing with MODBUS Protocol with PIC18F4550 Microcontol

    If you need Modbus Master I asume there is a slave nearby that you need to connect to. In that case, modbus devices sometimes come with a lengthy manual describing the protocol. There should be something, since you need to know what's on every register to understand the information. You should...
  7. D

    [PIC] Need Some help Regarding interfacing with MODBUS Protocol with PIC18F4550 Microcontol

    Are you trying to implement a MODBUS Master or Slave on the PIC?
  8. D

    Rabbit core, is it obsolete?

    That would allow us to keep most of the dynamic C code at least. Its an option. I guess we'll have to put options into costs and see what they decide. Thanks
  9. D

    Rabbit core, is it obsolete?

    Yes, the price is not that high, but I feel a 10 dollar PIC32 and a few peripherals would be enough to replace the Rabbit module. I appreciate you feedback on the matter, I think you are right about the module not going away any time soon. Regards
  10. D

    Rabbit core, is it obsolete?

    Hello everybody, I'm a long time reader of this forum but I never had the chance or the need to post before. Thanks for all this years of knowledge. Here's my issue: I'm working with a customer on upgrading the industrial equipment they manufacture. They have a main terminal based on a RCM3000...

Part and Inventory Search

Back
Top