Ok cool. This is ESp-01 Module uses ESP8266Ex. To make this work you first have to make sure your ESP-01 responds to AT commands https://youtu.be/MPyShmRcgD0 and then using Tx, Rx on Arduino you can make it talk to IoT Server. Have you tested AT commands with your module to ensure its working? It's advisable ensure module works before you connect ESP-01 to Arduino or any board.
Great, are you planning to make an arduino to talk to blynk using ESP-01's Wi-Fi connectivity? I have once tested normal webserver hosted on Arduino using ESP-01. I suggest to stay with Arduino Uno to keep things simple than Mega. I remeber i spent countless hours in connections. These serial connections and power will drive crazy because you may need to add some additional passive components to make it work otherwise even code is right it will make ur life difficult. But for sure there are several videos on YT to help.
Yes I am planning to connect the project to the phone via blynk app with esp-01. Ok I have an Arduino Uno and I tried esp-01 on it and it worked. Now what should I do?
what else then not working? you just said it working with arduino uno? if your goal is to port with Mega then just change serial and try it will work for sure as it worked with Uno. Create Blynk account --> Create Template --> maybe you'll get some device credentials from cloud that you've to insert in code. Please read docs. Best wishes!
Is there a board, method or IC that allows me to connect to Wi-Fi via the web or an application without having to write the network name and password in the code?
So I can install the project in a place and connect it to Wi-Fi via the web or an application without changing the code or writing the network name and password in the code
You could make the wifi board to act as a AP mode, host a webpage, using that scan the network, onces selected, change to STA moded, which will let it connect to the wifi network
My project is complete and programmed on an Arduino Uno board connected to the Internet via ESP-01. I want it to connect to the Internet via the phone and not via code.
ESP32 Wi-Fi Functions: scan networks, connect to a network, connection strength, connection status, reconnect, Wi-Fi status and modes, IP address, static IP address and more.
Hey @Middleware & OS if you’re a Yocto user and have questions you need answered, post them in this thread ahead of this coming Thursday’s AMA with Ming where he’ll be responding go questions in detail: 📦-middleware-and-osTech Tips Yocto AMA
The more notice we have, the better we can respond!
Yes, you can use the ESP32 as a Wi-Fi shield for the Arduino Uno to connect to Blynk. You'd need to use the ESP32 in a serial communication setup with the Arduino, allowing the Arduino to handle logic while the ESP32 manages Wi-Fi connectivity. The connection typically involves using the SoftwareSerial library on the Arduino to communicate with the ESP32 over RX/TX pins.
I have to create a sort of Audiorelay from my phone to a linux machine My thought process was create a device with 2 USB port with UAC2 support where the 1 of the USB input gets connected to other port Output and vise versa
Hello @Ming, Do you know a way to make linux act as a USB Audio Device/peripheral for a USB Host? From which we can access the IO Audio stream from Host using gstreamer/pyaudio?
I have a project on Arduino Uno with ESP-01 that I connected to Blynk. When changing the password and the name of the Wi-Fi network, I need to change the code... I want this to be done via the web. What should I do?
U could a webserver from which u can input your desired passwd, save that as a variable Then reset the AP mode and then begin AP mode with new passwd variable
I am thinking more from a perspective if i want to produce such products in scale and volumes. I will not be able to sell it as-is. Each and every device has to have the n/w credentials hard coded. We will not be able to make it as a product, wherein you buy the programmed device and the user just plugs in and get started after setting their ow...
I want to design an iot water quantity monitoring by esp32 that contains TDS, Turbidity, temperature, ph and water flow sensors. What parts and connections do you recommend and what additional parts do I need to build a complete system like this?
To keep things simple in the beginning I'd suggest use ESP32 to interface sensors and manage WiFi capabilities. There are enough analog and digital pins to handle h/w interfaces. For sensor selection, you may need to research online to ensure that they serve the purpose (compare power consumption, nature of analog output, cost, handling complexity to achieve accuracy/calibration). As fas as IoT platform goes stay with Blynk which offers a web dashboard and mobile apps with multi-user access. There are also plenty of videos on YT to help you get started. Best wishes!
I have a project connected to Arduino Uno with ESP-01 for Wi-Fi and it is controlled via the Blynk platform. I want to write the Wi-Fi network name and password externally via webserver and not inside the code. Is there a method, video, article, research or someone who can help me with this? I am in dire need of help.