duff2013 / ulptool

Program the esp32 ULP coprocessor in Arduino
272 stars 66 forks source link

Is it possible to implement 1-wire network protocols to the ULP? #34

Closed thomasesr closed 4 years ago

thomasesr commented 5 years ago

can it be done?

duff2013 commented 5 years ago

I don't know have you looked to see if some has tried it?

thomasesr commented 5 years ago

I found it using make c compiler, but not anything in the arduino IDE.

duff2013 commented 5 years ago

You might be able to port them over to use the Arduino core, thats what a lot of people have done.

cedricwritescode commented 5 years ago

I have written code that does I2C. So 1-wire should be not so difficult either

dontsovcmc commented 5 years ago

@thomasesr see here https://github.com/fhng/ESP32-ULP-1-Wire

duff2013 commented 4 years ago

I'm going to close this issue.