Тёмный
No video :(

ESP8266 WebServer using STM32 HAL|| LED Control || Ring Buffer 

ControllersTech
Подписаться 40 тыс.
Просмотров 52 тыс.
50% 1

Опубликовано:

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 178   
@ControllersTech
@ControllersTech 3 года назад
Here are some ways to Fix errors 1. Make sure both the uarts, and the ring buffer is working well. Follow what I did in this video and you should also get the results ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1CV3tWlRW5A.html 2. Sometimes the connection with the ESP is the problem, So test the ESP separately ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eiw-Ns9l8K8.html 3. If you are stuck at the IP Address part, then use a third device. I mean your phone and ESP should connect to a third device (could be another phone or any router) 4. Mostly the issues are with the Discovery boards, and they are due to some UART connections at the hardware level. So make sure you test the UART using the first point. 5. During Debugging, don't halt the CPU while looking for some string. You will loose the data, and the code will hang there. 6. I spent countless hours in making it work, so You also put some effort before simply commenting that it doesn't work. DEBUG..... It's your strongest weapon. PS: Cutecom is only available in linux. Use any other serial monitor like realter, terraterm, hercules etc
@kiansionglau9581
@kiansionglau9581 3 года назад
thanks! Really appreciate a lot your effort and guide. i change another development is workable...no idea why previous development board run half then stop...
@kiansionglau9581
@kiansionglau9581 3 года назад
Thanks bro, 192.168.1.121 CIPMUX---->OK CIPSERVER---->OK Now Connect to the IP ADRESS Look like is success after i change development board. so i key in 192.168.1.121 to my handphone browser? anyway, my handphone no display. can advise a bit for this?
@Tenisinspector8341
@Tenisinspector8341 3 года назад
Could you make a tyutoriyal for using ESP8266 with its SPI/HSPI connections instead of UART?
@prajaktagavandi6058
@prajaktagavandi6058 3 года назад
Thankyou sir
@shrutiprabhu8622
@shrutiprabhu8622 4 месяца назад
@@Tenisinspector8341 hello did you get this?
@eduardodelarosaferrer2205
@eduardodelarosaferrer2205 4 года назад
This is what we need ! Really practical tutorials. Thanks a lot
@user-zx4rj1gs4c
@user-zx4rj1gs4c 3 года назад
thx a lot! I thought, that on stm32f103xESP01 i'll have some problems, but this code's working well, your tutos are exellent!
@guillermososa91
@guillermososa91 3 года назад
Thanks a lot it, works perfect on STM32F401.
@Pushpam1995
@Pushpam1995 3 года назад
I love you channel I was searching someone like you. Your video topic are on mark Please make videos always like this..
@HazinINCI
@HazinINCI Год назад
For STM32F7, I disabled the "Enable the UART Error Interrupt" codes in Ringbuf_init() function and I used the updated version of Uart_isr(...) function. Then, it worked for me. Thanks a lot.
@berlinraj8149
@berlinraj8149 4 месяца назад
Bro.. can you please help me I'm using STM32F429ZIT6 , Serial Terminal usart1 only communicated with terminal.im using usart1&2, one for PC and 2 for wifi module and i interface with ESP8266-01 wifi module. I did everything like this video. But not worked. Can you Give me some idea?
@ZiclopDevices
@ZiclopDevices 3 года назад
Excellent tuto. Thanks!
@milosdewit7562
@milosdewit7562 2 года назад
Very to the point and useful tutorial!
@ControllersTech
@ControllersTech 4 года назад
I have used NodeMCU, but i wrote the tutorial in terms of AT commands. So you can use it for all the esp8266 types. Regarding the connection, you can google it. All MCUs have the same connection. Rx of ESP to Tx of MCU, and Tx to Rx. Those, who have errors in the Uart_isr function, like DR or SR registers are not present, replace the Uart_isr code with the one provided in this file controllerstech.com/wp-content/uploads/2020/04/Uart_isr.c
@wp0049830
@wp0049830 4 года назад
I have a NodeMCU, which was already programmed using Arduino IDE for some other application. In that case how do I restore NodeMCU back to its original configuration, so that your program works? Thanks in advance
@ControllersTech
@ControllersTech 4 года назад
@@wp0049830 You need to flash the AT firmware. Just google it, there are a lot of tutorials available for it
@danusinungga4839
@danusinungga4839 4 года назад
bro,where i can download a aplication cutecom for widows? i'm stuck in is this. my program cant run because i dont no the ip for turn on and tur off LED
@ControllersTech
@ControllersTech 4 года назад
If cutecom not available then use hercules or realterm.. Or putty in linux
@danusinungga4839
@danusinungga4839 4 года назад
sorry brow i have a question , why i run in hercules and realterm cant display ip addr? what i wrong the view display the symbol cant be discribe ? i follow your program until end but cannot display ip addr
@dineshsundarschannel5317
@dineshsundarschannel5317 4 года назад
Great great great. Like to do it now. Thank u sooo much
@mehtaptacir
@mehtaptacir 3 года назад
Hi! Thank you for your videos. Your tutorial is excellent, can you recommend any sources for beginner such as book
@rathanshidling9832
@rathanshidling9832 3 года назад
How can i update paramater, new recipe over dynamically. How to implement using linked list. Over n-number of data.
@michazodak431
@michazodak431 3 года назад
I had problems with short time for which the module was connected to the wifi, the reason was too short times between rx and tx so I have added hal_delays in start() functions and everything is working just fine ;)
@cpodge
@cpodge 3 года назад
Could you explain where you put the delays please because I have a similar issue
@michazodak431
@michazodak431 3 года назад
@@cpodge I dont have access to the project unfortunately, but as I said it was somewhere in start() function which consists of some methods try before each one - should work then delete 1 by 1 to debug ;)
@cpodge
@cpodge 3 года назад
@@michazodak431 Thanks, I will try this out! Did this stop your server from responding? I can toggle the LED a few times thenit will not reload the page any more in my web browser and I have to do a hard reset to the board
@michazodak431
@michazodak431 3 года назад
@@cpodge after adding delays, server worked properly I have send some data from environmental sensors and displayed them on server and it didn't crash ;). Everything else was done like in tutorial
@ARM_TECH
@ARM_TECH 4 года назад
help ws2812b using stm32
@truongtansang7500
@truongtansang7500 4 года назад
Could you show RFID interface? Thank you!
@kiansionglau9581
@kiansionglau9581 3 года назад
From uart said that reseting... then stop. Can you advise?
@ControllersTech
@ControllersTech 3 года назад
check pinned comment
@Electronics_Dreams
@Electronics_Dreams 3 года назад
I love you! jajaj saludos desde Argentina!
@Acky0078
@Acky0078 2 года назад
Hi, can you please cover the interfacing with EPS via SPI interface?
@ramachandra4316
@ramachandra4316 Год назад
Nice video, can you also make a video to use ESP32 as client and update firebase ?
@bodzio_stawski187
@bodzio_stawski187 Год назад
Hi, the tutorial is nice, but I'm having trouble understanding a general thing. In general, a web server can probably be made in many ways. You can use a standalone ESP8266, or ESP32-S, or like you: ESP8266 in combination with STM32 sending AT commands. Question: which variant is generally better when creating a device "from scratch"? Is this guide more suitable for existing STM32 devices "extended" with WiFi functionality provided by the ESP module, or is there simply another reason why the STM32 should be a "master" controller than it would be worth using the ESP module alone?
@ControllersTech
@ControllersTech Год назад
This tutorial just adds the wifi capability to the stm32, Nothing else.. If mcu doesn't matter then there are obviously better alternatives like ESP32 .
@neeravdesai3940
@neeravdesai3940 2 года назад
i flashed AT firmware the project is working perfectly, but after few seconds its gone, i need to press reset again please can you guide me, where to change the code, for that i believe its in ESP8266_HAL.c.
@triettruongminh1423
@triettruongminh1423 3 года назад
I had made connection and then burn the code to STM32F411 discovery i had received only RESETTING..RESETTING...... at hercules what should i do to get ip addresss, help me thanks
@jaredcox8725
@jaredcox8725 3 года назад
Did you ever figure this out? I have the same problem. I get stuck on the while(!(Wait_for("AT OK ", wifi_uart)));
@vloggermoinhu
@vloggermoinhu 4 года назад
Thank you my idol ! I hope u will help me about MQTT protocol
@venkateshk.j.117
@venkateshk.j.117 3 года назад
I am using stm32f446 but the program stuck at is data available function
@ControllersTech
@ControllersTech 3 года назад
First check if the uart ia working properly Remove esp, and Short the Rx and Tx pins for the device uart... Now whatever data you send should come back... Try this
@anushka.narsima
@anushka.narsima 5 месяцев назад
Can you please make a video for connecting stm32 nucleo with a camera? We've tried it with esp32 and ov7670 but nothings working
@neeravdesai3940
@neeravdesai3940 2 года назад
How to add few buttons in html code, and add accordingly the changes in "server_start" and "server_handle" in order to add 2 more Leds and make project scalable, I tried addding buttons in HTML and thought ill add more ("if,else if") for adding more logic for several Leds and also declared /ledoff1.../ledon1 in different variables suchd as LED_ON1 or LED_OFF1.....according to the buttons in HTML and output but im not able to make it scalable {also defined pins as GPIO o/p at IOC file} please help, how do i make it work for 3 Leds?
@Daronedous
@Daronedous 4 года назад
Thanks for tutorial, I had to make few changes in code because responses from my esp8266 module were slightly different but after all everything worked. The only problem I have is that web server is dying pretty fast after 10/15 secs is this due to the fact ram is getting fullfiled or I made some mistakes? Any ideas how to solve that?
@ControllersTech
@ControllersTech 4 года назад
Yeah server times out really fast, but that shouldn't affect the RAM. I have use malloc to allocate the dynamic memory. If u did made some changes, cross check the malloc and free. Maybe you forgot to free some allocated memory and it's adding up with the new allocation
@cpodge
@cpodge 3 года назад
Hi @Daronedous, did you get a fix for this issue, I have the same problem and cannot solve
@harshitajain4870
@harshitajain4870 2 года назад
Hi! I had done everything as suggested but yet nothing get on terminal. serial console shows download verified successfully but not getting AT command response on terminal and webserver page is also not showing
@harshitajain4870
@harshitajain4870 2 года назад
Successfully done😄. Thank you Controllers Tech for this hands on. Kudos to your work✌
@pera0perkan
@pera0perkan Год назад
@@harshitajain4870 Hey, what have you done to fix this problem?
@SravyaTaduthuri
@SravyaTaduthuri 10 месяцев назад
HEY CAN YOU PLEASE TELL ME WHAT HAVE YOU DONE TO FIX THE ISSUE
@franckciccio8032
@franckciccio8032 2 года назад
Is there any way to get public ip of esp8266?
@h52684
@h52684 10 месяцев назад
Can we add more 3 4 leds ?? If yes , please could u guide me ..
@ControllersTech
@ControllersTech 10 месяцев назад
You need to write the html code for the 4 bottons and their handler. Then follow the same method.
@xxgoku7774
@xxgoku7774 3 года назад
Great video! Could you help? I tryied had problems and I quite not understand how do I send a longer(more than 2048 characters) HTML file through the AT+CIPSEND commands! It always ends in an error or just failing at sending data at some point How should the proceidure be? I also tryied with the UART USB adapater but still got the same results
@iamamaker7096
@iamamaker7096 3 года назад
I could not see ip adress from uart said that reseting... reseting....reseting. Can you help me?
@kiansionglau9581
@kiansionglau9581 3 года назад
how u solve it? i also encounter same issue.
@karmindersingh7709
@karmindersingh7709 2 года назад
YES sir i found that thanku. know i want to know connections of wires of stm with esp board
@ControllersTech
@ControllersTech 2 года назад
Read the post where you downloaded the project from
@karmindersingh7709
@karmindersingh7709 2 года назад
@@ControllersTech thanku sir
@karmindersingh7709
@karmindersingh7709 2 года назад
@@ControllersTech i have seen that pic but there is no labels on the respective pins.
@oguzhanugurlu6019
@oguzhanugurlu6019 4 года назад
thanks a lot.
@MrMilsic
@MrMilsic 4 года назад
Boa tarde, implementei o exemplo para stm32f103 más quando inicializo o /* USER CODE BEGIN 2 */ ESP_Init("xxxxx","xxxxx"); /* USER CODE END 2 */ trava nessa inicialização, tem alguma ideia?
@ControllersTech
@ControllersTech 4 года назад
You need to check where the error is. If the firmware on the ESP is different, better try thise At commands first, and than change them if needed
@MrMilsic
@MrMilsic 4 года назад
@@ControllersTech o problema está quando chamo a função de escrita da seria - Uart_sendstring("AT+RST ", wifi_uart); não conseguir identificar o erro!
@ControllersTech
@ControllersTech 4 года назад
your connection might be the problem. also make sure you have followed the steps properly connect your esp to the computer using ftdi or something and try those commands and see if it is responding to them
@vinothkannanr2804
@vinothkannanr2804 4 года назад
could you make one video on these without HAL
@frigeshi9003
@frigeshi9003 3 года назад
where can i get the UartRingbuffer_multi.h and ESP8266_HAL.c file?
@Tommm077
@Tommm077 3 года назад
How we know the IP Adreess bro?
@TheGui81
@TheGui81 2 года назад
Hello, could you tell me which part of the code I need to modify (expect the HTML one of course) if I want to add a second Led on the same web page ? Because the "Server_Handle" part seems to be adapted to a single Led because of the presence of "/ledoff" or "/ledon" in the adress. Am I wrong ? And if yes, have you any advice ? Thanks a lot for what you do, Regards.
@ControllersTech
@ControllersTech 2 года назад
You can create another pages with /led2off and /led2on.
@berlinraj8149
@berlinraj8149 5 месяцев назад
sir please help me how can i get these 4 library file [ UartRingbuffer_multi.c , ESP8266_HAL.c, UartRingbuffer_multi.h , ESP8266_HAL.h ]@@ControllersTech
@ControllersTech
@ControllersTech 5 месяцев назад
The link to download the project is in the description of the video.
@patelapurva5340
@patelapurva5340 3 года назад
in that require any program for esp 8266
@tamngo3039
@tamngo3039 3 года назад
Hello thank for video. Can u tell me your theme CubeIDE ? Its so great
@cyberdientu
@cyberdientu 5 месяцев назад
Sir, can i use stm32f103c8t6 for this project?
@ControllersTech
@ControllersTech 5 месяцев назад
Yeah why not.
@vikneswaranrajandaran6588
@vikneswaranrajandaran6588 3 года назад
how to make cutecom serial monitor appear?
@walteralejandrobecerratorr1313
@walteralejandrobecerratorr1313 2 года назад
Hi, I managed to bring the code to the STM32L4xxx, a query, Would the connection be to the Uart1 right? On my board I have the problem that these are free pins not soldered, I can use the Uart3, taking into account that the tx of the ESP8266 goes to the rx of the plate and the rx of the ESP to the tx of the plate, is it correct?
@ControllersTech
@ControllersTech 2 года назад
Yes
@samimd5074
@samimd5074 Год назад
can't find the ESPDataLogger.h and c file
@hehejadi7598
@hehejadi7598 4 года назад
Thanks, but do you know about "error connecting refused" when i connected with esp8266 ?
@ControllersTech
@ControllersTech 4 года назад
At what point exactly ? Check with the debugger where the program is getting stuck
@myworldbox
@myworldbox Год назад
not working wtf
@serhii3436
@serhii3436 3 года назад
Hi. Please help me. I have undefined reference to `Uart_isr'. And dont to understand what needs to be changed. Since I completely repeated after you
@ControllersTech
@ControllersTech 3 года назад
Did you do the step at 04:08
@jiajiewong1058
@jiajiewong1058 3 года назад
@@ControllersTech Yes I did, same problem here
@neeravdesai3940
@neeravdesai3940 2 года назад
is this for nucleo?
@muratcayrl9356
@muratcayrl9356 4 месяца назад
It still works?
@Mohamed-sd1ql
@Mohamed-sd1ql 4 месяца назад
how did you program esp8266?
@ControllersTech
@ControllersTech 4 месяца назад
I did not. It uses the default source code.
@RocketsAndDrones
@RocketsAndDrones Год назад
I hope this isn't a dumb question, but where can I find/get the ESP8266_HAL.h library?
@ControllersTech
@ControllersTech Год назад
It's in the inc folder.
@karmindersingh7709
@karmindersingh7709 2 года назад
ESP8266.h file and other files are not availble when i downloaded the ZIP FILE. please help
@ControllersTech
@ControllersTech 2 года назад
check src and inc folders
@TheJosele6
@TheJosele6 4 года назад
Hello, I have problems to see the response on the terminal. I have windows and I am using RealTerm, but no program can recognize my STM32F11E-Discovery such a COM. And I dont know why, If you can help me it would be awesome!! Greetings from Spain!!
@ControllersTech
@ControllersTech 4 года назад
Looks like you need to install the st link drivers..
@pankajkande4407
@pankajkande4407 4 года назад
I have used esp8266-01 it response to AT Command and connect to host but when I am going to open web server it doesn't give response when trying to open server page using IP address.i connected my mobile and esp8266 to same host.
@ControllersTech
@ControllersTech 4 года назад
Try connecting both the esp and phone to another wifi Check in the debugger, at which part it is stuck ?
@meohoang7741
@meohoang7741 3 года назад
can u fix it please helpme,thanks
@dighuyntran1351
@dighuyntran1351 3 года назад
@@meohoang7741 nó cứ kêu là do mạng, mà t thử chạy webserver khác trên adruino thì vẫn được, mạng t ko vấn đề gì, chắc do code
@franckciccio8032
@franckciccio8032 2 года назад
Hi, what pins do I have to connect on stm32f4 and esp8266?
@ControllersTech
@ControllersTech 2 года назад
Tx with Rx and Rx with Tx
@franckciccio8032
@franckciccio8032 2 года назад
Thanks❤️
@neeravdesai3940
@neeravdesai3940 2 года назад
Please provide {"ESP8266_HAL.c" and ''UartRingbuffer_multi.c'' with their header files}its not there even at the site nor at github and also not present in description.
@ControllersTech
@ControllersTech 2 года назад
The link to the article is in the description. You can download the entire project from there.
@neeravdesai3940
@neeravdesai3940 2 года назад
@@ControllersTech I checked it only the codes are written over there, there are no ".c" or ".h" file or any sort of library whatsoever please kindly check with it and if possible provide zip files for both{"ESP8266_HAL.c" and its header file/''UartRingbuffer_multi.c and its header file} ive watched this video quite alot of times but i keep getting jumbled in libraries i couldnt go forward .
@ControllersTech
@ControllersTech 2 года назад
Here is the tip: Every tutorial website that provides the code, it is mostly located towards the end of the article. Here is the zip file controllerstech.com/wp-content/uploads/2020/08/TUT_ESP8266_WEBSERVER.zip
@widcoshop
@widcoshop 4 года назад
hi again.bro can you make tutorial to make android app and webservr too?
@ControllersTech
@ControllersTech 4 года назад
I don't know anything about Android app development. And even if you do want to develop, make some web based one. Which can send the data like any browser does and the code will take care of the rest
@venkateshk.j.117
@venkateshk.j.117 3 года назад
Not possible for me to open webpagr
@lukaswang3809
@lukaswang3809 2 года назад
Thanks, where can I download the zip file
@dighuyntran1351
@dighuyntran1351 3 года назад
This code doesn't work on keilC
@storymstorym3597
@storymstorym3597 3 года назад
I had made connection and then burn the code to STM32F407 discovery i had received only RESETTING..RESETTING...... at hercules what should i do to get ip addresss
@meohoang7741
@meohoang7741 3 года назад
change uart
@triettruongminh1423
@triettruongminh1423 3 года назад
@@meohoang7741 giúp tôi với ông
@meohoang7741
@meohoang7741 3 года назад
@@triettruongminh1423 tôi đổi uart thôi ôg trog bài xài u2 thì ôg xài u1 hoặc 3 thui,tui nhận dc ip mà truy cập cụg ko dc ôg,
@user-bo5dt7gd6r
@user-bo5dt7gd6r Год назад
Can i get an IP from the terminal of cubeide other than cutrcom for linux?
@ControllersTech
@ControllersTech Год назад
You can debug and get the ID in the live expression.
@user-bo5dt7gd6r
@user-bo5dt7gd6r Год назад
Need a new configuration of ESP8266 Nodemcu?
@franckciccio8032
@franckciccio8032 2 года назад
Excuse me, I don't find the code of ESP8266 on github, could you please publish the link?Thank you in advance
@ControllersTech
@ControllersTech 2 года назад
It was never published on github. The link is in the description..
@meohoang7741
@meohoang7741 3 года назад
hi thanks for your video,but i don't understand why do we need to use ringbuffer and you use uart_pc only to display the IP address of ESP,right?please help me,thank you very much.
@ControllersTech
@ControllersTech 3 года назад
uart2 is not needed. I just used it for the debugging purpose. For the ring buffer, you need it because you don't know the size of incoming data in the uart
@meohoang7741
@meohoang7741 3 года назад
@@ControllersTech thanks but i have a problem, i am not able to receive the ip address hercules screen shows only RESETTING……after that it stops from working.what should i do so that i would be able to receive the ip address and open web page please help me. Thanks in advance
@meohoang7741
@meohoang7741 3 года назад
@@ControllersTech hey sir i got that word "Now Connect to the IP ADRESS" but when i connect to the web,it said "ERR_EMPTY_RESPONSE 192.168.1.12 don't send any data".please tell me why.I think the problem is the Basic inclusion.it have a warning "a format string is not a string literal",please help me thanks u so so much.
@meohoang7741
@meohoang7741 3 года назад
@@ControllersTech i think the function name Get_after get error ,i can't take the value behind that,can u help me ffix it, please help me,thanks you very much.
@triettruongminh1423
@triettruongminh1423 3 года назад
ông ơi tôi không ra được đại chỉ IP giúp tôi với, cảm ơn :D
@vloggermoinhu
@vloggermoinhu 4 года назад
what the aplication for watch UART
@ControllersTech
@ControllersTech 4 года назад
Use realterm or hercules
@amjedghrairi2929
@amjedghrairi2929 2 года назад
how to get adresse ip
@te1760
@te1760 3 года назад
Hi, i use esp8266-01 too. When i connect with ttl converter to wifi module and sent AT commands from serial monitor.i got correct answers. But when i sent AT commands from stm32f4, no answer from wifi modul. Whats the problem? What should i do? do you have offer for me?
@ControllersTech
@ControllersTech 3 года назад
Are u using uart ring buffer ?
@te1760
@te1760 3 года назад
@@ControllersTech i did your both project but both of them stuck at IsDataAvailable funcktion
@ControllersTech
@ControllersTech 3 года назад
Remove esp, and Short the Rx and Tx pins for the device uart... Now whatever data you send should come back... Try this
@te1760
@te1760 3 года назад
@@ControllersTech its interesting, looks like i send but rx interrupt doesnt occur. i thought first usart 1 port doesnt work, so i have same board and tried on it. and same rx interrupt doesnt occur. but function is correct. cos i use to send data to serial monitor same function.
@te1760
@te1760 3 года назад
@@ControllersTech okay i tried and tx wasnt come back. so i configure another usart and it works. thanks so much
@Simotp95
@Simotp95 4 года назад
Why if i want to add an ADC to show on the webserver a sensor value the ADC doesn't work?
@ControllersTech
@ControllersTech 4 года назад
Maybe you are not implementing ADC properly.. 🤔
@Simotp95
@Simotp95 4 года назад
@@ControllersTech on MX i add a 12 bit ADC with continous conversion enabled then in the while i start the ADC and i put with the pollforconversion instruction the value on a variable called adc_value but it remains always 0 instead...
@ControllersTech
@ControllersTech 4 года назад
Start Poll for conversion Get value Stop
@Simotp95
@Simotp95 4 года назад
@@ControllersTech With Start do you mean start server or start adc?
@ControllersTech
@ControllersTech 4 года назад
hal adc start poll for conversion hal adc get value hal adc stop
@truongpham7279
@truongpham7279 3 года назад
Thanks a lot! But when I use it with STM32F103C8T6, I can't access to the server with provided IP address. I don't know why.
@truongpham7279
@truongpham7279 3 года назад
Oh! And I have a warning with "sprintf (datatosend, Basic_inclusion); " function. It warning: "format string is not a string literal (potentially insecure)" at "Basic_inclusion". But with sprintf(data, ".....", SSID) with the same datatype is not warning.
@meohoang7741
@meohoang7741 3 года назад
@@truongpham7279 i have the same problem of you,can u talk a bit more detailed,what i need to do,please help me,thank you very much.
@truongpham7279
@truongpham7279 3 года назад
@@meohoang7741 bỏ làm kiểu khác đi ông! Hồi đó làm lỗi xong t đổi hướng
@meohoang7741
@meohoang7741 3 года назад
lỗi đó ko fix dc hã,ông làm qua kiêu nào ấy
@truongpham7279
@truongpham7279 3 года назад
@@meohoang7741 ukm k đc. T đổi qua làm app inventor kết nối vs thingspeak, r stm32 lấy dữ liệu trên đó về điều khiển. Hoặc dễ hơn là lấy esp kết nối firebase hay thingspeak để lấy dữ liệu về chân nào đó, r stm32 kết nối uart đọc dữ liệu chân esp về r điều khiển ngoại vi cx đc.
@karriaravind
@karriaravind 3 года назад
which OS are you using?
@ControllersTech
@ControllersTech 3 года назад
i was using manjaro KDE back then
@furkanklc5220
@furkanklc5220 4 года назад
Can I use these codes on Keil?
@ControllersTech
@ControllersTech 4 года назад
Yes you can...
@furkanklc5220
@furkanklc5220 4 года назад
Controllers Tech I wonder that your esp8266 module. Whats the model of it exactly? Also can you share the connections?
@ControllersTech
@ControllersTech 4 года назад
Actually it's NodeMCU, but i wrote the tutorial in terms of AT commands. So you can use it for all the esp8266 types. Regarding the connection, you can google it. All MCUs have the same connection. Rx of ESP to Tx of MCU, and Tx to Rx.
@harshitajain4870
@harshitajain4870 2 года назад
i cant find esp .c .h files in the zip folder. Is someone tell is it in the zip file or i have to write it.
@ControllersTech
@ControllersTech 2 года назад
They are in the src and inc folders.. just where i put them during the video
@harshitajain4870
@harshitajain4870 2 года назад
@@ControllersTech they are not in inc and src folder now please help
@ControllersTech
@ControllersTech 2 года назад
@@harshitajain4870 what files are you looking for ?
@harshitajain4870
@harshitajain4870 2 года назад
@@ControllersTech esp8266.h .c file which is going to copied in inc src folder
@ControllersTech
@ControllersTech 2 года назад
@@harshitajain4870 I just downloaded the zip file. The files "esp82766_HAL.c, .h, uartringbuffer.c, .h" all are present there. If you still can't find them, contact on telegram @controllerstech
@ArunR-zv4qv
@ArunR-zv4qv 2 месяца назад
you mostly including lib file not teaching that things
@ControllersTech
@ControllersTech 2 месяца назад
Read the library file. Its not that hard to understand it. Also I have mentioned all those commands in the video, which I asked to watch before this one.
@aliakbar4068
@aliakbar4068 7 месяцев назад
bro , tnx alot it reall works, but if you are using esp8266 01 module first you need to flash it, it is covered by ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MPyShmRcgD0.html this, again tnx alot for your code
@jiajiewong1058
@jiajiewong1058 3 года назад
Hello! I have this error: undefined symbol uart_isr (referred from stm32f4xx_hal.o). How do I solve it? thank you:)
@berlinraj8149
@berlinraj8149 5 месяцев назад
Anyone please help me how can i get these 4 library file [ UartRingbuffer_multi.c , ESP8266_HAL.c, UartRingbuffer_multi.h , ESP8266_HAL.h ]
Далее
Х.евая доставка 😂
00:23
Просмотров 640 тыс.
“Bernabéu… pressure… 90,000” 🔥🔥🔥
01:02
Forget WiFi! This Wireless Method is WAY Better?
12:14
Просмотров 555 тыс.
stm32 wifi
11:18
Просмотров 15 тыс.
Data Logger using STM32 || ESP8266 || Thingspeak
10:07
Risking my life to save $5000
19:29
Просмотров 1,1 млн
STM32 DMA and FreeRTOS Tutorial - Phil's Lab #14
29:10
Просмотров 114 тыс.
ESP32 Web page creating and updating
32:11
Просмотров 153 тыс.
printf() over the UART using STM32
12:55
Просмотров 31 тыс.