Top products from r/esp8266

We found 42 product mentions on r/esp8266. We ranked the 146 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/esp8266:

u/tlucas · 1 pointr/esp8266

hey, the relay won't work very well if you're using RGB LEDs. One of the coolest features of RGB is the ability to mix colours by pulsing each in sequence for different amounts of time. The relay may not be able to switch fast enough, and you'd need of for each 'colour'.

Personally I don't find the Reddit format to be the best for asking these types of questions, as often the 'popular vote' goes to the answers that are short and easy to understand, which may not be the 'best' answer. I prefer http://www.eevblog.com/forum/index.php and the related electronics vblogs, and https://electronics.stackexchange.com/.

For a great mid-range multimeter I love the Extech EX330 (https://www.amazon.ca/gp/product/B000EX0AE4/ref=oh_aui_search_detailpage?ie=UTF8&psc=1), especially with its built-in non-contact voltage detection for working on household wiring (not related, but it's so handy!). The Fluke 87-V is, in my opinion, the cream of the crop and priced accordingly. There are cheap multimeters for $5 that will get the job done, and I do keep these in my vehicles -- eBay and a month of shipping time works well here. Searching eevblog.com for "shootout" (search Google for "site:eevblog.com shootout") reveals great comparisons, too many to read through but indulge the a bit to get a feel for what to look for.

u/jerobins · 4 pointsr/esp8266

This is the polar opposite of SMD, but I thought I'd share my solution...

While I love DIY, smoke detectors are important. I wanted to interface with my home system but without compromising the integrity of the system.

Get a 120v first alert.
First Alert SA521CN Wireless Interconnected Hardwired Photoelectric Smoke Alarm with Battery Backup https://www.amazon.com/dp/B000EVO9D4

Get the smart relay interconnect.
BRK RM4 Smart Relay for First Alert https://www.amazon.com/dp/B0039PF21U
This includes schematic for wiring to the detector and the color codes for NO/NC relay connection.

~~Get an optocoupler or isolation relay. Mains Voltage! The output of the RM4 is 120V.
Enclosed AC/DC Power Relay with Protection & De-Bounce. Screw Terminals. 120V Trigger Input. https://www.amazon.com/dp/B017743I7S
The RM4 output powers the relay. The screw terminals connect to the 8266.~~

Get a Esp8266; Flash tasmota firmware. Configure for switch and mqtt. Wire it up.
First Alert is now part of the matrix.

Quick update: Did not need the second relay/optocoupler. The BRK RM4 is an isolated relay. Their docs did not make that perfectly clear so I assumed worst case w/o testing it.

u/CyanBlob · 2 pointsr/esp8266

Inspired by /u/commanderkull's post here, I turned an LED-matrix into a performance monitoring tool for my Linux PC. In the gif I am stopping+restarting a Windows VM to show what it looks like when the load changes (of course Windows blue screens, right?)
I wrote a small server to grab the current CPU, memory, and swap usage of my system when the ESP8266 requests it. The ESP8266 then parses the the string and lights the LEDs as necessary.
I have CPU usage displayed in blue LEDs, memory in green, and swap in red. The three colors are added together when displayed (i.e., all the LEDs turn right if each of the above are at 100%)
The code can be found on my GitHub. It's quick and likely dirty, but it gets the job done. The server doesn't cleanly handle the client disconnected+reconnecting right now, but I might add that in the future. As I hinted above, the server only works on Linux right now. Feel free to fork my repo to add Windows support if you like.
This is my first project that I'd consider more or less complete, but it could stand to look a bit nicer. If anyone has any suggestions for that, I'm all ears.

Compnents used:
NodeMCU ESP8266
LED Matrix
Misc. jumper wires

u/slackinfux · 3 pointsr/esp8266

Personally, I'd go with the ESP+Relay. It might not be the simplest way to do this, but it'll be the cheapest and you'll learn more. It'll be easier to implement the DFPlayer into the ESP than it would be to modify the firmware on a Sonoff/Shelly to do it.

You could get something like this TTGO T8 board on Amazon that has a MicroSD slot on board, hook up an I2S amp breakout like this for $6 and playback audio directly from the board.

u/YorgYetson · 2 pointsr/esp8266

I spent a long time trying to find ESP resources too, I can't help you breadboard it, but this is what I use for my ESP-01Ss:

https://www.amazon.com/gp/product/B01J2UXXCA/ref=ppx_yo_dt_b_asin_title_o09_s00?ie=UTF8&psc=1

You'll see in the reviews of that item that you need to add a push button to it (literally 2 solder points, and there are pictures)

Something like this would work, you might be able to find cheaper:

https://www.amazon.com/microtivity-IM206-6x6x6mm-Tact-Switch/dp/B004RXKWI6/ref=sr_1_2?keywords=push+button+arduino&qid=1564884279&s=electronics&sr=1-2


Once you have the development board with the push button on it, you put in the ESP-01S, hold down the button while you insert the usb to your PC, then run whatever software you want to write to the esp.


Hope this helps!

u/GaryWert · 1 pointr/esp8266

Love the push/pull analogy. Thanks for that one, makes sense. Kind of a supply vs demand situation.

Yes, same power supply but only interact via a relay: GPIO2 on ESP-01 goes high (+3.3v, remember I'm still learning terminology here) when triggered via message, opens 3.3v relay (https://amzn.com/B01M0E6SQM) which connects 12v via step-up to gate remote which has it's button locked on. So 5v source split into 3.3v step down and 12v step up, separated by the relay downstream.

The setup allows me to skip two important features: needing to deconstruct/integrate with the remote board to replicate a button press (which would have been destructive) and needing to power off a battery (would have required ongoing replacement & cost).

u/Narcolapser · 4 pointsr/esp8266

I agree. I hope they come down a little, but honestly they'll need to drop below the price of a C.H.I.P. ($9) for me to be interested. Considering I pickup Nodemcu boards for $7.50 each, that's a tall order.

u/imeuro · 4 pointsr/esp8266

hi, sure! I used a cheap generic "Buck Converter DC DC Step Down" referred in the amazon listing as MP1584EN, that takes max 24V IN (so we should be within the range even on charging phase) and lowers it down to 3.3v needed to run safely the esp8266.

amazon link: https://www.amazon.it/gp/product/B01MQGMOKI/ref=ppx_yo_dt_b_asin_title_o01_s00

​

on my module i have a screw for selecting the desired voltage output, you have to be very accurate, slights movements of this screw cause big changes in output, but with some patience and a multimeter you should be able to set it up for your desired OUT value.

​

as for your LDO attempt: i don't know which model you used but if it gets hot it's either too much voltage IN, hence the lowering process produces too much heat or too much amperage to sustain. Check the datasheets if you remember which model you used

u/alc6379 · 2 pointsr/esp8266

Don't. Use something like these.

I'm sure you could find them cheaper on Aliexpress or eBay, but I use these exact ones with NodeMCUs, WeMos D1 Minis, and WeMos D1 Mini Lites all the time. They work great.

u/plomox · 1 pointr/esp8266

For real PoE (and if you already have a PoE switch), you can use a TP-Link splitter at the MCU end. Trust me, 10 quid is cheap compared to some of the "PoE shields" you can find online.

Also noticed this on ebay. Is that an ENC28J60 integrated with an ATMEGA328? Looks cheap and cheerful.

u/Petl · 1 pointr/esp8266

Approved your link from the spamfilter, please just post the relevant part the next time like this:

Link

u/tknp · 1 pointr/esp8266

I've used aliexpress or Amazon depending on how quickly I wanted the things.

For a NodeMCU I'd suggest going with the version 2 instead of the version 3 since they fit better on a 400 point breadboard. I generally just search for 'NodeMCU CP2102' which should get you to the version 2.


u/mattreddt · 1 pointr/esp8266

I use one of these as an ESP-01 programmer. Strangely, there is no button on GPIO0 so I had to solder one on--see the pictures in the reviews to see which pins. Simply stick ESP-01 in, hold down the button, plug it in to USB and hit upload. Also watch orientation, I had the ESP-01 backwards first and it got toasty real fast but luckily wasn't damaged.

u/bschwind · 1 pointr/esp8266

> https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/overview

I have the exact board, and I also had issues powering it from a USB port. I'm currently using this power supply and have had 0 issues so far. I highly recommend a supply like this because it easily plugs into a solderless breadboard and can supply both 3.3v and 5v simultaneously. I combined it with this AC adapter. It's 9v, but the voltage regulators on the power supply will burn off the extra voltage as heat.

So now you can omit the voltage wire from the FTDI chip, but you still need a ground wire to go from the FTDI chip to the breadboard's ground.

Also, buy a multimeter if you don't already have one.

u/bennettj1087 · 1 pointr/esp8266

Question about the NodeMCU board... I bought this recently and am having an annoying hard time figuring out what the integer values for the pins should be. These boards have pins labeled D0-D8 but using those as pin values in my code doesn't seem to do anything (I have a simple LED connected and am merely trying to make it blink to start with).

Is this board similar to what you used and did you have any issues figuring out pin mappings? Maybe I'm doing something else wrong...

u/devianteng · 1 pointr/esp8266

Bought from Amazon, like $8.79, Prime.
https://www.amazon.com/gp/aw/d/B010O1G1ES

Just got it today, and never had it loaded with anything at this point.

I also just ordered 2 more from this one.
https://www.amazon.com/gp/aw/d/B01IK9GEQG

u/holmesksp1 · 1 pointr/esp8266

I had seen this one: https://www.amazon.com/gp/aw/d/B01MQGMOKI/ref=sspa_mw_detail_5?ie=UTF8&psc=1
Where they specify that damage could occur if used at less than 10% load (which at a design load of 1 amp an esp8266 would be pulling ~3-6% of an amp most of the time). Unfortunately I just realized that neither of these are what I need as I forgot that my source is 24 vac rather than vdc. I could rectify it but am trying to avoid an having circuits upon circuits in my design atm. Thanks anyway for pointing that one out. that's good info for future projects.

u/AtxGuitarist · 3 pointsr/esp8266

Does your breadboard come with a power supply? If not, this one is good: https://www.amazon.com/dp/B010UJFVTU/ref=cm_sw_r_cp_apa_T-ihzbKYP93BC

It has both a 3.3v and 5v line.

u/roo-ster · 2 pointsr/esp8266

It looks like one of these.

It's a .96" oled display with an i2c interface. The underlying controller is an SSD1306 and by searching for that you can find lots of code for the ESP8266.

u/ssred5 · 1 pointr/esp8266

> USB uart device

I had to look it up which mean no I am not using a UART device.

I understand the USB device i have with the switch i soldered on there to short out the pins is just for updating firmware so I kind of gave up on that for now as I am literally just trying to get the device to be visible and send AT commands to it, so i thought the stock firmware would allow me to accomplish this.

Since I have not seen the device on my computer I have no idea what firmware is on the device itself.

FTDI: https://www.amazon.com/gp/product/B00IJXZQ7C/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1

The ESP8266-ESP01 I bought from here: https://www.amazon.com/gp/product/B01MT6T73L/ref=oh_aui_detailpage_o05_s01?ie=UTF8&psc=1

u/generallee5686 · 2 pointsr/esp8266

Here's the code. I used this for the current transformer. This doesn't have the changes when I added the well pump monitor but the logic is mostly the same.

u/a-s-t-r-o-n-u-t · 3 pointsr/esp8266

Something similar to this one with a mini-usb female on-board. Been around for 3 years.

u/DinnerMilk · 0 pointsr/esp8266

Thanks for the link. I've read pretty much everything I could find online about this topic in the last several days (which unfortunately isn't a ton) but the main question pertains to using it with the ESP-01S USB to ESP8266 Adapter Module.

Most 3D Printers have Micro USB these days, so my thought process is basically plug ESP8266 -> ESP-01S Adapter -> USB Micro adapter -> 3D Printer board.

Would this sufficiently take the place of soldering to the rx/tx pins on the board? Here is a quick look at the most common method being used right now, but soldering the board is something I want to avoid due to warranty, portability, etc.

u/hk-nz · 5 pointsr/esp8266

You can buy smoke in a can .
Arduino engineers hate him/her due to this one small trick......

u/g2g079 · 5 pointsr/esp8266

I originally had my garage Controller using an Uno that spoke to an esp8266. I found working with the ESPs AT firmware over serial a royal pain in the ass. I have since switched to just using an esp32 (esp8266 would work just the same) instead of the Uno. The esp boards are much more powerful micros and can still be programmed via Uno. Also I didn't need a logic level convertor between the two. I would seriously consider getting One of these for $9 and cut out the uno completely. What took me days to get working on the Uno/esp combo took an hour with the esp alone.