NodeMCU: Difference between revisions

m (Amanjosan2008 moved page NodeMCU Hardware to NodeMCU without leaving a redirect: renamed)
 
(3 intermediate revisions by the same user not shown)
Line 1:
[[Category:NodeMCU]]
<br />
 
Source: [https://www.instructables.com/id/NodeMCU-ESP8266-Details-and-Pinout/ instructables.com]
Line 19 ⟶ 18:
 
= Basics =
 
*Technical specifications:
CPU frequency: 80MHz, overclockable to 160MHz
Total RAM available: 96KB (part of it reserved for system)
BootROM: 64KB
Internal FlashROM: None
External FlashROM: code and data, via SPI Flash. Normal sizes 512KB-4MB.
GPIO: 16 + 1 (GPIOs are multiplexed with other functions, including external FlashROM, UART, deep sleep wake-up, etc.)
Programming: using BootROM bootloader from UART.
Due to external FlashROM and always-available BootROM bootloader, ESP8266 is not brickable.
 
*The NodeMCU ESP8266 board has 30 pins connected to the development board.
*Out of the 30 pins, 17 are GPIO pins.
 
*These GPIO pins can be used as:
ADC Channel: 10-bit ADC (Analog to Digital Converter) channel
Line 68 ⟶ 78:
|}
 
 
 
= My Hardware =
 
<br />
[[File:NodeMCU.png|100px|frameless|right|link=]]
<center>
{| class="wikitable"
|-
! Hardware item !! Supplier !! Cost(Rs)
|-
|| ESP8266 NodeMcu WiFi Development Board || Amazon || 449
|-
|-
! style="text-align: center;"| Total ||colspan=2| ₨ 449/-
|}
</center>
<br />
 
 
<br />