have a project where a PIC24FJ256GB210 is an I2C Master, a PIC16F18326 an I2C Slave and an
2018-12-27 16:04
I saw SPI Master, SPI Slave, EZI2C Slave components; however, I could not find
2019-05-30 08:49
大家好,最近研究I2C,遇到一个master转slave的问题,下面是我的代码,编译环境是arduino这个是读取时钟芯片的代码,Wire.begin(), 是作为master启动 这个是主程序
2018-03-26 10:54
我的项目是测量水箱的水位。因为我使用了 3 个以上的 UART,所以我想使用 2 个 ESP32。Slave ESP32:从水位传感器获取数据,通过I2C发送给Master ESP32。
2023-03-02 07:19
我写了一个I2C读取的函数,用最简单的查询,首先我已经证明该函数是可以正常运行,然后给他改了一下,添加了一个变量I2C_TypeDef* I2Cx,想让他可以被任何I2C
2014-09-05 15:22
operation */I2C_Start();/* Wait for I2C master to complete a write */for(;;) /* loop forever
2019-05-16 13:50
/P2.1). 3. Configure I2C registers as required for slave or master operation. 4. Enable the I2C slave
2024-01-15 06:47
本帖最后由 一只耳朵怪 于 2018-6-11 11:55 编辑 I2C的初始化//initialize I2C module 0//Slightly modified version
2018-06-11 02:18
the stm8s003k3 i2c slave, Works fine, but When the master send general call address(0x00),stm8s003k3 stops
2018-10-26 14:22
to the the datasheet, the serial analyzer can be configured as I2C master to communicate with the demo board
2019-02-13 16:07