An open API service indexing awesome lists of open source software.

https://github.com/pxsty0/pxserv.arduino

PxServ Library for Arduino / ESP32
https://github.com/pxsty0/pxserv.arduino

Last synced: over 1 year ago
JSON representation

PxServ Library for Arduino / ESP32

Awesome Lists containing this project

README

          

# PxServ

`PxServ` is an Arduino library that allows you to save and manage your data in the PxServ database in a simple and effective way. It is also compatible with ESP32 and ESP8266.

`PxServ`, verilerinizi basit ve etkili bir şekilde PxServ veritabanına kaydetmenizi ve yönetmenizi sağlayan bir Arduino kütüphanesidir. Ayrıca ESP32 ve ESP8266 ile uyumludur.

## Installation / Kurulum

You can add the library to your project using the Arduino Library Manager or manually:

Kütüphaneyi Arduino Library Manager veya manuel olarak projenize ekleyebilirsiniz:

### Using Arduino Library Manager / Arduino Library Manager Kullanarak

**English:**

1. Open the Arduino IDE.
2. Go to `Sketch` > `Include Library` > `Manage Libraries...`.
3. Search for `PxServ`.
4. Click `Install`.

**Türkçe:**

1. Arduino IDE'yi açın.
2. `Sketch` > `Include Library` > `Manage Libraries...` menüsüne gidin.
3. `PxServ` araması yapın.
4. `Install` butonuna tıklayın.

### Manual Installation / Manuel Kurulum

**English:**

1. Download the latest release from the [PxServ releases page](https://github.com/pxserv/pxserv.arduino/releases).
2. Extract the downloaded ZIP file.
3. Move the extracted folder to your Arduino libraries directory (usually located in `Documents/Arduino/libraries`).

**Türkçe:**

1. [PxServ releases sayfasından](https://github.com/pxserv/pxserv.arduino/releases) en son sürümü indirin.
2. İndirilen ZIP dosyasını çıkarın.
3. Çıkarılan klasörü Arduino kütüphaneleri dizinine taşıyın (genellikle `Documents/Arduino/libraries` konumunda bulunur).

## Usage / Kullanım

For detailed usage, please refer to the documentation:

Daha detaylı kullanım için lütfen dokümantasyona bakınız:

- [English Documentation](https://docs.pxserv.net/en/arduino-library)
- [Türkçe Dokümantasyon](https://docs.pxserv.net/tr/arduino-kutuphanesi)

## Contributing / Katkıda Bulunma

If you would like to contribute, you can fork the project and develop on your own branch. We would be happy to review your changes!

Katkıda bulunmak isterseniz, projeyi forklayarak kendi branch'inizde geliştirme yapabilirsiniz. Değişikliklerinizi incelemekten memnuniyet duyarız!

## License / Lisans

[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)