Juergen Kienhoefer
Juergen Kienhoefer
I'm working on a Wifi mesh implementation, I call WISH. It is based on the 802.11 frames in the ESP32 framework and modeled after the old CSR mesh. Since ESPnow...
I had the same limit problem not being able to build a littlefs file system with the mklittlefs code within the IDF. This is in conjunction with sveltekit building static...
Sorry, I should be more clear: template: ``` Terminal ``` code: `this.zone.run(() => { this.terminal += this.newLIne; });` behaviour: Even though the screen gets updated, when full, the content does...
Thanks, looking forward to finding those fixes. It was probably wrong to post that in the starter repo, should have been posted in the main. Sorry, I've been trying to...
oh, thanks, this is still the first steps for me to do Ionic 3. Lots of trial/error here. I'm porting the Ionic 1 app over. It's quite different. new: https://github.com/aircable/SmartMesh2...
just pushed a few changes, it now does actually connect to BLE and shows some results. If you have an idea how to unify ble native and web bluetooth into...
Hi Wassim, I'm struggling to write to a characteristic with your api interface. Can you please point me to an example? Also how do you do debugging with promises? I...
I would, but I don't get any errors. It just doesn't do write to the Characteristic. The call is just ignored and none of the promises are filled or fail....
Thanks for the link to the example app. That helped a lot. I rewrote the whole service and copied the way @urish did the write, with sequence and such. It...