I am using ams1117 to convert 5v/1A DC to 3.3v/1A using - https://iotbytes.wordpress.com/3-3v-power-supply-for-esp-8266/.
Can this 1 amp output (measured via ammeter) damage the esp8266 or i need to limit the input current (via resistor)?.
I am using ams1117 to convert 5v/1A DC to 3.3v/1A using - https://iotbytes.wordpress.com/3-3v-power-supply-for-esp-8266/.
Can this 1 amp output (measured via ammeter) damage the esp8266 or i need to limit the input current (via resistor)?.
This question has been asked many times before, in each case the person asking doesn't understand that what matters is the voltage. The load determines the current so there will be no 1 A flowing.
Not exactly a duplicate but it explains the principle behind voltage and current in relation to power supplies: Choosing power supply, how to get the voltage and current ratings?
To sum that up: you need to make sure that the ESP8266 gets the right voltage and then it will draw the current it needs. That current (needed by the load, the ESP8266) needs to be lower than what the supply can deliver. With the module your supply can deliver 1 A which is more than enough for an ESP8266.