Laurent Ellerbach

Results 154 comments of Laurent Ellerbach

This is normal. Native CAN support is not implemented on ESP32, only ChibiOS (so STM32 devices), see here: https://github.com/nanoframework/nf-interpreter/blob/main/targets/ChibiOS/_nanoCLR/nanoFramework.Device.Can/nf_device_can_native_nanoFramework_Device_Can_CanController.cpp ESP32 and IDF seems to support CAN, see the doc here:...

> Please add a native implementation of Device.Can .NET nanoFramework is first a community driven project. Meaning, that it's a community effort. If you really want a feature and don't...

Hi @lable there are few chances that you will see this extension appearing for ARM64 mainly because we have no way to test it and so far, you are the...

You have to clone the repository, install the Visual Studio extension tools for Visual Studio, open the solution and hit F5 to see if that's working or not.

> Try to run it your way and still report the same error. Can I set breakpoints at that point in the code? I guess yes. @josesimoes to confirm!

Thanks for the code, can you please write what the expected time and what you get? A factor of 1000 can be in different ways :-)

@josesimoes I've been investigating, and here are my thoughts: * The value for the `TimeSpan` is stored as a number of ticks. See the line here: https://github.com/nanoframework/nf-interpreter/blob/fa53ac7ea065abae43e2987ba17153a487675820/targets/ESP32/_nanoCLR/nanoFramework.Hardware.ESP32/nanoFramework_hardware_esp32_native_System_Device_Gpio_GpioPulseCounter.cpp#L278 * It's a...

Related to #1447 for the alternative way. Which indeed should be the best because with the ESP32 family, we now have various pins depending on the platform. So, it should...

@maurosampietro you can try to add --masserase in the settings Also, please attached the second port to the PC, that's how the C3 can be seen, not the port you...

You will have to create your own custom image including the generic driver. For this: * it's recommended to use the DevContainer, see https://docs.nanoframework.net/content/building/using-dev-container.html * Adjust the CMakePresets: https://github.com/nanoframework/nf-interpreter/blob/main/targets/ESP32/CMakePresets.json *...