Guidelines for working with Appwrite with ESP8266 on Arduino without SDK
- 0
- Self Hosted
- Databases
- Realtime
- REST API
I wanna create this support ticket to keep track of a work regarding Arduino specific examples which could lead for creating an SDK for IoT devices like ESP8266 and ESP32. I would really appreciate it if you point me if I am working in the right direction or missing something or doing something which should be done differently.
I think first of all I should be working by creating a simple anonymous user login and REST API based db handling.
Have you read through the SDK generator repo and, in particular, the contributing guide? https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md
Recommended threads
- hi guys! my site is not accesible in my ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...