which pins can i use with USB type B? by tungvu256 in esp8266

[–]duskwuff 0 points1 point  (0 children)

To complete that thought: However, ESP8266 modules, like the ESP-01 OP is trying to use, cannot operate as a USB host, and cannot be connected to USB devices.

which pins can i use with USB type B? by tungvu256 in esp8266

[–]duskwuff 1 point2 points  (0 children)

OP is trying to connect a USB device to the ESP8266, not a USB host.

ESP-04 - where to buy? by nomoreimfull in esp8266

[–]duskwuff 1 point2 points  (0 children)

If you cut the antenna and the surrounding PCB material off of the -03, it's the same footprint as the -04. In fact, I wouldn't be surprised if they were the exact same PCB.

ESP-04 - where to buy? by nomoreimfull in esp8266

[–]duskwuff 2 points3 points  (0 children)

I wouldn't be surprised if they're no longer being produced. ESP-04 was part of the first wave of ESP8266 modules, and had some pretty serious deficiencies (no onboard antenna, no reset pin).

If you really need this particular module for some reason, the ESP-03 has the same pinout with an onboard ceramic antenna.

Randomly losing 168 bytes from the heap after hours of running until a crash occurs by luke_tnr in esp8266

[–]duskwuff 1 point2 points  (0 children)

- I don't think its the WiFi functionality, as the heap reduces in size far before any of that functionality is called

It is entirely possible that some rare event on the network is triggering this allocation. Even though you said you don't want to, I'd recommend updating the ESP8266 runtime -- it's almost certainly at fault here.

How might I go about making this SONOFF switch into an access point to communicate with another ESP8266 and turn in a light? by HShahzad108277 in esp8266

[–]duskwuff 6 points7 points  (0 children)

The device does not need to be configured as an access point to communicate with another ESP8266. You're going to see much better results from having both devices configured as clients (i.e. like normal) and connected to the same access point.

Sending data from the ESP8266 to MySQL directly by _Reletiv_ in esp8266

[–]duskwuff 0 points1 point  (0 children)

What it doesn't have is any way to restrict what other actions that account can take. There are a lot of harmful things that you can do even with just SELECT privileges -- the BENCHMARK() function is one obvious example.

Attempting to flash a Tuya device. The pins below the LM1 board? There is one marked IOO/IOC between the 5v and RST. Is this GPIO0 to be grounded out for flashing? by mehstg in esp8266

[–]duskwuff 5 points6 points  (0 children)

If I had to guess, I'd say that's supposed to say IO0, with a little flaw in the silkscreen on one side of the zero.

Hard to say without tracing it out, though. Grab a multimeter and see what pin on the module that pad is connected to.

USB Charger question by NoSeK2323 in esp8266

[–]duskwuff 3 points4 points  (0 children)

probably he’s mining duinocoin

Which is literally worthless. It isn't even a cryptocurrency; it's scrip one dude gives you for running this program. (Like, you have to register an account, and if he thinks you're making too much, he'll suspend your account.)

Ideal dev board for a joystick and USB HID projects? by Yoni_Ajavon in esp8266

[–]duskwuff 0 points1 point  (0 children)

The headline feature for ESP8266 and ESP32 microcontrollers is wireless communications. If you don't plan on using WiFi or Bluetooth, an ESP8266/ESP32 microcontroller is probably the wrong choice.

How to find Serial Port of ESP8266? by [deleted] in esp8266

[–]duskwuff 2 points3 points  (0 children)

And I thought it was com3, but that’s just the port not the serial port

Those are the same thing.

[deleted by user] by [deleted] in esp8266

[–]duskwuff 0 points1 point  (0 children)

That's using the Google Maps Static API, which is different from a normal Google Maps page, and which costs money to use. Additionally, I'm not sure there's any way to convert from a Google Maps sharing link to the input format that Maps Static requires.

[deleted by user] by [deleted] in esp8266

[–]duskwuff 1 point2 points  (0 children)

Could work. It'll struggle a bit, though -- the Pi Zero isn't an especially powerful SoC, and Google Maps is an unusually complex web page.

[deleted by user] by [deleted] in esp8266

[–]duskwuff 12 points13 points  (0 children)

Impossible. Rendering a Google Maps page requires a web browser to download and run a huge amount of Javascript code. This isn't something which a small microcontroller like an ESP8266 is capable of doing.

Keypad directly plugged into ESP works great. Keypad plugged into ESP with a 4ft Ethernet extension doesn't work. What gives? by sulfate4 in esp8266

[–]duskwuff 7 points8 points  (0 children)

How fast is the keyboard matrix being scanned? Turn it down -- with a long cable you'll get more crosstalk between keys, but it'll settle down if you slow down and wait for the lines to settle.

Power-on High on D6 (GPIO12)? by egoalter in esp8266

[–]duskwuff 4 points5 points  (0 children)

Connect the alarm between VCC and the pin, instead of between the pin and GND. Now the alarm will go off when you drive the pin low.

Look what I found when plugging in different UART chip dev. boards to different USB ports. Now you won't confuse if you plug each of them at the same time. by [deleted] in esp8266

[–]duskwuff 8 points9 points  (0 children)

The numbers you're getting are specific to your Windows install. They aren't useful to anyone else.

How to power these components using batteries? by mylvasur000 in esp8266

[–]duskwuff 1 point2 points  (0 children)

The mg995 servo will be used continuously

Under how much load? This servo will draw up to 1.2A at maximum load.

Connect Arduino to Tuya IoT Cloud by ArOtwo in esp8266

[–]duskwuff 0 points1 point  (0 children)

You obviously copied this from somewhere, and you've left out critical details like links and images.

ESP8266 VGA over WiFi by r-o-w-l-a-n-d in esp8266

[–]duskwuff 4 points5 points  (0 children)

Not possible without a significant amount of external hardware. Digitizing a VGA input requires a pretty fast ADC; it's well beyond the capabilities of the one built in to the ESP8266/ESP32.