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 crazy-igzp

  1. crazy-igzp

    [moved] Pic 16F84A doesnt give any output

    I only coded the pic16f84a with micro C before , in order to be able to get voltage out you only need to put the TRIS in the output mode, then give the pin in the PORT a 1 which is what you did. seems perfect. can you take a picture of the circuit, I ll try to look up that language you are...
  2. crazy-igzp

    arduino - bluetooth - clarification.

    hello I need some clarification guys I want to create a project with arduino and a bluetooth shield, here is the idea, I want to connect the arduino with another device then make the device send data to some website, for now I only have a non complete idea, I am not sure if the arduino can...
  3. crazy-igzp

    [SOLVED] arduino, BMP180, I2C.

    I'll have to use the analog pins after all.
  4. crazy-igzp

    [SOLVED] arduino, BMP180, I2C.

    so it's not possible.
  5. crazy-igzp

    [SOLVED] arduino, BMP180, I2C.

    with that I'll have to use A4 and A5 and I don't want that.
  6. crazy-igzp

    [SOLVED] arduino, BMP180, I2C.

    is this an arduino code?
  7. crazy-igzp

    [SOLVED] arduino, BMP180, I2C.

    hello. I want to read data from BMP180 barometric sensor in I2C communication protocol using arduino digital pins Instead of using A4 and A5. "the analog pins" is it possible? any tips if it is? thank you.
  8. crazy-igzp

    arduino, car LIGHT BAR.

    hello. I have been lately given a custom car light project to work on. the problem is when I have been given the project I thought that I'll make the PCB board. if you know what I mean. now I have to code that board, which I know nothing about. I have been given those pictures and the...
  9. crazy-igzp

    Maximum current in a 24v supplier circuit

    I already have 100m of copper wire of 0.8mm, and I know the formula (http://hyperphysics.phy-astr.gsu.edu/hbase/magnetic/solenoid.html#c3 ) and I need the maximum current that I can get out of a sector of 220v, I'm okay with the fact that the wire might overheat, I just need to know what's the...
  10. crazy-igzp

    Maximum current in a 24v supplier circuit

    hello I'm trying to build a power supply 24v, and I need to make sure to have a maximum current. I need it to create a magnetic field using an electric coil that I made myself (0.8mm, 60 of turns). so, what's the maximum current that I can get out of a sector (220 v). Because I need the...
  11. crazy-igzp

    [PIC] mikroC, split a floating point number into individual digits

    I am helping a friend with a small electronics project using a PIC microcontroller 16F877 (A) which I am programming with mikroC. I have run into a problem which is that I have a floating point number in a variable lets say for example 1234.123456 and need to split it out into variables holding...
  12. crazy-igzp

    [SOLVED] Writing custom characters to LCD display

    Hi all. Tried a search but did not find any answer. My current application is using the pic 16f877 displaying data onto an LCD 2x16 display (can't remember the details about the model). I would like to display a couple of custom characters like male or female, I'm using Micro C. any ideas?
  13. crazy-igzp

    process an input signal pulse and display results

    one of my friend told me to Write a program for a FPGA based project to process an input signal pulse and display results onto a display. I asked him for more details but he added, and I quote " 8/17/2014 at 7:20 AEST e.e.g receive 4Hz input signal => display 4km/h speed " but I dont get it ...
  14. crazy-igzp

    programing PIC16F877 : I2C "assembler"

    here it is !
  15. crazy-igzp

    programing PIC16F877 : I2C "assembler"

    I wrote a program in assembler so I can transmit PORTA From a pic to another with I2C ! but it didn't work ! & can't find the error !:-( any help ? I use mplab program : emission LIST p=16f877 , INCLUDE "p16f877.inc" __CONFIG _CP_OFF & _XT_OSC & _PWRTE_OFF & _WDT_OFF BCF STATUS,RP0...

Part and Inventory Search

Back
Top