STM32 : ADC using STM32CUBE IDE
16:49
Raspberry Pi - LCD Interface Part 2
22:07
Raspberry Pi - LCD Interface Part 1
18:13
Пікірлер
@bhavanap6860
@bhavanap6860 Ай бұрын
tq, was really helpful :)
@divyaparashar7881
@divyaparashar7881 Ай бұрын
pls help me for debug process in bluepill stm32
@hardware_coding3603
@hardware_coding3603 Ай бұрын
Thanks for watching......Please provide detailed information via email...
@leodavi7105
@leodavi7105 Ай бұрын
where is the power and GND ?
@hardware_coding3603
@hardware_coding3603 Ай бұрын
@@leodavi7105 Thanks for watching the video.... The simulation software often assumes default connections for power and ground to simplify the simulation process. However in real hardware these connections must use.
@abdelrahmankamal7879
@abdelrahmankamal7879 Ай бұрын
Great Job ❤, can you please upload the code in the description below?
@hardware_coding3603
@hardware_coding3603 Ай бұрын
Will upload soon...
@trung4638
@trung4638 2 ай бұрын
nice guide, thank you so much
@rajamukherjee4667
@rajamukherjee4667 3 ай бұрын
Which type of USB cable is required to connect Nucleu-F446RE with my laptop?
@nktrendings816
@nktrendings816 3 ай бұрын
👍
@nktrendings816
@nktrendings816 3 ай бұрын
Super Sir 👌
@nktrendings816
@nktrendings816 3 ай бұрын
😊
@user-xf5th4xy4w
@user-xf5th4xy4w 4 ай бұрын
Dude if u put a current limiting resistor in series with diode...stop messing around bro.
@user-pu5rz8sr5o
@user-pu5rz8sr5o 4 ай бұрын
Can we get the program with interrupt mode instead of polling mode for data?
@hardware_coding3603
@hardware_coding3603 4 ай бұрын
Will upload soon!!
@lucadebs7872
@lucadebs7872 5 ай бұрын
Why duty_c is multiplied by 400??
@amoljamble2498
@amoljamble2498 5 ай бұрын
keep it up ❤
@electroniel
@electroniel 6 ай бұрын
The resolution is eye-hurting.
@ayushjha148
@ayushjha148 8 ай бұрын
i wrote the program as same as you with all the required connection but 7segment display number is not changing it is showing 88 in both the segment though pins status is changing high and low continuosly but display is not showing anything
@hardware_coding3603
@hardware_coding3603 8 ай бұрын
Thanks for watching the video... Initial problem may be of delay. Can You just try to write 0x00 and 0xff on display. If still it remains on then the issue may be with the connections....
@ayushjha148
@ayushjha148 8 ай бұрын
thanks sir it was fault of delay when i increased delay it works. @@hardware_coding3603
@curiousworld6644
@curiousworld6644 9 ай бұрын
Nice video
@user-kr3ny9jq3e
@user-kr3ny9jq3e 9 ай бұрын
Please do the code without HAL, use bare metal code
@hardware_coding3603
@hardware_coding3603 9 ай бұрын
Yes, will do that soon..... Thanks for watching...
@abdulqadirahmedli610
@abdulqadirahmedli610 10 ай бұрын
kzfaq.info/get/bejne/jsBmbLeiqa2mhY0.htmlsi=pAGlBZzDxNSuLKwK
@joeltshiela4605
@joeltshiela4605 10 ай бұрын
Thanks
@njan1242
@njan1242 10 ай бұрын
I want to make keyboard using push button that use arrow keys, space key, enter key, back space key, shift key
@RakeshWasnik-EmbeddedSystems
@RakeshWasnik-EmbeddedSystems 11 ай бұрын
What if I want to see the Hello World output in PuTTY or a logic Analyzer using USB, which address should I put there as an argument in HAL_I2C_Master_Transmit() function?
@RakeshWasnik-EmbeddedSystems
@RakeshWasnik-EmbeddedSystems 11 ай бұрын
why didn't u use STM32CubeIDE
@industrialautomation1992
@industrialautomation1992 11 ай бұрын
undefined reference to `lcd_put_cur' , I'M GETTING THIS ERROR
@realme-xv1jf
@realme-xv1jf Жыл бұрын
can you please tell that how u r running f767zi your board in keil as its not available in the library of keil
@nimishpatrudkar8950
@nimishpatrudkar8950 Жыл бұрын
please do put subtitles in every video or atleast allow automataic subtitles ,thanks for knowledge sharing
@shubhamagarwal7910
@shubhamagarwal7910 Жыл бұрын
Wonderful video! Thank you
@techtips3565
@techtips3565 Жыл бұрын
Why misleading titles, I'm now confused
@techtips3565
@techtips3565 Жыл бұрын
Man don't you know the difference between stm32cubeMX and stm32cubeIDE
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
I apologize for any confusion. Initially I have used MX but the majority of my videos demonstrate the usage of STM32CubeIDE, but I appreciate you bringing up the concern. However, it's important to understand that the code remains consistent regardless of the IDE being used.
@techtips3565
@techtips3565 Жыл бұрын
You're not using STM32cubeIDE but still this is understandable
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
Apologies for the incorrect title. I appreciate your understanding and support. I want to clarify that in my videos, I have used both STM32CubeIDE and STM32CubeMX as tools for development. I will rectify the title promptly. Thank you for bringing this to my attention.
@woldecosgrove
@woldecosgrove Жыл бұрын
Excellent work!! Could you do a video on controlling servo motor using timer PWM soon?
@Cocichla1
@Cocichla1 Жыл бұрын
Not sure if you know, but in the RCC Mode and Configuration I do not get the option of the HSE only the LSE.. have you seen this before? I am using the STM32G071G8UxN mcu
@Cocichla1
@Cocichla1 Жыл бұрын
Overall, good presentation!
@adesuyisunday4287
@adesuyisunday4287 Жыл бұрын
Nice tutorial on i2c lcd. Please tell us how to use it to print analog values. You have taught us how to print characters " hello" . How to print values like " voltage: 22.3v " as example
@hardware_coding3603
@hardware_coding3603 9 ай бұрын
Was busy with another work..... I will review the query and upload response soon... Thanks for watching...
@sudheerkumar5966
@sudheerkumar5966 Жыл бұрын
Very good
@k.t.d.chathumisamaraweera9477
@k.t.d.chathumisamaraweera9477 Жыл бұрын
Can you please provide the guidance to activate multiples ADC channels simultaneously, but each channel should work independently. I'm struggling to read two channels and they are not working independently, when one channel varies the other one also varies. i'm using STM32F107VC6 MCU.
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
Please share your details on [email protected]
@k.t.d.chathumisamaraweera9477
@k.t.d.chathumisamaraweera9477 Жыл бұрын
Thank You for sharing knowledge. Its working perfectly 😇
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
Most welcome
@ponkavin5736
@ponkavin5736 Жыл бұрын
Do we able to create another "while" loop?
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
Yes... You can create another while loop for checking condition of the switch
@esijal
@esijal Жыл бұрын
Perfect
@bennguyen1313
@bennguyen1313 Жыл бұрын
Do you know of any caveats if STM's HAL library has any I2c issues? For example, when to use hal_i2c_master_transmit () vs HAL_I2C_Mem_Read/Write()? I understand the former sends the register address first (start, address, stop), while the latter, send start bit, slave I2C address, slave internal mem address, repeat start, data, stop.. i.e no stop in the middle. I'm using stm32h7 and seeing issues with a temp sensor.. not sure if I should try a third-party/opensource driver (ex. adastra-soft).
@abhijeetraijade1892
@abhijeetraijade1892 Жыл бұрын
Very Good information provided by you Sir!
@user-mq4ki1fr2c
@user-mq4ki1fr2c Жыл бұрын
Good~
@user-mq4ki1fr2c
@user-mq4ki1fr2c Жыл бұрын
Good~
@user-mq4ki1fr2c
@user-mq4ki1fr2c Жыл бұрын
Good~
@StRaNgEr55996
@StRaNgEr55996 Жыл бұрын
could yo u please share manual
@hardware_coding3603
@hardware_coding3603 Жыл бұрын
Please send an email to [email protected]
@manojsuryawanshi1334
@manojsuryawanshi1334 Жыл бұрын
i am not able to read more than 256 bytes in externnal spi I am reading 4 bytes of structure after 256 bytes data is rollover
@robertjohnson4089
@robertjohnson4089 2 жыл бұрын
That was an easy lesson to follow dot I do not have Proteus soft ware how di i use the the host terminal
@hardware_coding3603
@hardware_coding3603 2 жыл бұрын
Proteus is required to simulate hardware; otherwise, physical hardware is required for the development.
@Minam_ESC
@Minam_ESC 2 жыл бұрын
I am getting this value 0xff on every address what's wrong can you guide me?
@hardware_coding3603
@hardware_coding3603 2 жыл бұрын
The issue, in my opinion, is with the writing process. In all memory location, the default data is 0xff. Before reading the data, you can check the circuit and modify the delay (reading side).
@Minam_ESC
@Minam_ESC 2 жыл бұрын
@@hardware_coding3603 yeah, it's working but if we use this code for another EEPROM(1Mbit) then it will work?
@hardware_coding3603
@hardware_coding3603 2 жыл бұрын
@@Minam_ESC Devices having more than 256 bytes use a second byte for array addressing (i.e. 0x0001). This scheme is valid up to 64 Kbytes. Add a third byte for addressing to 1 Mbit EEPROMs. The remaining portion of the code can be used as is. Please feel free to contact me if you need any further information on [email protected].
@Ganeshan724
@Ganeshan724 2 жыл бұрын
Excellent Explanation sir. Your videos are very useful 👌🏼
@devilblade6201
@devilblade6201 2 жыл бұрын
It was really helpful thanks
@fuzzs8970
@fuzzs8970 2 жыл бұрын
Hi. Thank you for sharing your work. Would you mind sharing how you can send data through UART to program an external MCU using the nucleo board. Thank you again
@sudheerkumar5966
@sudheerkumar5966 2 жыл бұрын
I see your all vedioes Very well