thank you so much you are the light in the darkness
@EIrem-ql5cpАй бұрын
"Could you please make a video on using the AD8495 thermocouple with the STM32F103C6T6?
@woldecosgrove2 ай бұрын
Hello... so is the CAN RX1 Interrupt needed for Rx1 or TX1 ? 4:52 mins
@woldecosgrove2 ай бұрын
""Sorry we dun need NVIC for Tx only" so we need NVIC for TX or RX ??
@NizarMohideen2 ай бұрын
Both module can transmit and receive if needed For people to undersdand easily, I have used one module for transmit and another module for receive only in this example So transmit module does not need any interrupt Receive module need RX interrupt only Thanks
@woldecosgrove2 ай бұрын
@@NizarMohideen ok thx
@yelintunnet5710 күн бұрын
thank you sir.Please Modbus RS 485 Tutorial
@tim_oh_thee2 ай бұрын
I am trying to set up CAN communication with two NUCLEO-F103RB boards, and it is not working. I can't even see any data attempting to send over the Tx line using an oscilloscope. Do you have any advice? Pinout is set up exactly the same as you have here. Clock settings are: 64 MHz, Prescaler 16, TQ1=3, TQ2=4, resulting in 250 kbps data rate. I am using the MCP2551 transceiver, but it doesn't have the purple breakout board with the onboard resistors etc. that you have here. Is the purple breakout board with extra stuff necessary? Transceiver wiring is the same as you have it, including the 120 ohm resistors on either end. Everything else is the same as you have in this video, with the code copy/pasted from the link. However, it appears that the function HAL_CAN_AddTxMessage() does not actually request transmission of the message as expected. What could I be doing wrong? Is this a problem with the IDE and/or code generator tool? Would love to hear from you, thanks.
@phule69242 ай бұрын
try TQ1= 13, TQ2=2, Pres= 16
@nguyenkhoat48387 ай бұрын
Can you help me code to simulate connecting microcontrollers via CAN bus network, using stm32f407vg?
@madayaswanth12054 ай бұрын
it possible by on controller means,send data ,to see on bus master, how it can resecive 11-consecutive recessive bit by rx pin
@bennguyen13132 ай бұрын
I have an STM32H745, with a SystemClock of 120Mhz, and FDCan Clock of 40Mhz and would like to calculate the prescaler, seg1, and seg2 to achieve a 1Mbit/sec classic CAN speed. Note, the bit time is divided into three segments: Sync_Seg (always 1 time quantum), Bit_Seg1 (which includes Prop_Seg and Phase_Seg1), and Bit_Seg2. And assuming : Sample point at 87.5% of the bit time Total number of time quanta per bit: 20 So if we use 20 total time quanta: - Sync_Seg: 1 tq - Bit_Seg1 (seg1): 16 tq - Bit_Seg2 (seg2): 3 tq Now we can calculate the prescaler: Bit Rate = FDCAN clock / ((prescaler) * (1 + seg1 + seg2)) 1,000,000 = 40,000,000 / (prescaler * (1 + 16 + 3)) prescaler = 2
@galettamohtaram20047 ай бұрын
please can you make a video puting the code of the lidar lv3 ON the stm32CUBEIDE using STM32F103C6T6 plEAASE cuz i tried too mny code but no one works and thank you reallyyy need your help
@_MohdSaifDaffaWNst7 ай бұрын
thanks for your tutorial nizar, btw, could you make the tutorial of rotary encoder with HC-020K module using STM32F103C8T6?
@NizarMohideen7 ай бұрын
Thanks. I have already done Check out these two videos kzbin.info/www/bejne/aqHXl6WiraZgb6c kzbin.info/www/bejne/an64epSOo7Brr9k
@_MohdSaifDaffaWNst7 ай бұрын
thank you nizar
@bthrgmmng5 ай бұрын
Work on STM32F103C6 ??? Please answer
@NizarMohideen5 ай бұрын
Yes. It will work with the same CubeIDE setup and codes. You can use stm32f103c6 for both modules Or you can use stm32f103c6 for one module and stm32f103c8 for other module
@DILEEP18194 ай бұрын
Hey I have 2 F446RE board and 1 bluepill , is that same setup will work?. Great efforts sir...
@NizarMohideen4 ай бұрын
Same setup will also work with all f446re Set the baud rate to be same in each mcu by changing prescalor and time quanta Parameter Settings --> Prescalor 72 & Time Quanta in Bit Segment1 - 2 Times (Baud 125000)
@terlumunjoseph67797 ай бұрын
hi please do a tutorial using ble Bluetooth and sending multiple data to an Android app
@wonderyaeh7 ай бұрын
Finally, thanks that's actually work mate btw, could you make the tutorial of SPWM Bipolar coding with IR2111 driver in one phase fullbridge inverter use STM32F103C8T6 ?