Hi everybody.
I have problem in compilation with arduino ide due to ArduinoJson.h Library…could somebody please help me? thanks and congratulation for your work!
Stefano.
You need to use PlatformIO to build and upload the project. Support for the Arduino IDE was deprecated early on in the project. I use the Atom IDE with PlatformIO, although they now recommend using VSCode.
You can download/install it here. It’s free and open source, so you won’t need to pay for a license or anything. There are also links in the requirements section of the project’s docs.
Hi! damn, I’ve just started to undestand arduino ide to upload projects to ESP8266 and ESP32…is there something stupidproof to show me in order to let me make the job (quite) easily?
thank you very much…
Oh yeah! I was already following the “guy with the swiss accent” on youtube…
I’ve successfully installed microsoft VSC with PlatformIO installed…now it’s time to integrate this project…it will be the next step…for example, I didn’t find yet a way for integrate the Arduino Libraries such as “PubSubClient.h” for example. Could you give me some suggestions to do so?
thanks a Lot.
Take a look at platformio.ini in the repository. There’s a field in that file called lib_deps which is where you can list project-level libraries required. You can specify a general library, a minimum version, or an exact version.
ok, but must I make this job once, may I use directly the project? For use the repository, may I link it directly on platformio?
please give me some tricks…
When you build the project with PlatformIO, it will automatically find and download the required libraries. This is one of the reasons why I chose to use this over the Arduino IDE - it removes libraries from the list of things you need to worry about.
I’m not sure what you’re asking. To use this project, you just need to clone or download the repository from GitHub, and open the folder on your local machine using VSCode IDE. Once you’ve done that, you should see the option to build and upload in the PlatformIO menu.
If I haven’t answered your question, can you rephrase it?
hi everybody! I was able to add everything on my hassio, great! BUT…i need something to track…is there a way to see the MAC of the tracked and sent devices from ESP32? to make test I have a BLE heartbeat sensor made from polar, in your opinion can I use it as tester?
You’ll need to add whatever you’ve called your binary sensor to a card in the front end. Create a glance card, and add the binary sensor to it. Here’s what the yaml should look like: