-
Installed CLI version of platform.io, running "pio upgrade" shows it correctly installed.
Below is the output of "pio test -e due_ribbonfish -f "test_stage2_heater" -vvv"
Collected 5 tests (te…
-
As a subissue of https://github.com/machinekit/machinekit/issues/586 I'll try to get history, questions, contemplations, answers, tips and all what passes collected into this issue.
During the proces…
-
Embedded development involves cross compilation and remote debugging; the Rust toolchain doesn't
provide all the tools so you have to install external ones like: a cross linker (e.g.
`arm-none-eabi-…
-
Hello,
before, I wish you a happy new year!
I use the Arduino DUE with GrblHAL and if I want to work with GRBL-Plotter, I get the message "RESET - waiting for response of grbl controller" and the …
-
Is it possible to connect grblHal with the Arduino Due board via Ethernet, and improve electrical noise problems?
Ethernet is not in the SAM3X folder.
Is Bluetooth a good option for electrical noise…
-
I have the elechouse v3 module (or probably a clone, since I don't know anymore when I purchased it and can't find out if it is a clone or not).
After setting up everything like in the example for …
-
I might need some help.
I try to implement OTA for a project of mine.
The server and all the Ethernet stuff is working.
But if I start to add ArduinoOTA (based on example/BasicOTA), my setup() ha…
-
## Problem
```c++
../libraries/ADS1231/ADS1231.cpp:33:13: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'volatile uint8_t* {aka volatile unsigned char*}' in assignment
…
-
``` c++
#include
#include
#include
#include
#include
#include
std::vector myvec;
std::map mymap;
void setup()
{
myvec.push_back(1);
mymap["test"] = 2;
}
void loop() {}
```
When compiling…
-
Hello -- I like this library, and I would like to use a bit, and with Arduino Due, I imagine that others would like to as well.
I would like to have this crate on crates.io, but I didn't want to st…