Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hi I am using nRF6700 motherboard .
But when I want program nRFmodule on board1
error occure:
And I also try Module-nRF51822
There is nothing in "segger to use"
...
After I upgraded to SDK9.0. The old files still left in the project folder. I had this situation last time. What I did was recreated the project.
But is there a better way...
Hi , I tried downloading the nrf51822 softdevice and application to yunjia board which is similar in architecture to PC1001 as shown in the following links:
github.com...
I thinking that using the Company Identifiers(in MANUFACTURER SPECIFIC DATA) when Advertise being.
But Our company is not registered in the Bluetooth SIG.
Is it safe...
For multi activity example in SDK 8.1, it writes "This application is not power optimized!". I'm curious on which part in the example needs to be power optimized? Is it the...
Hi,
I am using ble_app_uart example and need to reset the device on certain condition.
I have tried sd_nvic_SystReset, but it doesn't seem to work.
Can someone give me...
This topic has been done to death but I was hoping for a bit more detail with regard to enabling DC-DC while using S110 V8.0 for BLE, but on second revision hardware nRF51822...
I'm working on a project and want to use the battery service to do that, send notification when the battery reach to 75%, I decided to use the battery service found on the...
I am a beginner in nrf boards. I was using mbed online for programing the first few programs. I wanted to setup a tool chain on my machine and installed the nrfgostudio and...
Hello everybody,
I'm developping an application using nRF51 Development Kit with S130 softdevice and I'm looking for the power profile of scanning event. I understand that...
On 51822 : tt seems to me that I need to call sd_ble_gap_adv_start before I can use uart...
Do I also need dtm_set_timer etc to start uart ?
Thanks
Thomas
Hello Everyone
I have an issue when reading the value of an attribute using sd_ble_gatts_value_get, where if the connection has been lost, the call will block for ever...
Hi,
I have product that uses the S110 stack for communication. However I really need to lower the energy consumption and I am trying to make a minimal BLE implementation...
It's not clear to me from the documentation what a 'user' with regards to the APP_GPIOTE_MAX_USERS define used when calling the APP_GPIOTE_INIT macro.
If I would like to...
Hello, Nordic staff,
I work at UART(Host PC_A)<->BLE(S110)<=> BLE(S120)<->UART(HostPC_B) product(like a SPP profile of Classic BT) using a S100 and S120.
I use the flow...