DIY project of WiFi device communicating with smartphone

  • Thread starter yungman
  • Start date
  • #1
yungman
5,718
241
TL;DR Summary
Some crazy thought about doing something interesting in my retirement.
Hi

I was more of a RF/analog engineer before. I did assembly programming in the early 80s. I learn C++ lately and got into playing a little with Elegoo kit using Arduino ATmega328.

I want to control stuffs in the house like dimming lights etc through the smart phone(not through calling, but just WiFi or bluetooth). All simple stuffs. I am thinking of playing with something like this at home, that instead using an IR remote to control dimming of lights etc. I want to use my smart phone(Samsung android) as remote control. The important thing is I can control without having to have line-of-sight like IR remote, that I can control stuffs upstairs in the house.

Any WiFi controller with MPU that I can program like Arduino and can communicate with Android smart phone that acts like a remote control?

Sorry if I said something funny, it's just an idea. I am playing with the Arduino UNO R3 with Elegoo kit, I gone through 10 little projects, it's not that challenging. So I am thinking about instead of spending more time on this, might as well start on something more interesting if I can do it.

Just want to hear a little more. This is the first day I think about this, excuse me of my ignorance.

Thanks
 
Last edited:
Computer science news on Phys.org
  • #2
yungman said:
Any WiFi controller with MPU that I can program like Arduino
The most popular consumer MPU with WiFi currently is the ESP32 and there are a number of development boards available with this being my favourite example: https://www.adafruit.com/product/5364.

yungman said:
and can communicate with Android smart phone that acts like a remote control?
The difficulty here is in creating an Android app that can access the WiFi controller.

Because of this the easiest solution to implement is to create a simple http server on the ESP32 which you can navigate to from the Android's web browser. Here is an example project: https://randomnerdtutorials.com/esp32-web-server-arduino-ide/
 
  • Like
Likes yungman
  • #3
pbuk said:
The most popular consumer MPU with WiFi currently is the ESP32 and there are a number of development boards available with this being my favourite example: https://www.adafruit.com/product/5364.
Oops, linked the wrong board in translating from my UK supplier to the US: I meant this one: https://www.adafruit.com/product/5477

(I prefer the Feather boards because of their built-in power management).
 

1. What is a DIY project of WiFi device communicating with smartphone?

A DIY project of WiFi device communicating with smartphone is a project where an individual creates their own WiFi device that can be controlled and communicate with a smartphone. This allows for remote control and monitoring of the device through a smartphone app.

2. What are the benefits of creating a DIY WiFi device?

Creating a DIY WiFi device allows for customization and control over the features and functionality of the device. It also eliminates the need for purchasing expensive pre-made devices and allows for a deeper understanding of the technology behind WiFi communication.

3. What materials and tools are needed for a DIY WiFi device project?

The materials and tools needed will vary depending on the specific project, but typically you will need a microcontroller, WiFi module, power source, sensors or actuators, breadboard, jumper wires, and a smartphone app development platform. Additional tools such as a soldering iron and multimeter may also be necessary.

4. Can I use any type of smartphone for this project?

As long as the smartphone has WiFi capabilities and is compatible with the chosen app development platform, it can be used for this project. It is important to research and ensure compatibility before starting the project.

5. Are there any safety concerns with creating a DIY WiFi device?

As with any DIY project, there are potential safety concerns. It is important to follow proper safety precautions when working with electronic components and to thoroughly test the device before using it. It is also important to ensure that the device is properly secured and protected from any external threats once it is connected to a WiFi network.

Similar threads

  • Computing and Technology
Replies
7
Views
2K
  • Computing and Technology
Replies
12
Views
1K
Replies
6
Views
2K
  • Computing and Technology
Replies
10
Views
2K
Replies
10
Views
2K
Replies
8
Views
550
  • Electrical Engineering
Replies
2
Views
2K
  • DIY Projects
Replies
13
Views
2K
  • Computing and Technology
Replies
5
Views
2K
  • DIY Projects
Replies
7
Views
2K
Back
Top