{"id":385,"date":"2016-09-13T22:15:44","date_gmt":"2016-09-13T19:15:44","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=385"},"modified":"2016-09-13T22:19:22","modified_gmt":"2016-09-13T19:19:22","slug":"acs712","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/acs712\/","title":{"rendered":"ACS712"},"content":{"rendered":"<p><a href=\"https:\/\/burakcaliskan.org\/blog\/depo\/2016\/09\/ACS712-testing-1-768x573.png\" target=\"_blank\"><img loading=\"lazy\" class=\"alignnone wp-image-386 size-medium\" src=\"https:\/\/burakcaliskan.org\/blog\/depo\/2016\/09\/ACS712-testing-1-768x573-300x224.png\" alt=\"acs712-testing-1-768x573\" width=\"300\" height=\"224\" srcset=\"https:\/\/burakcaliskan.org\/blog\/depo\/2016\/09\/ACS712-testing-1-768x573-300x224.png 300w, https:\/\/burakcaliskan.org\/blog\/depo\/2016\/09\/ACS712-testing-1-768x573.png 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><!--more--><\/p>\n<pre class=\"lang:default decode:true\">const int analogIn = A0;\r\ndouble mVperAmp = 66; \/\/ 30A Mod\u00fcl\u00fc i\u00e7in 66 \/\/ 20A Mod\u00fcl\u00fc i\u00e7in 100 kullan\u0131n.\r\ndouble RawValue= 0;\r\ndouble ACSoffset = 2500;\r\ndouble Voltage = 0;\r\ndouble Amps = 0;\r\n\r\nvoid setup(){\r\nSerial.begin(9600);\r\n}\r\n\r\nvoid loop(){\r\nRawValue = analogRead(analogIn);\r\nVoltage = (RawValue \/ 1024.0) * 5000; \/\/ mV de\u011feri\r\nAmps = ((Voltage - ACSoffset) \/ mVperAmp);\r\n\r\nSerial.print(\"Amps = \"); \/\/ \u00d6l\u00e7\u00fclen gerilimi g\u00f6sterir.\r\nSerial.println(Amps,2); \/\/ '2' gerilimi virg\u00fclden sonra 2 basamak g\u00f6r\u00fcnt\u00fclemek i\u00e7in.\r\ndelay(1000);\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":171,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[165],"tags":[221,81,222],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/385"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=385"}],"version-history":[{"count":3,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/385\/revisions"}],"predecessor-version":[{"id":389,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/385\/revisions\/389"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/171"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=385"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}