ESP8266 WEBSERVER Send and Receive DATA using STM32 || Ring Buffer || CubeIDE

  Рет қаралды 35,866

ControllersTech

ControllersTech

Күн бұрын

Пікірлер: 56
@technics6215
@technics6215 Жыл бұрын
Thank you for publishing another great code example. If you could add some error handling in future tutorials, it would be great. Running simple things is good for students and hobbyists, it would be nicer if you published slightly more advanced code showing how to make a product from start to finish, with error handling, support for many things at once (e.g. SD card, HTTP, and also control in real time).
@m.nauman7801
@m.nauman7801 4 жыл бұрын
Thank you for the great toturial. 😍
@ignacioagasi3081
@ignacioagasi3081 3 жыл бұрын
Hello sir. Can you please tell me what should be the code modification to be able to send a temperature measurement?. Thank you.
@hardware7161
@hardware7161 3 жыл бұрын
hi ! i can't find the ESP_Data_hundler ??
@Alan96555
@Alan96555 2 жыл бұрын
it doesnt work for f3 nucleo board :( i change uart_isr and no errors, but it doest work for me
@omidradmanesh1778
@omidradmanesh1778 Жыл бұрын
How to insert data to mysql in host with stm32 and hal library ?
@valentinchamiot8101
@valentinchamiot8101 4 жыл бұрын
I have a question, how can make an connection between stm32 and a PC with receive and transmit communication ?
@ControllersTech
@ControllersTech 4 жыл бұрын
Use uart..
@andrewandrosow4797
@andrewandrosow4797 Жыл бұрын
Thanks! Good video! I think about common performance of ESP8266 - there are TCP, UDP, IP stacks: some people using ONLY esp8266 as whole web-server with own logic and for example sensor control.Is this approach right?
@karlsimmons311
@karlsimmons311 3 жыл бұрын
Hello, Controllerstech! Great tutorial, it works for me!:) I have to say that you deserve the best in life for what you create for people and how you educate them! I have an additional question: is it possible to create web server this method, but with possibility to access esp web-server anywhere the world? At the moment I can connect from smartphone or PC but only if that devices are connected the same wifi hotspot as ESP module :c
@ControllersTech
@ControllersTech 3 жыл бұрын
You can do that by "port forwarding". But i would suggest not to do it, use dedicated servers like thingspeak
@karlsimmons311
@karlsimmons311 3 жыл бұрын
@@ControllersTech Why not to use port forwarding?:( is there no way to somehow "insure" such an operation? Thingspeak looks good I think, but it seems more suited to retrieving data from some sensors than, for example, for storing a website as in your guide
@prasadbabu5360
@prasadbabu5360 Жыл бұрын
​@@ControllersTechsome errors occurred bro
@sumedhburbure4173
@sumedhburbure4173 4 жыл бұрын
Thanks! Its very helpful
@toufikiddou
@toufikiddou 7 ай бұрын
how did you use the esp8266 MCU like a wifi module
@ControllersTech
@ControllersTech 7 ай бұрын
It is nodemcu. You need to flash AT firmware to make it work like the ESP8266 module. Search on youtube, there are a lot of videos explaining how to flash the AT firmware on nodemcu
@toufikiddou
@toufikiddou 7 ай бұрын
@@ControllersTech thanks bro and contenue. You are amazing 💪
@ibrahimALBAYRAK-pl2eg
@ibrahimALBAYRAK-pl2eg Жыл бұрын
after compiling the project i get .elf error. Please help me
@stefanmihailorincz1973
@stefanmihailorincz1973 2 жыл бұрын
Does it work with an ESP32 ? ( I installed firmware for AT commands and is working)
@ControllersTech
@ControllersTech 2 жыл бұрын
Why not just create the webserver using ESP32, and than simply communicate (not needed, but since you are insisting) with STM32 via the uart ? Anyway to answer your question, yes it should work. But do check the output of the AT commands separately (using some USB to TTL thingy) and make sure the output is similar to what is in the code
@stefanmihailorincz1973
@stefanmihailorincz1973 2 жыл бұрын
@@ControllersTech Everything is working, but now if I want to update a data, like a sensor value on the webpage, is it special At commands like for websockets?
@arthurzanchetta7995
@arthurzanchetta7995 2 жыл бұрын
@@stefanmihailorincz1973 Hey man, could you send an example, seriusly, I am trying, but it´s not very well, it´s for a homework, could you help me?
@stefanmihailorincz1973
@stefanmihailorincz1973 2 жыл бұрын
@@arthurzanchetta7995 i did what he did in the video, is working
@arthurzanchetta7995
@arthurzanchetta7995 2 жыл бұрын
@@stefanmihailorincz1973 ow ok, so It’s me, because with me it’s not working… great :/
@gallardonunezhectoralexis5060
@gallardonunezhectoralexis5060 Жыл бұрын
Hey good morning, first thanks a lot for your video. i've tried this and the Module does connecto to the wifi network, but when i try to enter to the ip address in my web navigator it just wont load, could you help me pls?
@ControllersTech
@ControllersTech Жыл бұрын
Your navigator should also be connected to the same network.
@gallardonunezhectoralexis5060
@gallardonunezhectoralexis5060 Жыл бұрын
It is
@ControllersTech
@ControllersTech Жыл бұрын
Debug the project and see where it gets stuck.
@fahrukhkhan4597
@fahrukhkhan4597 8 ай бұрын
ESP_DATA_HANDLER files are missing in the repo.
@ControllersTech
@ControllersTech 8 ай бұрын
The github link is for ring buffer (please read before you click the link). Download the project from the website (last link in the description).
@chihebsabri691
@chihebsabri691 4 жыл бұрын
Hello, which version of ESP8266 you are using ? or it doesn't matter in this case ?
@ControllersTech
@ControllersTech 4 жыл бұрын
Use the latest firmware and it shouldn't matter
@robertschorsch6172
@robertschorsch6172 4 жыл бұрын
Great Video, very good
@anupnadagouda8240
@anupnadagouda8240 3 жыл бұрын
Hi Sir, I am using esp8266 RTOS SDK. I'm programming for Ultrasonic sensor and I have to use hardware timer so please can you help me
@ucthangnguyen4337
@ucthangnguyen4337 3 жыл бұрын
how can I take the input data from webserver. For example I want to take input speed from webserver. Thank you very much sir
@ControllersTech
@ControllersTech 3 жыл бұрын
Isn't it shown in the video ?
@diaszhandar9278
@diaszhandar9278 4 жыл бұрын
can we use any IP address for static IP in this video? or is there free IP addresses that we can use?
@ControllersTech
@ControllersTech 4 жыл бұрын
Use the local one... 192.168.*****
@locle5227
@locle5227 3 жыл бұрын
could you make tutorial with MQTT and cellular module ?
@mateaguero
@mateaguero 4 жыл бұрын
Helloooo, thanks for your tutorials. Please, make something for the configuration of ssid and password of ESP8266 outside the code. There is nothing for stm32. Arduino has libraries like wifimanager that solve this problem. Thanks!
@m.emirhanyavuz5410
@m.emirhanyavuz5410 4 жыл бұрын
I want rf video
@widcoshop
@widcoshop 4 жыл бұрын
HII HOW ARE YOU?ITS GREAT REALLYYY ..can you controll stm with android ?
@ControllersTech
@ControllersTech 4 жыл бұрын
Yeah use the weserver on your Android or ios..
@widcoshop
@widcoshop 4 жыл бұрын
@@ControllersTech thankk.what database you used ?
@ControllersTech
@ControllersTech 4 жыл бұрын
There is no database.. it's happening in real time.. sending the entire html at once
@widcoshop
@widcoshop 4 жыл бұрын
@@ControllersTechbut for android i need database to control it ..what link should control use in android to get and send data?
@ControllersTech
@ControllersTech 4 жыл бұрын
I don't know much about database... U better check some Arduino videos and then try to replicate them here.
ESP8266 WebServer using STM32 HAL|| LED Control || Ring Buffer
8:58
ControllersTech
Рет қаралды 55 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Data Logger using STM32 || ESP8266 || Thingspeak
10:07
ControllersTech
Рет қаралды 34 М.
Find Information from a Phone Number Using OSINT Tools [Tutorial]
16:59
Using an ESP8266 ESP01 Module
6:51
Brian Lough
Рет қаралды 120 М.
stm32 wifi
11:18
ElectroHobby (BARYS ILKAVETS)
Рет қаралды 16 М.
UART Ring Buffer using Head and Tail in STM32 || STM32 CubeIDE
14:25
ControllersTech
Рет қаралды 35 М.
STM32 project managed with CMake | VIDEO 46
34:36
Matej Blagšič
Рет қаралды 24 М.
Serial UART with STM32 Microcontroller-Transmit and Receive Data
18:44
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН