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 keinstein

  1. K

    Adxl330 accelerometer calibration procedure

    did you mean mv/G or counts/G in the followings statements? Hey wait a minute, can you please clarify. I'm a bit confused... counts/G = (Xmax`-`Xmin)/2 and the code for this would be something like the following, right? void Return_x_in_Gs(){ unsigned int16 , adcCounts, g=0; adcCounts...
  2. K

    Adxl330 accelerometer calibration procedure

    Thanks for your response. I've done that already and it's the reason why I posted the results here: All I need is how to do the math. Thanks
  3. K

    Using Rabbit processor in design

    french rabbit processor Rabbit4000 is one of the best processor. Good news is the software that comes with a devt board containing this processor has a bunch of ready to run source code. You can implement ethernet, more serial ports, etc. it's capable of performing complex mathematical...
  4. K

    Need info about RD 16 in PIC Timer

    Re: pic 18 timer check out the following links, they got good tutorials on timers **broken link removed** **broken link removed** Hope this help
  5. K

    Adxl330 accelerometer calibration procedure

    adxl330 calculation I'm trying to build a vibration & shock analysis sensor device. I've interfaced adxl330 with pic16f877a adc converter. At the moment I'm trying to calibrate adxl330. I got reading from various orientation already as shown below. How do you convert them to Gs. Can someone...
  6. K

    Variation in Inertia to voltage

    Adxl330 accelerometer gives an analogue out put and has 3 axis and giltered with external caps.Try it.
  7. K

    RS232 interface in windows

    It's visual basic.net and visual C++.net express edition that you can get for free from Microsoft website, not vb6.
  8. K

    Prac. statecharts in C/C++ for embedded sys

    I desperately need this resource. Could you please upload it again. I will appreciate
  9. K

    Looking for book about interfacing serial comp in C#

    I need book on enterfacing serial comp to c# thanks
  10. K

    Quit from procedure in C

    There is no need to write return. void myProcedure(int aValue) { if (aValue < 0) //return; comment out else printf("aValue looks good to me: %d\n",aValue); } some compilers will actually complain.
  11. K

    Looking for book: Object Oriented Programming in C++

    Object Oriented C++ I need this book too. Let me know when this book is uploaded. kelssunday@yahoo.com
  12. K

    Links to some e-books

    Can anyone post the following e-book: Intelligent Sensor Design Using the Microchip dsPIC **broken link removed** **broken link removed** **broken link removed** 4.10 MB **broken link removed** 59.42 MB
  13. K

    How to program microcontroller in C?

    Microcontroller in C Can anyone post any book on Intelligent Sensor Design Using the Microchip dsPIC. Thanks
  14. K

    Help me write a program where two processes update a common resource (uC/OS-II)

    Can someone help me to write a program where two processes updating a common resource (e.g. a global variable, a buffer, etc), with one process takes longer to run than the other. Observe the behaviour with and without the use of a semaphore. I'm a newbie to uC/OS-II. Any help will be...
  15. K

    INCHWORM ICD2 EAGLE 4.03

    Thanks alot this will help

Part and Inventory Search

Back
Top