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 Tricarico

  1. T

    [PIC] Take a picture by camera with PIC controller

    I think Raspberry or Arduino would make things easier. This link points how to do it using Pic32, with usefull sublinks: https://www.microchip.com/forums/m449205.aspx
  2. T

    Reducing voltage 5 to 4.2 V

    Mitra, thank you so much for your information. I got it perfectly, the voltage drop makes sense now. In fact, If i use 4V it doesn't turn on. Hobby, the current keeps on 450mA and twice 850mA for a quarter of a second (peeks). Maybe more current is being hide from the desk power supply because...
  3. T

    [PIC] Take a picture by camera with PIC controller

    Ok, Susan did a big point. If you need to handle the picture data, I would recommend you to not use PIC, this task may be hard even for Arduino Controllers. I think this is the case for a Raspberry that has built-in camera and you will find no difficulty to make it black and white, and upload...
  4. T

    [PIC] Take a picture by camera with PIC controller

    Hi Ranbeer. I'm an electronic newbie but I know pic. If I had to do that, I would isolate the camera button "trigger voltage", activate it using a pic port (bit set) with a resistor (maybe a capacitor? I'm learning about capacitors so I don't have any idea). Your doubt is about pic programming?
  5. T

    Reducing voltage 5 to 4.2 V

    Guys, excuse me the delay to answer. Ads, the original wall supply is 5V but plugging it to the external power jack seems to have no effect. I believe the jack is broken. These are the different behaviors by power supply and voltage (at the battery wires): Simple 5V Wall Supply (1A?): Tablet...
  6. T

    PWM Generator/ Digtal to Analog Chip

    That's right Klaus, this delay will give the "software" the return of processing after the chosen period. You set the frequency using setPwmFrequency, do your stuff and set delayMicroseconds, so the next line after delayMicroseconds will be executed after those microseconds for you to on-off or...
  7. T

    Reducing voltage 5 to 4.2 V

    Wow, thanks Mitra but capacitors and inductors are far away from my acknowledgments. I believe my wall jack cannot handle 1A even saying 2A on the specifications. The diode tests I did with a true "table" DC power supply and it worked perfectly at 4.2 V. But when I switched to 5v with 1 and 2...
  8. T

    Reducing voltage 5 to 4.2 V

    The battery is dead but I don't care so much because my intention is to use the tablet as an Arduino compiler and upload only. For me it's ok to use a wall power source. I know the tablet works fine with a 4.2 v on the batteries wire because I tested it using a DC power supply. I noticed peeks...
  9. T

    PWM Generator/ Digtal to Analog Chip

    If I understood, it's not a problem for Arduino. You need two commands: 1) setPwmFrquency(pin, divider) 2) DelayMicroseconds(value_here) Arduino does it's magic.
  10. T

    Reducing voltage 5 to 4.2 V

    Thanks Audioguru, I didn't know it was so dangerous. But I removed completely the battery, it's dead. I'm only using it's wires because external jack doesn't work either.
  11. T

    Reducing voltage 5 to 4.2 V

    Thank you Klaus. Yes, I = 0.8 on a max peek. Using the DC power supply (4.2v with 2A max) I got readings from 0.46 to 0.8 A. This 0.8 A current seems to occur twice in a fraction of a second, most time is about 0.46A. I will try this 1N4003. Thanks!
  12. T

    +IP ERROR message ON SIM5218E

    Rosty, I never used this model but the message says you don't have a connection to send these commands. Usually you need to "start network", maybe "Acquire client resource" commands before send and receive commands.
  13. T

    PWM to 0-12VDC using Arduino

    I'm newbie with electronics but I did some projects with Arduino. I may be wrong but seems to me you need a transistor. Using PWM to the base you got the current you want. Please someone tell me if I'm wrong.
  14. T

    [Moved] Arduino Nano not working

    Mitra is right, a code would help. A checklist for this subject would be: - Make sure you changed port number on both commands (pinMode and digitalWrite). - Make sure you have the correct driver for your Arduino version - Check Arduino console for errors and warnings. Roll up the console...
  15. T

    How to control a solar system byy network

    Arduino is very easy to use and cheap compared to Raspberry. Arduino is a microcontroller while Raspberry is a different computer architecture. For this project you will need an Arduino Uno, a Relay Shield and a Wifi shield. The relay shield is ready to use, just set the port and...

Part and Inventory Search

Back
Top