canhack icon indicating copy to clipboard operation
canhack copied to clipboard

The Yes We CAN project of Canis Labs

Results 8 canhack issues
Sort by recently updated
recently updated
newest added

unable to compile: [ 66%] Building C object CMakeFiles/firmware.dir/main.c.obj In file included from /pico/micropython/ports/rp2/canis/candrivers/mcp2517fd/mcp2517fd-types.h:23, from /pico/micropython/ports/rp2/canis/candrivers/canapi.h:27, from /pico/micropython/ports/rp2/canis/rp2_can.h:22, from /pico/micropython/ports/rp2/main.c:52: /pico/micropython/ports/rp2/canis/candrivers/mcp2517fd/rp2/mcp2517fd-rp2.h: In function 'mcp2517fd_spi_pins_init': /pico/micropython/ports/rp2/canis/candrivers/mcp2517fd/rp2/mcp2517fd-rp2.h:131:5: error: implicit declaration of function...

Hello all, I have trouble to build a firmware.uf2. In the readme on the step 4 to make the build in the path "ports/rp2" It says to me: /home/canhack/micropython/ports/rp2 (da4b38e75*)...

Hello. Congratulations for the great project supporting CANBUS on Rp2040 using MicroPython! I would like to use MicroPython on the rp2040/RPico (CANPico) for realtime communication using CANPico firmware, and I...

Hi, I tried these commands: _from canpico import * c = CAN()_ Then it raised an error: **RuntimeError: Cannot put MCP2517/18FD into config mode** Any insight? Thank you. Regards, Jhon...

Is it possible to build MicroPython v1.21 with support for CANPico for the Pico W? I would like to build a project that uses both BLE and CAN. v1.21 is...

I know this probably isn't the right place to ask but I would like to do some prototyping in Micropython using an RP2040 / MCP251863 on a custom PCB I...

The CANHack toolkit builds a bit pattern for a given frame, and records where fields are, but the MicroPython does not allow the bit fields to be modified after creation...

Hello I have a custom rp2040 based board using MCP251863. I was able to build Micro-python along with the added CAN related code from this repo (except the MIN_PROTOCOL support...