Nicolas Baumgardt
Nicolas Baumgardt
Hi. I recently have ordered some Arduino Nano V3 clones, those which are shipped with the new bootloader. The Plipbox does not work with them. It works with the ones...
Hello - I was looking through your sources, but did not find the line where the static MAC address is defined. Could you please point me to the correct line...
MiamiDX throws the following exception when the Plipbox is powered on after the Amiga is powered on (tested with firmware v0.5, not yet tested with firmware v0.6): > Miami Deluxe...
A few times the Plipbox snaps into a very strange state. In that state, my extra send/receive indicator LED does not extinguish anymore and the Plipbox seems to flood the...
Which IDE do you use for developing the AVR code? Could you offer a project file?
Hi. Can I somehow connect to multiple Bluetooth devices simultaneously with library? I basically want to connect several Bluetooth clients to one Bluetooth server. Or can the `BluetoothService` object only...
I am working with OpenCV 3.4.2 and Visual Studio 2015 / C++ on Windows 10. I can set the exposure of the camera to any value by using this code:...
Hi, thanks for your setup instructions. The compilation worked fine as you described. However, when I try to run `mono_kitti.exe` and `mono_euroc.exe` I get the following error message: > The...
Discussion about the details of the issue can be found here: https://stackoverflow.com/questions/60643222/how-to-solve-right-hand-operand-has-no-effect-error
Hi. Thanks for sharing your project! I get the following error while compiling with the `xtensa-esp32-elf` tool chain for the Espressif ESP32 platform: ``` #define vec_push(v, val)\ ( vec_expand_(vec_unpack_(v)) ?...