Skip to content

ESP32-S3 OneWire #1521

Closed Answered by markusschweitzer
markusschweitzer asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind I figured it out (al lthe changes I made):

  • Add API_nanoFramework.Device.OneWire": "ON" to CMAkePresets.json
  • In target_nf_dev_onewire_config.h set the UARt to UART_NUM1 and RX_PIN to 18 and TX_PIN to 17
  • In my project add Configuration.SetPinFunction(17, DeviceFunction.COM2_RX); Configuration.SetPinFunction(18, DeviceFunction.COM2_TX);

This made it work for me :) Leaving this here for other people who came looking for this

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ellerbach
Comment options

Answer selected by Ellerbach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants