Ebiroll

Results 67 comments of Ebiroll

Also works for ghidra_11.0_PUBLIC

> > Also works for ghidra_11.0_PUBLIC > > I tried over and over on ubuntu to compile this with the changes, and no matter what it kept failing at the...

Hello @verofin . I have used it on the WisNode-Lora. Just remove the init() calls to the GpsInit() and LIS3DH_Init( ); in the function BoardInitPeriph() located in src/RAK811BreakBoard/board.c Then you...

Also this schematic might be helpful. https://github.com/Ebiroll/beer_tracker/blob/master/RAK-wisnode/wisnode-lora_schematic_diagram.pdf

In the end of src/main.c you have a blinky app. Just rename the other main(). Unless you overwrote the bootloader I dont think you ruined your board. And if you...

Are you using the Trackerboard or the WisNode-Lora? The blinky app only works on the Breakboard/tracker board. On the wisnode I did some change in src/peripherals/lis3dh.c In the init function...

OK, I have added instructions, but all code is c so the extern "C" I talked about earlier probably will not help. #include "OBME280.h" // After MCUInit() i2c_bme280_begin(); float temp=i2c_bme280_read_temp();...

Hello, I have fixed the error in the rak811.json file now. https://github.com/Ebiroll/RAK811_BreakBoard/commit/85dd1a84939d970246b339a6b45ca4cac4825bec Note that the default board built is the wistrio, env_default = wistrio https://github.com/RAKWireless/RAK5205-WisTrio-LoRa

Make sure you get all bytes correct, also with correct byteordering. https://github.com/Ebiroll/RAK811_BreakBoard/blob/master/src/Commissioning.h If OTAA does not work try, APB https://os.mbed.com/teams/Semtech/code/LoRaWAN-NAMote72-Application-Demo/

Hello. Sorry for being busy last week and not been able to be so helpful. The example assumes that you are using your $HOME directory. ~=$HOME Did you solve the...