what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...
Hi Team,
Being trying to run the Thingy 52 mesh demo following : https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I am using pre-built .hex file Thingy_node_s132...
Hi there,
Recently I bought an LTE module which uses a nRF52840 as the main processor to control the modem, I want to erase the flash for that module and flash the project...
Hello,
Recently I added TWI to my project it keeps a low consumption before call TWI functions to read or write after this my current consumption increases and keeps above...
I'm using the nRF BLE Mesh SDK 2.2.0 with SES v3.5 (64bit for Windows)
Our hardware with nRF52832 using internal RC
I'm running the light_switch_proxy_server but with...
Hello,
I'm just starting to use the nRF Smart Beacon kit.
Is it possible to have the beacon toggle a GPIO on-board when the beacon is out of range of the phone/app?
...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I want to ask how to use app timer with scheduler.
Here is my implementation. I just use APP_TIMER_APPSH_INIT...
Hi All, I have tried to follow DFU documentation as well as many other things but nothing really worked well, I have some results but still cannot make my own code to be updatable...
Hi,
I am using nrf52 DK with BLE mesh Light-Switch Example. I was looking for changing behavior of the client/server. Is it possible to have both Client and server functionality...
I have a dev question about using the nRF Blinky app as an example for listing and showing services for multiple BLE devices without having to individually select each one...
Hello,
I want to use Radio Notification before connection event (ACTIVE signal). My routine takes 4 ms but Tprep time have huge range - from 167 us up to 1550 us, so even...
Hi
I had a problem which I want to send many packets in a loop using sd_ble_gatts_hvx(), but when the number is 5, the error code(NRF_ERROR_RESOURCES) is happened. Then...