Vladislav
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`  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`.  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.  > * 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...
Equipment: > - win 10 > - lv_platformio simulator > - lvgl 9.3 What could be the reason for low `FPS`? Benchmark   Empty display 
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...