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 boiler95

  1. B

    wireless ( 433Mhz ) communication between PIC16F72 and raspberry pi

    thanks for the reply. i understand, There can be faults "everywhere" in the code and i don't expect someone to review the code. (There isn't any good cause). If someone can provide me an algorithm, or atleast give me an idea, or atleast tell me how its done, that will be good enough and i can...
  2. B

    wireless ( 433Mhz ) communication between PIC16F72 and raspberry pi

    guys, i'm running out of ideas .. any help is appreciated ..
  3. B

    wireless ( 433Mhz ) communication between PIC16F72 and raspberry pi

    Hi Guys, I'm trying to transfer data between PIC16F72 and raspberry pi (Model B, Rev2) using a cheap 433Mhz module from Ebay. I'm planning to DIY a weather station and wireless is an essential part of it. The communication is one way from PIC to RPI and i have soldered a 17.3 cm wire as an...
  4. B

    [SOLVED] problems with TIP 122 as switching transistor.

    Thank you, that worked !!
  5. B

    [SOLVED] problems with TIP 122 as switching transistor.

    Hi, I'm trying to control a LED panel using a PIC micro-controller PIC16F72. I have configured RB4 on PORTB as O/P. Please find the circuit diagram attached. My LED panel consists of approx 30 Rows of led, all rows in parallel. Each row has 3 LED in series Only 1 row has 2 LED's When i...
  6. B

    lithiun ion battery pack

    Hmm ok Posted via Topify on Android
  7. B

    lithiun ion battery pack

    Why is it not recommended? Its done in a mobile phone ?? Posted via Topify on Android
  8. B

    lithiun ion battery pack

    Why is it not recommended? Its done in a mobile phone ?? Posted via Topify on Android
  9. B

    lithiun ion battery pack

    Hi all, I'm trying to build an autonomous weather station. All diy .. I plan to use 2 cellphone batteries (bl-5c by Nokia) . These are lithium ion batteries and can provide good enough power. I plan to connect those battery in series. I'l design a charger using one of the charger ic (this is...
  10. B

    wind speed measurement

    Thanks a lot guys. I went through both the links http://www.winpicprog.co.uk/pic_tutorial1.htm and http://www.phanderson.com/PIC/16C84/mult_string.html , both provide basic examples of Lookups.. i'll try using lookup tables . I need to display those values on a LCD (later stages would need to...
  11. B

    wind speed measurement

    Thank you, I get it now. we need to do some binary arithmetic in order to get the desired result ! no its not a requirement. I have the rpm "x" and i need to convert it into wind speed. For which i need to do some math. And i thought this is the only way out. How people working on PIC micros...
  12. B

    wind speed measurement

    Thank you. I thought we could just divide variables using the division operator. Eg . If there is a variable Count res 0x02h Is this valid ? Count = count * 0.5 ; Can the compiler understand it ? Note that the program is in asm.
  13. B

    wind speed measurement

    I've been working on measuring wind speed. I'm using PIC16F72 (easily available) . My circuit uses a encoder wheel and photo diode to sendout pulses. program uses ccp and timer module to measure the period of the pulses. I actually need to convert the timer count to rpm. For this I need to...
  14. B

    Help required in routing : Orcad layout plus

    I had to change the auto routing options, thanks.
  15. B

    Help required in routing : Orcad layout plus

    Hi Folks, I'm using Orcad Layout (v9) to route my PCB (2 layers , top and bottom only). I need to achieve the following requirement, On Top Layer i have to manually route important traces. Auto Route rest of the traces on the bottom layer. (No more traces on top) How to achieve this ? I...

Part and Inventory Search

Back
Top