Timur Ruziev

Results 8 issues of Timur Ruziev

I need to run some logic after succesful auth with some wallet. Or I need to notyfy user about failed auth. If user choose MyNearWallet it works good since there...

enhancement

### Board ESP32-S3 (ESP32-S3-DevKit C N16R8) ### Device Description ESP32-S3-DevKit C N16R8 with PlatformIO on Arduino-ESP32 Framework There are few FreeRTOS tasks, one of them is `CANListenerTask`. ### Hardware Configuration...

Chip: ESP32-S3
Status: Community help needed

Hi, I have faced with TPDO problem. MCU: ESP32-C6 I`m trying to send TPDO like in a video example here (https://www.youtube.com/watch?v=R-r5qIOTjOo) But there is some error in object Dictionary when...

I'm using MacOS for development. CANopenEditor GUI application works good through the Wine. But CLI tools are not available. ```bash # test command wine cmd /c CANopenEditor/EDSEditor.exe --infile something.xdd --outfile...

Hi! I use ESP32-S3 with next connection scheme: ``` ------------- SPI Configuration ------------ SCK: 12 MISO: 13 MOSI: 11 SS: 10 -------------------------------------------- ``` my code is: ```c++ /* I have...

I'm using Vite (React+TypeScript template) and try to set up typed import CSS Modules. But I can't import any exactly class test.module.css ```css .testCssClass { color: greenyellow; } ``` When...

# How to add libpcsclite to MXE? ## The first way I tried: ### My Dockerfile key commands: ```Dockerfile RUN apt-get install -y libpcsclite-dev # add folder with libpcsclite.pc file...

Hi EcuBus dev team! Could you add support your application for MacOS? As I know Electron.js can be compiled for a MacOS and also there are some technical opportunity to...