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...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi....
I have PCA10028 DK and i want to make a profile that works both as central and peripheral. As a part of this i tried running S130 demo app found in S130_softdevice...
I need to remember the CCCD's of some service, e.g. service changed. A CCCD is according to spec 2 bytes long. The method to do this is by using sd_ble_gatts_sys_attr_get...
Not sure why but my time is only firing at 250Hz with the prescaler set to 0. Not sure why. Shouldn't it be going at 16Mhz at these settings? (Running on the PCA10028 Board...
Hi,
I am using device as ble-Peripheral SDK nRF51_SDK_7.2.0_cf547b5 and softdevice
version :s110_nrf51822_7.1.0_softdevice.
problem : I am receiving data on Nordic...
I'm trying to use the internal temperature sensor of the nRF51 to know the die temperature. Its accuracy is specced as +/- 4 degC, even +/- 8 degC at the extremes. Does anyone...
Hello,
I am trying to control the smart phone function while making my device as HID keyboard, but It seems that the soft keyboard (smart phone on screen keyboard) clashing...
i think your nrf51 iot sdk don't have rpl functionality....
if i want to implement rpl on it what is the procedure...
if i want rpl on raspberry pi what is procedure......
i have bluetooth usb 4.0 dongle..which part of bluetooth stack it contains...?to support simultaneous master and slave connections will it need any firmware update...?
...
As we known we can set static passkey in peripheral side (s110) with the API sd_ble_opt_set(BLE_GAP_OPT_PASSKEY, &ble_opt) as below:
inline void setPassKey(void)
{
uint8_t...
I've tried all 4 versions of the HID Mouse Example provided through the Keil Pack Installer tool and can't seem to get any of them working.
The code compiles and downloads...
I was trying to compile the example code(nRF51 SDK8.0) for ANT and flash to my nRF51DK(pca10028) board, but the example code was not working on my board. I tried compiling...
Hello.
I'm now writing a software based on nrf51_sdk_v6_1_0/nrf51822/Board/nrf6310/s110/ble_app_hrs. The SoftDevice I'm using is s110_nrf51822_7.1.0_softdevice.hex. Why...
So I've been using a user submitted SD safe TWI implementation that I found here. This has worked well so far, but upon updating to SDK 8.0.0 parts have broken. Now when I...