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 andihong

  1. A

    Auto Reset in Arduino Uno

    i have a problem with arduino that stop working with gsm shield, gsm shield not even sending datas after several hours. is there any way to auto reset arduino every 60 minutes ? with code actually. thanks before. :D
  2. A

    [SOLVED] Simple Dimmer Triac with 220V

    hello, i want to make a tool for dimming a light bulb 40watt - 100 watt using dimmer Triac. but i can't find a right circuit in the internet, if you have a lot of information about that, please tell me. (i hope i can find the full blog / web about the process using dimmer triac & circuit) i...
  3. A

    [SOLVED] String + int code doesn't work

    how to make an arguments with String and then convert to char*?
  4. A

    [SOLVED] String + int code doesn't work

    Attached Project File below:
  5. A

    [SOLVED] String + int code doesn't work

    oh ya sorry i forgot to upload the libraries and arduino sketch, Attached below are the libraries. and the arduino sketch #include "SIM900.h" #include <SoftwareSerial.h> #include "inetGSM.h" #include <SHT1x.h> #define dataPin 10 #define clockPin 11 SHT1x sht1x(dataPin, clockPin); InetGSM...
  6. A

    [SOLVED] String + int code doesn't work

    it doesn't work. i want to post the parameter to send it through php file. httpPOST("http:xxx.com", 80, "/tes.php", "", msg, 50); if i am give the value, its work, example : httpPOST("http:xxx.com", 80, "/tes.php", "humidity=70&value=60", msg, 50); but if i want to change the value 70 and...
  7. A

    [SOLVED] String + int code doesn't work

    i have a code for arduino that need a string with variable to redirect the value to mysql here the example of code. int input = sht1x.readTemperatureC(); i want to get the variable inside the string on HttpPost. here the code httpPOST("http:xxx.com", 80, "/tes.php", "(i want to get it...
  8. A

    [SOLVED] Relay Circuit to Power Light Bulbs

    i want to know how to control the voltage of light bulb 220V using relay ? if i want to use 1 relay with 12V DC, that means if i give 12V DC, the light bulb is on and when 0V, the light bulb is off. the questions : 1. if i want to create so much output to light bulb like...
  9. A

    POST method not working.

    helo, i have a GSM shield, i want to send the data to php, but it not work.. i use library https://www.open-electronics.org/arduino-gsm-shield/ and using POST example from this https://www.open-electronics.org/the-gsmgprs-gps-shield-some-http-connections-examples/ but it not work, here the...
  10. A

    [SOLVED] non-Inverter Amplifier

    eh, non inverter, sorry for missunderstanding.. but it's already solved.. thanks.
  11. A

    [SOLVED] non-Inverter Amplifier

    ok thank you.. :D, i am going to try that.
  12. A

    [SOLVED] non-Inverter Amplifier

    if i want to make the output around 12V, i have to modify in the resistor. but if the output around 12V, i still need to give +16V at vcc and -16v Vee ? but is there any Vee on IC358 ? or the grounding ?
  13. A

    [SOLVED] non-Inverter Amplifier

    Vcc ? 5 volt too, Vin = 5V, Vcc = 5V..
  14. A

    [SOLVED] non-Inverter Amplifier

    5V DC from DAC Arduino uno. and for the power of LM358, i give 5V from IC7805..
  15. A

    [SOLVED] non-Inverter Amplifier

    hello, i want to make an inverter amplifier, here my circuit Vin : 5volt Rf : 5k Rg : 2k IC : LM358 if we calculate it, it should be 16.5V right ? i tested it and just 4V shown on multitester. correct me if i wrong.. thank you..

Part and Inventory Search

Back
Top