Witold Markowski

Results 15 comments of Witold Markowski
trafficstars

@MatPeff, do you still have this freezing problem? Maybe you suffer to this arduino/Arduino#1476 issue in **Wire** library? Take a look at my wmarkow/arduino-hifi#3 where I describe my problems with...

I did some job on embedding Eclipse CDT into **fromatter-maven-plgin**. Some commits are available in my [cdt_#265](https://github.com/wmarkow/formatter-maven-plugin/commits/cdt_%23265) branch. There are some issues with Eclipse CDT formatter: * I wasn't able...

Hi. I will definitelly try your hub emulator with ESP and some - let's say - custom train. My kids already have one Lego set but it would be nice...

I tried this solution but it doesn't work in my environment. I'm using * WEMOS LOLIN32 board * ESP32 core in version 1.0.4 * legoino in version 1.0.2 I had...

Ok, I think I know what is going on. I have implemented also a small Android application to connect to Gatt server. This application also doesn't want to connect (I...

It also doesn't work with my Samsung device with Android 5.1.1: the same error. Even **BLE Scanner** doesn't want to work. What is good: my Android app and also **BLE...

@marcrupprath I have found it in the meantime. I think it is related to the **NimBLE-Arduino** library; please see the issue from my last comment. To make it working I...

Thanks for the hints: >On my sons Android I need to disable Bluetooth and completely close the app. Then start Bluetooth and do a scan for devices. Just a scan...

@corneliusmunz thanks for your reply. In the meantime I spent some time on the Android problem. By experiments I managed to make it working, however not everything is still clear...

I'm also facing the issue of big binary code. I use the following board in platformio: ```board: stm8s003f3; platform: ststm8; framework: arduino``` in version 2.1.0 During my development I have...