I want to use the breaboad to test my gateways coverage thats the main idea
Still unable to communicate with wisnode with plugged into arduino uno
I suggest the RAK forum
did anyone already try to connect the wisnode lora -rak 811- board version 1.2 to a raspberry pi 3 yet?
I am not sure about the wiring because.
Did someone use the i2c? Im trying to use it with a BME280 sensor but i cant,
I tried with AT command (at+rd_iic=0x76,0x60,0x24) and C Code:
I2cResetBus( &i2c );
ret = I2cReadBuffer( &i2c, 0x60, BME280_I2C_ADDR_PRIM, dev_buf, 24 );
Also i couldnt find some information about it in Internet.
Hi, I am using atttiny85 with 3 PIR sensors, but there is only one external interrupt, is there any way I can use attachinterrupt (Iām using arduino IDE) with all 3 sensor pins. I have tested it with 1 sensor only, where I was usig PB2 as my sensor pin. PB2 is attached to INT0.
Ps. Iām a beginnerā¦
If you are using an ATtiny85 with three sensor pins, that doesnāt leave much for a LoRa radio so you can have a LoRaWAN device, leaving aside the status of TinyLoRa.
If you arenāt using LoRaWAN, the Arduino forum is much better suited to answering Arduino questions.