-
Hello all,
Very nice library, seems to be a good ros2 alternative.
Do you think possible to port the code for the arduino pros (Portenta H7 core) ?
Best,
-
UDP Multicast is still not working in this version.
Zuroy updated
3 years ago
-
Hello everyone,
I used this library with Portenta H7 board. Everything works fine but when I try to announce a service on my net, the server returns this error:
![image](https://user-images.github…
Zuroy updated
3 years ago
-
I am trying to send an image from a Portenta H7 board to a PC but getting *‘module’ object has no attribute ‘WINC’* error. It is related to rpc.py library. The full error is mentioned below.
File “…
-
Hi,
iam currently working on the OpenManipulator 6DOF Sara Version. Iam using the OpenCR Board to control it. Everything was working fine till recently. Iam using this config:
- Successfully uploa…
-
### Describe the bug
Good morning! I tried to make the built-in RGB LEDs of the Nano RP2040 Connect blink with interrupts (both hardware and ISR_based). It results in the board crashing.
Rather …
-
Hi,
I am looking for a minimal example of SPI usage on the Arduino Portenta H7. In particular reading multiple bytes from a slave device. The traditional Arduino SPI header does not appear to work a…
-
I'm trying to flash a binary to a Arduino Portenta H7 with not success:
```
dfu-util 0.10-dev
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Vold…
-
Im getting a warning when compiling for raspberry pi pico.
`WARNING: library Scheduler claims to run on mbed architecture(s) and may be incompatible with your current board which runs on mbed_rp204…
-
Like TIM_Typedef *TIMx refers to the hardware timer number (i.e TIM1, TIM2, ..... TIM24)
What does TIM_HandleTypedef *htim refer to in the below command?
HAL_TIM_IRQHandler(TIM_HandleTypeDef *h…