Vladislav

Results 42 issues of Vladislav

Hello @collin80 🙂 Please help me. I have two devices. One is a transmitter, based on `stm32f411` + `mcp2515` The code is something like this: ``` #include unsigned char canMsg1[8]...

Good day and thanks for the repository @collin80 😄 At the very beginning I wanted to ask, why does the code use the `can_common.h` library if `CAN` bus is based...

Good day @greiman According to `GitHub` tradition, I express my gratitude to you for your work🙂 My microcontroller `stm32f411ceu6` ![STM32F411CEU6_WeAct_Black_Pill_V2 0-1 1](https://github.com/user-attachments/assets/39b76a4e-5898-4ba1-bde2-8735eb9e8b20) I compile the code into `vscode` + `.pio`...

Good day @sandeepmistry 🙂 I take this module, I replaced `CAN` transceiver microcircuit with `SN65HVD230` Now the board is powered by 3`.3 volts`. ![371743157-365de5d0-316b-4fdb-95be-c90e3fd538c6](https://github.com/user-attachments/assets/2195a32f-bc2e-4026-9a0c-59e33bdd45f1) I connect it via the `SPI`...

Good day @autowp I installed an example from here: > https://github.com/autowp/can-usb/blob/master/can-usb.ino I use MCU `stm32f411` + module `mcp2515` Microcontroller has two serial ports: > UART1 on pins PA9 and PA10...

When I compile the code, everything goes great. ![Image](https://github.com/user-attachments/assets/c2d37e9e-9adb-46c3-b94b-9c53141cdaf2) > * Executing task in folder lv_platformio: platformio run > > Processing emulator_64bits (platform: native@^1.1.3) > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Verbose mode can...

The pseudocode is like this ```C QMC5883LCompass compass; int x = compass.getX(); int y = compass.getY(); int z = compass.getZ(); int azim; char buffer[100]; // Increase the buffer size to...

Can anyone tell me if this scheduler has been used for tasks more complex than blinking `LEDs` or outputting messages to a serial? For example, working with displays, or even...

support

Equipment: > - win 10 > - lv_platformio simulator > - lvgl 9.3 What could be the reason for low `FPS`? Benchmark ![Image](https://github.com/user-attachments/assets/cc227094-1d58-4f36-a356-083b7c1c3214) ![Image](https://github.com/user-attachments/assets/18bb4ac1-eba3-400c-910c-675d8c6295e7) Empty display ![Image](https://github.com/user-attachments/assets/fb93aabc-a5f4-4090-84b7-7611cd397ad1)

Good day @flybrianfly😀 I use a `cyclone m1025c` that produces M10 `ubx` format. Using `u-center`, I successfully connected to the device via `uart`, configured it to output only `ubx` and...