Тёмный
No video :(

Arm Development #2 - STM32 Cortex-M0 I2C Tutorial using ADS1115 Analog to Digital IC - Keil & CubeMX 

EEEnthusiast
Подписаться 41 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@iainmcculloch5807
@iainmcculloch5807 7 лет назад
Really enjoying the new ARM development series. Also having a forum on the website's a great idea.
@EEEnthusiast
@EEEnthusiast 7 лет назад
Thank you sir. I believe a forum is definitely the way to go. I know that there are many of them out there, but it gives me a much easier way to answer some of the questions I keep getting. Not only is it easier to upload images, files, etc, but it also allows others to see the questions, comment and for me to be able to point people back at an answer if it has been addressed already. Cheers, Vlad
@chrisw3260
@chrisw3260 5 лет назад
Coming from the nice and easy arduino world, your video helped me tremendously to get the i2c connection for my camera module set up, thanks!
@ruurddijkstra
@ruurddijkstra 5 лет назад
Great video. Very clear step by step and clear reference to data sheet. Thanks!
@tomr3072
@tomr3072 7 лет назад
Great video thank you so much! Really helped me to understand the concept of the registers, for using the ADS1115 with Matlab :)
@cmuller1441
@cmuller1441 5 лет назад
When computing "reading" you do ADwrite [0]
@abhinavlal3252
@abhinavlal3252 3 года назад
This video helped a lot. Thank you!
@giomini
@giomini 7 лет назад
Hi, nice video! I'd like to suggest a correction. @12:00 you divided the full scale voltage by 2^16. It should be divided instead by 32767 (=2^16 -1), which is the maximum value of a 15 bit number. The difference is small with such high resolution, but you loose 1 lsb of accuracy.
@cmuller1441
@cmuller1441 5 лет назад
He divided by 2^15=32768 not by 65536. He is correct.
@fseeletronicos
@fseeletronicos 7 лет назад
Hey. I'm new with STM32. I'm coming from PIC microcontroller with Mikroc compiler. I want you ask a question. I have a IC called BU94603 that when you send command to ask the name of music is playing, it will return by I2C the name. Each 8 bits repesent a charcter name of the song. By while I was watching your video, I saw that you need to specify how many bytes you gonna receive by I2C when you use I2C_Read library command. But I don't know how many bytes the microcontroller gonna receive from BU94603. It depends how much long the name is. So, any suggestion ?
@trt969
@trt969 7 лет назад
Great!
@ramachandrunichandana253
@ramachandrunichandana253 4 года назад
Why are you overwriting the same variable for transmitting? Can't we use different ?
@raymondstrom7686
@raymondstrom7686 7 лет назад
const float line 65 should be 6.144 and not 6.114
@jugnu361
@jugnu361 7 лет назад
dont use 4 channels , use them as 2 differential pairs as it rejects noise and can directly be applied to industrial commercial product. ADS1115 has everything oscillator voltage reference Power on reset but its poor at ESD only +-2KV......so be careful.....also when u reduce Full span to get more accuracy , the input impedence drops very bad , so a chopper opamp voltage follower must be employed..
Далее
Using I2C for any device on STM32 with HAL | VIDEO 26
37:51
PART I: STM32 HAL I2C and MPU6050 IMU
13:49
Просмотров 20 тыс.
STM32 ADC MULTI CHANNEL without DMA || HAL || Poll
9:22
6 Horribly Common PCB Design Mistakes
10:40
Просмотров 191 тыс.
ESP32 and ADS1115 ADC- Voltmeter project
7:45
Просмотров 54 тыс.
A 10 minute tour of the STM32 F0 Discovery board
11:11