Can't use the System.Device.I2c.Slave library for ESP32 device #1664
Unanswered
bwinklesky
asked this question in
Q&A
Replies: 4 comments 47 replies
|
Moving to discussions as this is a support request and we don't use issues for that. |
4 replies
|
I’ve tried ESP32_REV0, ESP32_BLE_REV0/3
…________________________________
From: alberk8 ***@***.***>
Sent: Sunday, August 10, 2025 6:32:39 PM
To: nanoframework/Home ***@***.***>
Cc: Brett Winklesky ***@***.***>; Author ***@***.***>
Subject: Re: [nanoframework/Home] Can't use the System.Device.I2c.Slave library for ESP32 device (Discussion #1664)
which firmware is loaded?
—
Reply to this email directly, view it on GitHub<#1664 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE7XFWWLXKYMZX2LW5CRK33M7QCPAVCNFSM6AAAAACDRZT35KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBWGY4TIMA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
2 replies
|
I need BLE support and would think ESP32_BLE_REV3 is the same as ESP32_REV3, but with BLE enabled.
…________________________________
From: alberk8 ***@***.***>
Sent: Sunday, August 10, 2025 6:44:38 PM
To: nanoframework/Home ***@***.***>
Cc: Brett Winklesky ***@***.***>; Author ***@***.***>
Subject: Re: [nanoframework/Home] Can't use the System.Device.I2c.Slave library for ESP32 device (Discussion #1664)
How about try the ESP32_REV3
—
Reply to this email directly, view it on GitHub<#1664 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE7XFVHSZCRXUJD3NROAND3M7RPNAVCNFSM6AAAAACDRZT35KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBWGY4TSMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
37 replies
|
Hello again! After all the work getting this setup, I tried sending a command to my pH circuit stamp from Atlas Scientific using I2C and it doesn't seem to be working. My breadboard has pullup resistors on the SDA/SCL lines and tried the same configuration/pin mapping using C++ and it works okay. Is there something else I need to do that might not be documented? Write command doesn't fail, but when reading it gets hung up. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Tool
Visual Studio extension
Description
Can't use the System.Device.I2c.Slave library for ESP32 device.
The connected target does not have support for the following assembly(ies):
'System.Device.I2c.Slave'
How to reproduce
Expected behaviour
No response
Screenshots
No response
Aditional context
No response
All reactions