Coder Social home page Coder Social logo

Blynk API useing ESP_IDF about blynk-library HOT 6 CLOSED

adamCPP avatar adamCPP commented on May 24, 2024
Blynk API useing ESP_IDF

from blynk-library.

Comments (6)

John93-Blynk avatar John93-Blynk commented on May 24, 2024 1

Using the API method is not the best approach because there are limitations.
https://docs.blynk.io/en/blynk.console/limits

I'd use Node-RED and the blynk plugin if I were you.

from blynk-library.

John93-Blynk avatar John93-Blynk commented on May 24, 2024

May I ask you why are you using API?
You can simply use the BLYNK_WRITE(vPIN) function instead. The BLYNK_WRITE is a function called every time device gets an update of Virtual Pin value from the server or app.

from blynk-library.

adamCPP avatar adamCPP commented on May 24, 2024

May I ask you why are you using API? You can simply use the BLYNK_WRITE(vPIN) function instead. The BLYNK_WRITE is a function called every time device gets an update of Virtual Pin value from the server or app.

As I write above I'm not using arduino framework. My project is based on esp-idf framework. So I can't use this functions. Blynk API is my only hope

from blynk-library.

adamCPP avatar adamCPP commented on May 24, 2024

But arduino library does the job somehow. So I assume there is some kind of API or mqtt protocol to communicate between cloud and device

from blynk-library.

John93-Blynk avatar John93-Blynk commented on May 24, 2024

You can use the API to get data from the server or send data to the server, but as I said before, there's a limitation. 
You can try Node-RED and the blynk plugin method instead.

from blynk-library.

vshymanskyy avatar vshymanskyy commented on May 24, 2024

You should use Arduino Core as an IDF component, then you can run Blynk under it

from blynk-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.