Stm32 tutorials
741 subscribers
4 photos
3 videos
14 files
55 links
Different sensors interface with STM32 controller. Simulation files, codes and output files provided. Output videos are uploaded for each YouTube video. Some cool tricks are made available which are rarely told. Let's create some magic...
Download Telegram
September 27, 2021
October 19, 2021
November 25, 2021
https://youtu.be/ogM48-lDABg
Hi,
We have demonstrated how to interface servo motor with stm32f103 controller. The servo motor angle is aligned as per the potentiometer setting. As we change the potentiometer the servo motor angle is also changed. For this we have used PWM configuration.
For more embedded projects, contact us on
Whatsapp: +919665001206
Email: stmetatronics@gmail.com
connect with us on our telegram channel: https://t.me/STM32controller
Keep learning, keep sharing.

We are also providing Angular JS projects along with embedded projects.
December 5, 2021
Hi,
In this video we talk how to interface graphical LCD with stm controller. This is part 1 of the interface video. In next video we will see how to create fonts and in the next part we will see how to continuously write without disrupting the flow. The GLCD is used to display images in binary format and is used in many projects. You can use it to display simple animations and make the projects more interesting.
Hope you enjoy the video.
For project queries, mail us on STMetaTronics@gmail.com
or whatsapp us on +919665001206

Join our telegram channel: stmetatronics
link: https://t.me/STM32controller
January 15, 2022
https://youtu.be/8fsx46oI5lQ
Hi,
In this video we talk how to interface graphical LCD with stm controller. This is part 1 of the interface video. In next video we will see how to create fonts and in the next part we will see how to continuously write without disrupting the flow. The GLCD is used to display images in binary format and is used in many projects. You can use it to display simple animations and make the projects more interesting.
Hope you enjoy the video.
For project queries, mail us on STMetaTronics@gmail.com
or whatsapp us on +919665001206

Join our telegram channel: stmetatronics
link: https://t.me/STM32controller
January 15, 2022
https://youtu.be/62OMZ9PF1bI
Hi,
In this video we talk how to interface graphical LCD with stm controller. This is part 2 of the interface video in which we have displayed how to continuously write without disrupting the flow and how to display images. In next video we will see how to create fonts. The GLCD is used to display images in binary format and is used in many projects. You can use it to display simple animations and make the projects more interesting.
Hope you enjoy the video.
For project queries, mail us on STMetaTronics@gmail.com
or whatsapp us on +919665001206

Join our telegram channel: stmetatronics
link: https://t.me/STM32controller
February 14, 2022
December 13, 2022
Temp_Sensor_Interface.rar
4 MB
July 5, 2023
https://youtu.be/sdPBp5OQmUE

Hello,
We have modified the code and simulation, removed the errors and tested the code.
We are uploading the main.c & hex files here on drive. Use STM32F103C8 controller and the main.c file, generate the code and use the simulation.
Code link: https://drive.google.com/drive/folders/1svNKabVrowzOiPqEwKuRAe3GlyzJvUKC?usp=sharing
In this video we have interfaced keypad, LCD and stepper motor with stm32 controller. We control the door operations by entering the password using the keypad. The door opens only when correct password is entered. Door opens for some time, let the person enters and then closes back. The door opening and closing are controlled by stepper motor. The simple interface can be used in many projects.
To support our channel please donate on PayPal: https://www.paypal.me/ajimet
Join our telegram channel: https://t.me/STM32controller
If you enjoy the video, Like share and subscribe.
For project queries, Whatsapp on 9665001206
Keep spreading the knowledge.
October 3, 2024
We are interfacing the AT24C512 EEPROM device with STM32F103 controller. The simulation shows the expected results. In this tutorial, we have demonstrated the write and erase functionality for EEPROM device. We have used GPIOs to replicate the I2C protocol.
Hope you enjoy the video.
For project queries, mail us on STMetaTronics@gmail.com
or whatsapp us on +919665001206

Join our telegram channel: stmetatronics
link: https://t.me/STM32controller

https://youtu.be/sUhxf2IFfpI
October 3, 2024
In this video, we are interfacing the AT24C512 EEPROM Ic with STM32F103C8 controller. The Erase and write functionalities are explained in the previous video (https://youtu.be/sUhxf2IFfpI). In this video, we are simulating the read operation. So we are reading from one memory location and copying the same data to another memory location. To copy the data from one location we need both read and write operations. Thus demonstrating both Read and Write operations for EEPROM.

We are using the bit banging technique for replicating the I2C protocol. We are using GPIOs as I2C lines. So if you are using any other GPIO apart from GPIO0 and GPIO1, then you ll have to modify the code.
Hope you enjoy the video.
For project queries, mail us on STMetaTronics@gmail.com
or whatsapp us on +919665001206

Join our telegram channel: stmetatronics
link: https://t.me/STM32controller

Notes:
The device id is 0xA0 for this simulation. You can change it according to your device.

Files:
https://drive.google.com/drive/folders/1JWKx9qd47MS2KHQeVyO-fFt61h0aUrjU?usp=sharing
Copy the .c file in src folder
Copy the .h file in inc folder
October 3, 2024
October 3, 2024
October 3, 2024
October 3, 2024