Laurent Ellerbach

Results 194 comments of Laurent Ellerbach

@ababere I finally managed to reproduce the issue. It's coming from the unicode decoding manual logic here: https://github.com/nanoframework/nanoFramework.Json/blob/bdbad0dc65f2c0f9a6e609c53ab716044756c29c/nanoFramework.Json/JsonConvert.cs#L1133 Somewhere, when parsing the 00xx it's taking all the numbers. If you...

Have you setup the pins properly and checked they can be used for this RMT function for the C3 and C6? See: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c3/api-reference/peripherals/gpio.html (and similar for the C6)

> Yes, I tried all pin but no one is working for C3 and C6. How are you setting the pins in your code?

0 in that case is the pin number. Have you tried any other pin number? I think 0 is not the best to use on a C3 like 4, 5,...

> there is also code for all specific boards, maybe something is changed in sdk, I've not skills to fix this +1, thanks a lot for the investigation! Before the...

> do we want to merge it anyways and rework it later? No merge for this one. Like we did for others, it's ok to create 2 projects so they...

@jsuutari I'll close this PR open for more than a year. If you are still willing to contribute to this sample, please create a separate project just for the M5Core2....

@rikkreeftenberg you also have conflicts which appeared.

@frobijn you are right and I agree. Also with the discussion on Discord about having: * A library that is independent of hardware called "Core". So, defining an interface and...

* yes for the idea of the Core nuget and the specific ones. * namespace wise, yes, we can use `nanoFramework.Device.Can` to align with the rest. * for the sub...