68. STM32CubeIDE HC 05 Bluetooth Module with STM32F103C8T6 (Home Automation)

  Рет қаралды 15,428

MicroPeta by Nizar Mohideen

MicroPeta by Nizar Mohideen

Күн бұрын

Пікірлер
@Sam-dv3vt
@Sam-dv3vt 2 жыл бұрын
After being able to make my own arduino robot arms was thinking to change to STM32. since i am not a software engineer and only a mechanical engineer i didnt need all detailed background about STM32 and finally found your videos. So simple explained. keep them comming and i be sure to watch them
@vinodkinoni4863
@vinodkinoni4863 3 жыл бұрын
Mind blowing Project thanks a lot for your contribution
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks and welcome
@sametkorur1639
@sametkorur1639 2 жыл бұрын
ALLAH ÇARPSIN BETON YETMEZ DAYIM ELİNE SAĞLIK
@TtnKolonyasi
@TtnKolonyasi 2 жыл бұрын
Vallaha yetmez
@lasagna7391
@lasagna7391 11 ай бұрын
what changes do i have to make in the settings if i use STM32G031J6M6 for this project does the sys stay the same ?
@omaymaklibi2428
@omaymaklibi2428 2 жыл бұрын
Hi sir, please make a tutorial how to configure the HC06 Bluetooth module with AT commands using stm32f4.
@andreatrentadue7406
@andreatrentadue7406 Жыл бұрын
HOW I CAN RECEIVE AND TRASMIT IN ST32IDE FOR F406RE WITH BLUETOOTH?
@prathameshtardekar2509
@prathameshtardekar2509 2 жыл бұрын
Sir can we used LED bulb instead of led,then it will work or not
@motasee.aliwate7889
@motasee.aliwate7889 3 жыл бұрын
thank you for all if i want to control intensity of led by BT what i should do ?
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks. To control intensity of led by BT, there is a option Dimmer mode in the android app. Or, there is another app called Bluetooth Electronics in the Play Store. I will try to make a video showing dimming LED in the near future
@motasee.aliwate7889
@motasee.aliwate7889 3 жыл бұрын
@@NizarMohideen thank you very much
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Control intensity of led by BT is completed Link is below kzbin.info/www/bejne/pqvHlXWDo9qdp7s Thanks
@motasee.aliwate7889
@motasee.aliwate7889 3 жыл бұрын
@@NizarMohideen Much Obliged
@NizarMohideen
@NizarMohideen 3 жыл бұрын
No worries. Most welcome
@doskhanziyadabek8240
@doskhanziyadabek8240 2 жыл бұрын
if(rxData==78) // Ascii value of 'N' is 78 (N for NO) where did the number 78 come from and there is a table
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Bluetooth sends "Y" for ON "N" for OFF Table is at www.cs.cmu.edu/~pattis/15-1XX/common/handouts/ascii.html
@houssamarnane2664
@houssamarnane2664 Жыл бұрын
Hello, how do I control a screen oled via Bluetooth using stm32 Thanks for your efforts.
@iremalbas4851
@iremalbas4851 2 жыл бұрын
Hi, I have done the installation in the same way, but I am getting the error "no ST-LINK detected". What could be the reason for this ? Thanks.
@NizarMohideen
@NizarMohideen 2 жыл бұрын
ST-LINK need to be used as shown in video no 11 kzbin.info/www/bejne/oYnKZWlto7uXlaM Thanks
@irampathan4668
@irampathan4668 2 жыл бұрын
How can I connect lcd at the output of the stm32 and control it with Bluetooth
@houssamarnane2664
@houssamarnane2664 Жыл бұрын
were you able to do that?
@michaelboateng3065
@michaelboateng3065 3 жыл бұрын
Thanks again! I wanted to ask, for the stm32 can it be powered externally for a standalone project, with a lead acid battery. But stepped down to 3.3V input. And lastly how do you personally program the stm32...with a direct USB cable or via arduino or via another board please?
@NizarMohideen
@NizarMohideen 3 жыл бұрын
You can step down from 12V to 3.3V and feed to stm32 using DC-DC step down. But most buck converters has ripples. With the ripple it will work but it may not be stable. Also, If the ripple is too much, it may damage the micro-controller. To avoid the ripple voltage, step down from 12V to 5V and feed 5V to VIN (5V). The regulator in the stm32 blue-pill will further step down to 3.3V clean voltage. As for programming, you can not upload the codes via usb. If you want to use STM32CubeIDE, you need an ST-LINK as shown in kzbin.info/www/bejne/oYnKZWlto7uXlaM
@ЖеняВажинский
@ЖеняВажинский 2 жыл бұрын
Thank you!
@NizarMohideen
@NizarMohideen 2 жыл бұрын
You're welcome!
@demetdemir3513
@demetdemir3513 2 жыл бұрын
Hello sir, I was wondering if we use neopixel instead of led, is this project gonna run? Besides my phone is android but I couldnt connect the module to my phone and i couldnt even see the name of module.
@NizarMohideen
@NizarMohideen 2 жыл бұрын
I think there may be some error/bug in the android app. I did not create the app. Or there may be a temporary outage in the app. Just supply only 3.3V and GND to the blue-tooth module and see whether the app in video no 71 discovers it If it discovers then try with the app in video no 68 to check whether that one discovers. If not, there may be a temporary outage in the app Thanks
@BechirZalila
@BechirZalila 3 жыл бұрын
Excellent. Thank you :-)
@NizarMohideen
@NizarMohideen 3 жыл бұрын
You are welcome!
@uvatham
@uvatham 3 жыл бұрын
Good work
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thank you so much 😀
@vivekniraj1258
@vivekniraj1258 2 жыл бұрын
Hi, I am using BT-05 module and samsung M30 phone. The app you mentioned asks for password while pairing, when I give password (123456 which I checked using AT command) then the app doesn't go to next page and stays on scanning page. how to solve this?
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Based on your diagnostics, I can suggest two options to try. 1. Use a different phone if you have one 2. Or use the app I used in video no 71. Just to test the connectivity between bt module and app kzbin.info/www/bejne/pqvHlXWDo9qdp7s
@vivekniraj1258
@vivekniraj1258 2 жыл бұрын
@@NizarMohideen Hi, I tried your video 71 with BLE mode. It worked just fine with same phone but new app. So must be something with the app. thanks
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Thanks for the feedback. I am not the app creator. May be something wrong with the app try again one day later and see.
@techmcu
@techmcu 3 жыл бұрын
Please make door lock system with 16*2 lcd screen video with programming + stm32
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks. I don't have the necessary parts now. When I find them, I might try
@NghiaNguyen-fo6wz
@NghiaNguyen-fo6wz 2 жыл бұрын
how can i control with two led with arduino bluetooth controller app
@NizarMohideen
@NizarMohideen 2 жыл бұрын
This particular app has only one switch. There are several other apps in app store or google play. You may need to use different codes for those apps
@bbbbr5304
@bbbbr5304 3 жыл бұрын
Graet
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks
@ferdinvivian9336
@ferdinvivian9336 3 жыл бұрын
Sir neengae tamil la,, engae irukareengae,, I'm from Chennai
@NizarMohideen
@NizarMohideen 3 жыл бұрын
என் தமிழ் Keyboard பார்த்திருப்பீர்கள் :) நான் இலங்கையைச் சேர்ந்தவன். நான் ஆஸ்திரேலியாவின் மெல்போர்னில் வசிக்கிறேன்
@ferdinvivian9336
@ferdinvivian9336 3 жыл бұрын
@@NizarMohideen thanks sir, nandri
@bbbbr5304
@bbbbr5304 3 жыл бұрын
Hello man Can I contact you on Telegram?
@NizarMohideen
@NizarMohideen 3 жыл бұрын
You can email me to nizarmohideen@hotmail.com
@ThànhVinh64
@ThànhVinh64 3 жыл бұрын
Helo
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Yes
@ThànhVinh64
@ThànhVinh64 3 жыл бұрын
@@NizarMohideen video very good 👍
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Hi Đam Mê Điện Tử, Thank you.
71. STM32CubeIDE Fade LED (Dimmer) using HC 05 Bluetooth Module with STM32F103C8T6
10:16
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
42. STM32CubeIDE Ultrasonic Distance Sensor. HC-SR04 with STM32F103C8T6
6:56
MicroPeta by Nizar Mohideen
Рет қаралды 24 М.
STM32 Communication using Bluetooth Modules || HC-05
16:21
ControllersTech
Рет қаралды 14 М.
HC05 BLUETOOTH MODULE WITH STM32
12:02
Hayducate
Рет қаралды 8 М.
77. STM32CubeIDE FS90R Continues Servo Motor. PWM with STM32F103C8T6
8:22
MicroPeta by Nizar Mohideen
Рет қаралды 13 М.
DHT11 Temperature and Humidity Sensor with STM32
12:41
The Embedded Things
Рет қаралды 1,5 М.
Ethernet Web Server with STM32 & W5500 Tutorial | Mongoose WS API
14:05
67. STM32CubeIDE AT24C EEPROM with STM32F103C8T6 (Atmel AT24C256 Practical usage)
7:17
MicroPeta by Nizar Mohideen
Рет қаралды 6 М.
135. STM8S103F3P6 UART with STM8 STVD IDE
12:00
MicroPeta by Nizar Mohideen
Рет қаралды 829
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН