Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connected but not triggering events #2

Open
lehighkid opened this issue Feb 27, 2016 · 2 comments
Open

Connected but not triggering events #2

lehighkid opened this issue Feb 27, 2016 · 2 comments

Comments

@lehighkid
Copy link

I have a local blynk server up and running. I can connect from iPhone and action two different arduinos. I installed this via npm, configured in NR and can connect successfully from NR to local server via WS. I configured a read event for V0 and on my iPhone a new dashboard with generic board with a button using pin V0 but when I click it on my dashboard the event is never received by NR although the dashboard does detect when the NR connection goes offline (i.e. deploy).

  1. Am I approaching this correctly?
  2. Where can I dig into see why there is no trigger event in NR?

Thanks!

@tzapu
Copy link
Owner

tzapu commented Feb 29, 2016

hi,

it s a bit confusing, but blynk actually does a write event when you press a button in the dashboard
read events are called by stuff like dispalys

hope this helps

@lehighkid
Copy link
Author

Ahh, I swapped in a write event and all is working! Thank you so much for the clarity and great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants