Pinout Amica Nodemcu (ESP2866)

nodemcu_pins

 

 

While writing GPIO code on NodeMCU, you can’t address them with actual GPIO Pin Numbers. There are different I/O Index numbers assigned to each GPIO Pin which is used for GPIO Pin addressing. Refer following table to check I/O Index of NodeMCU GPIO Pins –

GPIO Pin I/O Index Number
GPIO0  3
GPIO1  10
GPIO2  4
GPIO3  9
GPIO4  2
GPIO5  1
GPIO6  N/A
GPIO7  N/A
GPIO8  N/A
GPIO9  11
GPIO10  12
GPIO11  N/A
GPIO12  6
GPIO13  7
GPIO14  5
GPIO15  8
GPIO16  0

 

Stolen from:

NodeMCU Pinout

Como desactivar “photoanalysisd” en MacOS

Palo Markovic Dec 19, 2016 10:41 AM in response to G Berks

Level 1 Level 1 (9 points)

expertise.desktops
Desktops

Dec 19, 2016 10:41 AM in response to G Berks

This command in Terminal should quite photoanalysisd task and prevent it from appearing in future:

launchctl unload -w /System/Library/LaunchAgents/com.apple.photoanalysisd.plist

 

To re-enable photoanalysisd:

launchctl load -w /System/Library/LaunchAgents/com.apple.photoanalysisd.plist