DIY project of WiFi device communicating with smartphone

  • Thread starter Thread starter yungman
  • Start date Start date
AI Thread Summary
For controlling household devices like dimmable lights via a smartphone, the ESP32 microcontroller is recommended due to its built-in WiFi capabilities and programmability similar to Arduino. Users can create a simple HTTP server on the ESP32, allowing control through a web browser on an Android smartphone, eliminating the need for line-of-sight as with IR remotes. Development boards such as the Adafruit Feather ESP32 are favored for their power management features. This approach is seen as a straightforward solution for integrating smart home controls without extensive app development.
yungman
Messages
5,741
Reaction score
294
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
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/
 
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).
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
i am customizing a Linux distro [arch] into love os which I am building to impress my crush. I had an idea to integrate an ai model into the Linux system so it can speak like me but romantically. but I don't know what or how to do. I don't know the basic concept of Linux but yet I am customizing my os purely relying on chat gpt and perplexity. when i ask chat gpt about this it said to fine tune an ai model and integrate to the Linux distro and my friend said for the data to be fed to the ai...

Similar threads

Replies
7
Views
3K
Replies
3
Views
2K
Replies
2
Views
1K
Replies
9
Views
2K
Replies
10
Views
2K
Replies
14
Views
2K
Replies
13
Views
3K
Back
Top