Postingan

Menampilkan postingan dari Oktober, 2019

Sandeep Mistry Arduino LoRa Aplication Programming Interface

Silahkan baca di sini https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md Selamat beraktifitas, Tim Instruktur DTS FGA Kominfo LoRa API Include Library #include <LoRa.h> Setup Begin Initialize the library with the specified frequency. LoRa.begin(frequency); frequency - frequency in Hz ( 433E6 , 866E6 , 915E6 ) Returns 1 on success, 0 on failure. Set pins Override the default NSS , NRESET , and DIO0 pins used by the library. Must be called before LoRa.begin() . LoRa.setPins(ss, reset, dio0); ss - new slave select pin to use, defaults to 10 reset - new reset pin to use, defaults to 9 dio0 - new DIO0 pin to use, defaults to 2 . Must be interrupt capable via attachInterrupt(...) . This call is optional and only needs to be used if you need to change the default pins used. No MCU controlled reset pin To save further pins one could connect the reset pin of the MCU with reset pin of the radio thus resetting only during

Daftar Frequensi chip LoRa SX1276

Haai, jumpa lagi dalam training Digitalent Fresh Graduate bidang IoT batch 2. Kali ini kami para instruktur ingin berbagi info mengenai channel frequency LoRa yang dapat digunakan oleh chip LoRa Sx1276. Secara default LoRa akan beroperasi pada channel 12, yaitu pada frequency 915 MHz ini lah daftarnyanya selamat, beraktifitas channel 00, central freq = 903.08MHz channel 01, central freq = 905.24MHz Channel 02, central freq = 907.40MHz channel 03, central freq = 909.56MHz channel 04, central freq = 911.72MHz channel 05, central freq = 913.88MHz channel 06, central freq = 916.04MHz channel 07, central freq = 918.20MHz channel 08, central freq = 920.36MHz channel 09, central freq = 922.52MHz channel 10, central freq = 924.68MHz channel 11, central freq = 926.84MHz default channel 915MHz, the module is configured with it Adnan,