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 a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
Hello! I want to try IPV6 for nrf51822. I have a few questions:
How many connections can be provided by the one device?
Can we broadcast messages between devices...
Hi,
I'm developing BLE functions using nRF51822 on top of the Android Kitkat applied device. I cannot find android bluetooth HAL source code that Nordic provides. Is there...
In my application I have a custom board with a single LED. While advertising the LED blinks at 1Hz and when connected the LED goes solid. However while testing with a proven...
I'm creating an application based on the s110 SoftDevice found in nRF51_SDK_8.0.0_5fc2c3a. I'm new to the SoftDevice framework so I've probably made an error somewhere but...
Is the GPIO pull down/up asserted on the 'inside' of the input disconnect switch or at the input/output pad? The diagrams would indicated that it is on the 'inside' of the...
This is function definition:
static uint32_t battery_level_char_add(ble_bas_t * p_bas, const ble_bas_init_t * p_bas_init)
This is declaration of the automatic variable...
Before starting advertising, we want to write some configuration information to NVM. In order to write to NVM, we first call sd_flash_page_erase and wait for the response...
I just posted a package of simple tools I wrote for OSX over on Sourceforge . The main app is a Cocoa app which lets you choose code, softdevice and bootloader (last two optional...
I Saw iBeacon Packet in the website
(d6 be 89 8e) Access Address for Advertising
(40 24) Header
(05 a2 17 6e 3d 71) Mac address
(02 01 1a 1a ff 4c 00 02 15 e2 c5 6d...
I want my peripheral device to act as a beacon while it is in a connected state with a master device. Is it possible to start not-connectable advertising in parallel with...
I am working on a nrf51822 UART bootloader using Keil 5.14 (though I had the same problem with 5.1). If I start with the pack example dfu_dual_bank_serial_s110_pca10028 with...
What happened to NRF_FICR_Type.INFO and FICR_INFO_Type in nrf51.h?
This was in ./components/drivers_nrf/hal/nrf51.h in nRF51_SDK_7.1.0_372d17a
but is missing from ....
Using the nRF51422 with the TWI hardware version. Just playing around to verify signals with the following code which just configures the TWI1 and then repeats continuously...
Hi,
i tried to update the firmware of nRF51-DK but it crashed and now Keil uVision says "Cannot find the JLink version number"
Its also not showing in the nRFgo stu...
I'm developing application using your devices (PCA10001/PCA10000) and S130 SoftDevice. I tried to implement DFU/OTA feature in my app. For this purpose I used DFU sources...