<@U3ZLHBTLG> I was thinking about testing out your...
# coroutines
b
@louiscad I was thinking about testing out your lib since including the whole RxJava library just to receive BLE data is overkill, and it's also giving me trouble
l
@bj0 Did you try the sample first? What trouble are you experiencing exactly?
b
i mean trouble with the RxAndroidBle, I haven't tried your lib yet
although I posted an issue already because I couldn't figure out what splitties was until I found your other github page for it
l
@bj0 you could have just looked into the library build.gradle file 😉 Anyway, I'll soon publish the lib on jcenter, so you'll not need to manually add the dependencies of the library anymore
b
yea I wasn't sure which directory to look in at first so i did a google because that was faster
l
Will fix the instructions to make it obvious before I setup jcenter properly. Thanks 🙂
@bj0 Let me know how my lib performs on your project!
b
will do, though I'm brand new to BLE so I might have questions too...
l
I'd advise to look at the sample (by just downloading the source from the GitHub repo) to see basic characteristics read. Then look at this video

https://youtu.be/qx55Sa8UZAQâ–¾

and try using my lib on your project
b
I've done a bit of research already and some testing with RxAndroidBle, but I haven't seen that video, thanks.
I was also wondering about "long writes", which is an example on the Rx library website, is there an equivalent in your lib? Or is that literally just looping a normal write?
s
I’m eager to try out Louis’ lib. But the RxAndroidBLE works pretty good for me, I didn’t find any serious issues in it.