adafruit / Bluefruit_LE_Connect_Android

Android port of Adafruit's Bluefruit LE Connect app
MIT License
122 stars 100 forks source link

Bluefruit LE Connect NeoPixels and Android device #35

Closed varek3d closed 6 years ago

varek3d commented 6 years ago

I've been trying to find an answer. I have successfully tested my device with iOS and it works with my neopixel jewel perfectly. I get the color change and I get dimming etc. When I try the exact same setup on the Android version I don't get barely anything, I get maybe 2 colors, and there on the right color choice. I do get dimming however but only blue and green. Can someone PLEASE help, I've been trying to get answers for months! Thank you kindly in advance!

antonio-openroad commented 6 years ago

Take into account that the current Android version (v.2.3.1) only supports RGB Neopixels, so it won't work with 4 component colors, and you should use the Sketch included with the app (which is is different from the one used on the iOS app) Hope this helps you.

jerryneedell commented 6 years ago

@varek3d If I recall correctly, you are using this with an NRF52 board and I think the sketch provided by the app is only for the nrf51 boards. Is that correct?

varek3d commented 6 years ago

I guess so, but is there a way to use it? It works perfectly with the iOS.

On Thu, May 17, 2018 at 6:20 AM, jerryneedell notifications@github.com wrote:

@varek3d https://github.com/varek3d If I recall correctly, you are using this with an NRF52 board and I think the sketch provided by the app is only for the nrf51 boards. Is that correct?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adafruit/Bluefruit_LE_Connect_Android/issues/35#issuecomment-389819169, or mute the thread https://github.com/notifications/unsubscribe-auth/AhynKKMzIvrD8EJsnvBtZCHAixTKGPmuks5tzU73gaJpZM4UCU8k .

--

3d Artist · Creator · Dreamer "...dreamers, shapers, tinkers, and makers..." Linkedin http://www.linkedin.com/in/varek3d/ » Website http://www.varek.com » 201.754.8735

jerryneedell commented 6 years ago

Not that I am aware of - I was just trying to point out that the issue was with nrf52 support with the Android App.

microbuilder commented 6 years ago

Are you using this sketch for the nRF52? https://github.com/adafruit/Adafruit_nRF52_Arduino/tree/master/libraries/Bluefruit52Lib/examples/Peripheral/neopixel

microbuilder commented 6 years ago

Sorry, I just spoke to the app dev ... that sketch is only for version 2.0 of the neopixel app, which only works on iOS currently. We'll have an Android update shortly with updated support for the new features!

jerryneedell commented 6 years ago

Yes - that is the one I tried back in April - I have not tried it since - the forum discussion from April is here: https://forums.adafruit.com/viewtopic.php?f=57&t=134415&p=668648&hilit=nrf52+jewel#p668648

microbuilder commented 6 years ago

Thanks @jerryneedell ... I'll post here when the Android update is published.

varek3d commented 6 years ago

So, I shouldn't try it yet. Okay, nice to know someone was working on it.

On Thu, May 17, 2018 at 10:28 AM, jerryneedell notifications@github.com wrote:

YEs - that is the one I tried back in April - I have not tried it since - the forum discussion from April is here: https://forums.adafruit.com/ viewtopic.php?f=57&t=134415&p=668648&hilit=nrf52+jewel#p668648

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adafruit/Bluefruit_LE_Connect_Android/issues/35#issuecomment-389886436, or mute the thread https://github.com/notifications/unsubscribe-auth/AhynKLeTrU8CsG7Jl6s_Hhmmp30DMH6Bks5tzYkegaJpZM4UCU8k .

--

3d Artist · Creator · Dreamer "...dreamers, shapers, tinkers, and makers..." Linkedin http://www.linkedin.com/in/varek3d/ » Website http://www.varek.com » 201.754.8735

varek3d commented 6 years ago

Yay!

On Thu, May 17, 2018 at 10:30 AM, Kevin Townsend notifications@github.com wrote:

Thanks @jerryneedell https://github.com/jerryneedell ... I'll post here when the Android update is published.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adafruit/Bluefruit_LE_Connect_Android/issues/35#issuecomment-389886879, or mute the thread https://github.com/notifications/unsubscribe-auth/AhynKOGt1CNOFoBKasUXZ0I0yoy7nYgEks5tzYlugaJpZM4UCU8k .

--

3d Artist · Creator · Dreamer "...dreamers, shapers, tinkers, and makers..." Linkedin http://www.linkedin.com/in/varek3d/ » Website http://www.varek.com » 201.754.8735

antonio-openroad commented 6 years ago

Bluefruit 3.0 works with version 2.0 of the neopixel sketch. The new repository is located here: https://github.com/adafruit/Bluefruit_LE_Connect_Android_v2