# My Pi doesn't find my ESP iot pHAT

**URL:** https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539
**Category:** Support
**Created:** [June 21, 2016, 4:24am UTC](https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539 "2016-06-21T04:24:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![PiguyAnge](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/piguyange/32/11560_2.png) [@PiguyAnge](https://forums.pimoroni.com/u/PiguyAnge)
#### Post date: [June 21, 2016, 4:24am UTC](https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539/1 "2016-06-21T04:24:49Z")

</div>

so I download minicom, change my command.txt… everything the webpage guide linked to pimoroni’s esp pHAT, and as soon as i get to AT+CWMODE=1 the device disappears from my wifi devices on my desktop menu bar, and now none of my pi’s see the hat when I connect it. Is there a way to manually reset my esp pHAT? it used to show up on my pi’s. Could the hardware just be faulty?

---

<div class="post-metadata">

### Author: ![RogueM](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/roguem/32/311_2.png) [@RogueM](https://forums.pimoroni.com/u/RogueM)
#### Post date: [June 21, 2016, 9:05am UTC](https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539/2 "2016-06-21T09:05:45Z")

</div>

that would be normal, that command in effect takes the ESP out of Access Point and into Station mode only, so its SSID will no longer appear to other computers (since it no longer broadcasts).

… I’ve got a tutorial coming up that goes into _some_ details about that, but that’s in essence what I think your problem is.

---

<div class="post-metadata">

### Author: ![RogueM](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/roguem/32/311_2.png) [@RogueM](https://forums.pimoroni.com/u/RogueM)
#### Post date: [June 21, 2016, 9:31am UTC](https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539/3 "2016-06-21T09:31:44Z")

</div>

oh, I guess the following might help you in the meantime:

`AT+CWMODE=3` will return the ESP to STA+AP which is how it ships  
you can also factory reset it with `AT+RESTORE`

---

<div class="post-metadata">

### Author: ![PiguyAnge](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/piguyange/32/11560_2.png) [@PiguyAnge](https://forums.pimoroni.com/u/PiguyAnge)
#### Post date: [June 22, 2016, 4:46am UTC](https://forums.pimoroni.com/t/my-pi-doesnt-find-my-esp-iot-phat/2539/4 "2016-06-22T04:46:29Z")

</div>

Thank you, very helpful. People also need to understand to hit enter after each AT command before ctrl-J.
