How to Make a WiFi Repeater using ESP32 NodeMCU | WiFi Router Range Extender ESP8266

In today’s video we look at how to extend the range of an existing WiFi network by repeating the signal. This extension will be done using an ESP32 NodeMCU. This process also works for ESP32 only.

ESP32 as WiFi NAT router. It can be used as — Simple range extender for an existing WiFi network — Setting up an additional WiFi network with different SSID/password for guests or IOT devices.

Minimal metal detector made with an Arduino and a coil of wire

For an easy DIY metal detector setup, look no further than this project by creator “rgco.” 

The handheld device uses a 20-60 turn coil of 26AWG enameled wire, connected across an Arduino Uno or Nano’s pins 8 and 10. A series of pulses is continuously sent out by pin 10, which are delayed in reaching pin 8 according to the inductance across the coil. As this coil approaches other metallic objects, the effective inductance changes, thus varying the delay in the signal reaching pin 10.

This effect is sensed by the Arduino, outputting chirps on a buzzer as audio feedback when metal is nearby. To convert it into a practical device, the Nano configuration is stuffed into a Tic Tac container, with the coil held at a distance with two skewer sticks.

Read more…

AM/FM/SW Radio Receiver – Si4730 / Si4735

This Arduino radio receiver has an attractive look and nice features using an inexpensive color TFT / Arduino and fell componets.

It includes the indication of the frequency in large numbers in the style of vintage seven segments, two bargraphs for indicating the signal strength, selection of 7 BW filters for AM, indication of the wavelength of the band, 2 color themes, Stereo/Mono indication and 14 bands for coverage of LW / MW / SW / CB, ranging from 100kHz to 30MHz and the commercial 64-108MHz FM band.

Read more…