could you have a walkthrough for interfacing sht3x with STM32?
@WinterCircuits10 ай бұрын
Yes I can do
@pochuanpeng172910 ай бұрын
I have one question, when you declare the buffer, how do you decide the size?
@WinterCircuits10 ай бұрын
Well, each type has a set size, so for example if you know for example you will receive two bytes of data, then youd declare the buffer size of two bytes. If I am unsure perhaps ill decide something arbitary and see how that goes.
@alkhadizadiallo6362 Жыл бұрын
Hallo i find it very good .Can you Upload the Code please
@WinterCircuits Жыл бұрын
Added it in the description.
@alkhadizadiallo6362 Жыл бұрын
@@WinterCircuits thank you for the code but it does not work with I use the stm32F411RE and I modified the code but still it does not work. I would like to have your idea on it
@WinterCircuits Жыл бұрын
@@alkhadizadiallo6362 Do you get an error or is it not communicating? Could you elaborate on the problem please, lets solve this!
@messedmushroom Жыл бұрын
How can we adjust the code to decimal places are printed, not just .0000?