Wistoolbox + RAK4630

Hello again!

It’s Wistoolbox via BLE available on custom RUI3 FW? I’m trying with simple setup() and loop() but the module doesn’t announce.
Maybe I must activate BLE interface on setup side?

If I flash RUI3 4.0.0 from wistoolbox I can see the device, but once flashed with custom FW doesn’t appear.

Beste regards

Welcome back (again).

When using custom firmware you have to start BLE advertising manually with api.ble.advertise.start(30);. The 30 here means 30 seconds active advertising, then it stops. A 0 would start advertising forever until you call api.system.advertise.stop()