-
I have an old Raymarine E120 but it works fine. In the menu I found setting for "AIS 38400" so I selected baudrate to 38400
I can´t read any data either via actisense NMEA reader nor via arduino seri…
-
### Configuration
**Operating system**: Ubuntu 19.10
**PlatformIO Version** (`platformio --version`): 4.3.1
### Description of problem
I am trying to debug an Adafruit Metro M0 Express board…
-
I have tried to use this OTA library with MCUBoot as bootloader but I have the following error message:
```
Higher version bootloader required to perform OTA.
Please update the bootloader.
File …
-
This isn't an issue, but rather a request of help if you would be willing...
I have your code working in the Arduino IDE using Arduino Mbed and it's brilliant! It will greatly simplify my use of a…
w9ran updated
2 years ago
-
hi,
I encountered a problem when using the new version of calliope (name on left side below A button, '2.0' on the back-side right to the USB port)
1.When I was using calliope, I plugged into a comp…
-
When trying to compile the program ntp-client with the Arduino IDE and after few adaptations to allow for that (comment stdio_init_all() and a couple of castings as well as introduce setup() and loop(…
-
The usual code for servicing a clients only works with one connected client at a time.
```cpp
while (1) {
ethClient = ethServer.available();
if (ethClient) {
modbu…
-
Hi,
I am using Mbed CLI2 to add a custom target STM32WB55RGV6. My system is Windows10 and I am using latest Mbed version. Since Mbed CLI2 supports boards K64F, DISCO_L475VG_IOT01A and NRF52840_DK onl…
-
Hi there,
I've been trying out this library in PlatformIO for use with a Portenta H7, since I saw it was referenced in the Nicla Voice documentation from Arduino, and figured I'd give it a shot on …
-
### Description
Ocf connection can't be established on K64F, while ocf works fine on Arduino101.
### Test Code
[OcfServer.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfServer.…