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

  Переглядів 32,362

ControllersTech

ControllersTech

День тому

Purchase the Products shown in this video from :: controllerstech.store
________________________________________________________________________________________
************ UPDATE 2 **************
L4 series and G series MCUs have some issues with UART_ISR_TXE. If you are having issues even after making changes according to UPDATE 1, then Replace the Uart_isr with the file controllerstech.com/wp-conten...
************ UPDATE 1 **************
Those, who have errors in the Uart_isr function, replace the Uart_isr functon with the one provided in this file controllerstech.com/wp-conten...
The latest Ring buffer code can be found at github.com/controllerstech/st...
To Download the code, and for more description, goto controllerstech.com/send-and-...
ESP IOT Playlist • Internet Of Things wit...
________________________________________________________________________________________
****** SUPPORT US BY DONATING*****
paypal.me/controllertech
******Join the Membership******
/ @controllerstech
Join the Discord Server / discord
Join the Telegram Group t.me/controllerstechdiscuss
Follow me on Instagram / controllerstech
For more info, visit www.controllerstech.com

КОМЕНТАРІ: 53
@m.nauman7801
@m.nauman7801 3 роки тому
Thank you for the great toturial. 😍
@technics6215
@technics6215 8 місяців тому
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).
@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?
@ignacioagasi3081
@ignacioagasi3081 2 роки тому
Hello sir. Can you please tell me what should be the code modification to be able to send a temperature measurement?. Thank you.
@sumedhburbure4173
@sumedhburbure4173 3 роки тому
Thanks! Its very helpful
@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 8 місяців тому
​@@ControllersTechsome errors occurred bro
@hardware7161
@hardware7161 3 роки тому
hi ! i can't find the ESP_Data_hundler ??
@omidradmanesh1778
@omidradmanesh1778 5 місяців тому
How to insert data to mysql in host with stm32 and hal library ?
@Alan96555
@Alan96555 Рік тому
it doesnt work for f3 nucleo board :( i change uart_isr and no errors, but it doest work for me
@mateaguero
@mateaguero 3 роки тому
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!
@locle5227
@locle5227 2 роки тому
could you make tutorial with MQTT and cellular module ?
@robertschorsch6172
@robertschorsch6172 3 роки тому
Great Video, very good
@valentinchamiot8101
@valentinchamiot8101 3 роки тому
I have a question, how can make an connection between stm32 and a PC with receive and transmit communication ?
@ControllersTech
@ControllersTech 3 роки тому
Use uart..
@ibrahimALBAYRAK-pl2eg
@ibrahimALBAYRAK-pl2eg Рік тому
after compiling the project i get .elf error. Please help me
@chihebsabri691
@chihebsabri691 3 роки тому
Hello, which version of ESP8266 you are using ? or it doesn't matter in this case ?
@ControllersTech
@ControllersTech 3 роки тому
Use the latest firmware and it shouldn't matter
@diaszhandar9278
@diaszhandar9278 3 роки тому
can we use any IP address for static IP in this video? or is there free IP addresses that we can use?
@ControllersTech
@ControllersTech 3 роки тому
Use the local one... 192.168.*****
@ucthangnguyen4337
@ucthangnguyen4337 2 роки тому
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 2 роки тому
Isn't it shown in the video ?
@gallardonunezhectoralexis5060
@gallardonunezhectoralexis5060 5 місяців тому
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 5 місяців тому
Your navigator should also be connected to the same network.
@gallardonunezhectoralexis5060
@gallardonunezhectoralexis5060 5 місяців тому
It is
@ControllersTech
@ControllersTech 5 місяців тому
Debug the project and see where it gets stuck.
@fahrukhkhan4597
@fahrukhkhan4597 28 днів тому
ESP_DATA_HANDLER files are missing in the repo.
@ControllersTech
@ControllersTech 28 днів тому
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).
@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
@stefanmihailorincz1973
@stefanmihailorincz1973 Рік тому
Does it work with an ESP32 ? ( I installed firmware for AT commands and is working)
@ControllersTech
@ControllersTech Рік тому
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 Рік тому
@@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 Рік тому
@@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 Рік тому
@@arthurzanchetta7995 i did what he did in the video, is working
@arthurzanchetta7995
@arthurzanchetta7995 Рік тому
@@stefanmihailorincz1973 ow ok, so It’s me, because with me it’s not working… great :/
@widcoshop
@widcoshop 3 роки тому
HII HOW ARE YOU?ITS GREAT REALLYYY ..can you controll stm with android ?
@ControllersTech
@ControllersTech 3 роки тому
Yeah use the weserver on your Android or ios..
@widcoshop
@widcoshop 3 роки тому
@@ControllersTech thankk.what database you used ?
@ControllersTech
@ControllersTech 3 роки тому
There is no database.. it's happening in real time.. sending the entire html at once
@widcoshop
@widcoshop 3 роки тому
@@ControllersTechbut for android i need database to control it ..what link should control use in android to get and send data?
@ControllersTech
@ControllersTech 3 роки тому
I don't know much about database... U better check some Arduino videos and then try to replicate them here.
@m.emirhanyavuz5410
@m.emirhanyavuz5410 3 роки тому
I want rf video
STM32 UART Ring Buffer using DMA and IDLE Line
20:50
ControllersTech
Переглядів 21 тис.
Що рятує українців від похмілля?😁 | #НовийКанал #ЄПитання
00:53
єПитання з Лесею Нікітюк
Переглядів 439 тис.
skibidi toilet 73 (full episode)
09:41
DaFuq!?Boom!
Переглядів 21 млн
Піхотинці - про потребу у людях
00:57
Суспільне Новини
Переглядів 1 млн
stm32 wifi
11:18
ElectroHobby
Переглядів 15 тис.
STM32 Build IoT Application From Scratch With RYWB116 WiFi Module
15:24
Useful Electronics
Переглядів 10 тис.
3D Prints Outside for 7 years: What happened? RMRRF2024
29:36
CNC Kitchen
Переглядів 99 тис.
Beginner's Guide to ESPHome ESP8266, ESP32, Beken Devices and more
33:46
Cheap and Easy WiFi (IoT) Tutorial Part 1 - ESP8266 Setup/Intro
31:28
Kevin Darrah
Переглядів 1,1 млн
Device Web UI dashboard: STM32 :: CubeIDE :: Bare metal :: HTTP, Websocket, MQTT
22:21
Mongoose Networking Library
Переглядів 4,6 тис.
UART Ring Buffer using Head and Tail in STM32 || STM32 CubeIDE
14:25
ControllersTech
Переглядів 32 тис.
Что еще за обходная зарядка?
0:30
Не шарю!
Переглядів 2 млн
Phone charger explosion
0:43
_vector_
Переглядів 48 млн
Лучший Смартфон До 149 Баксов!!!??? itel s24
20:25
РасПаковка ДваПаковка
Переглядів 54 тис.
Купите ЭТОТ БЮДЖЕТНИК вместо флагманов от Samsung, Xiaomi и Apple!
13:03
Thebox - о технике и гаджетах
Переглядів 22 тис.
APPLE УБИЛА ЕГО - iMac 27 5K
19:34
ЗЕ МАККЕРС
Переглядів 82 тис.