-
I bought a new Raspberry Pi 2, a 8 GB memory card, and the [SX1272 LoRa shield](https://www.cooking-hacks.com/sx1272-lora-shield-for-raspberry-pi-868-mhz).
However I can't get your software to work o…
Limro updated
3 years ago
-
Hi,I'm using a receiver x300 and ubx with 12.5MHz center frequency, 25MHz sample rate and GPSDO.
thor.py -m 192.168.10.2 -d "A:0" -y "TX/RX" --clock_source 'gpsdo' --time_source 'gpsdo' -c ch1 -f 1…
-
I have set up a "test switch" to trigger toggling the temperatures of every radiator in the house.
The rules are:
```
rule "Test switch on"
when
Item test_switch changed to ON
then
…
-
Hello @CongducPham,
Am trying out to use waziup for soil moisture monitoring so far i have hit a deadlock on connecting the sensor to communicate with the gateway.
View serial monitor logs
```…
-
Hey,
I have setup two LoRa Modules and I am able to configure the module. (state = 0) for all configuration options. However, I am unable to send or receive packets. I am using the code from https:/…
-
To do this, we would store the color we last set the light to, assume it hasn't changed since then, and set the UI to match that. This should include setting the location of the knob on the color rin…
-
### Platform
ESP32
### Assembly
I did the assebly by myself
### nRF24L01+ Module
nRF24L01+ plus
### Antenna
external antenna
### Power Stabilization
Elko (~100uF)
### Connection picture
- […
-
I've got an SX1272 module, which I thought would be supported by this library. However, the version (or Semtech ID) I am getting at the address 0x42 is 34 as per the product [datasheet](https://www.rf…
-
```
IITB Time Synchronization
A Project proposed by Prof Hemendra Arya, Aerospace Dept, IITB.
What is the expected output?
Objective: To prepare an affordable Synchronized Digital Clock (wireless)
th…
-
I have been trying to test this chip set with your example OOk_Receiver. I converted the OOK_Receiver.ino to a main.cpp file. I changed the frequency in this file by setting #define RF_MODULE_FREQUE…