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...
Here is the code i am writing, yet leds dont blink-
#define LED1 BSP_LED_0 #define LED2 BSP_LED_1 #define LED3 BSP_LED_2 #define LED4 BSP_LED_3
int main(void){
bsp_board_init...
Hello,
I am evaluating what the best way is to solve this problem: We have 2 network interfaces on our board. We would like to be able to switch between them dynamically...
Hi, I'm a beginner in working with these Nordic Development Kits. I've been following the steps outlined on the Nordic website for getting started with a nRF52840 DK. It tells...
hi,
I have 2 PCA10056 and few PCA10059 for BLE mesh testing.
need to configure dongle as provisioner.
unable to configure mesh provisioner example(also other client...
Hi,
I am working on a project which will connect to device having static mac address . My job is to make sure that the device will connect to device having BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE...
Hello,
I wanted to replicate and build the LED Button Service using my own custom service. I used the template BLE project as a starting point.
I am using nRF52 DK, and...
for (int i = 0; i < LEDS_NUMBER; i++) { bsp_board_led_off(0); nrf_delay_ms(500); bsp_board_led_on(0);
}
in this code only the first command gets executed.
It turns off...
Hi,
We have several boards on hand which fall into two categories:
Category A: Our application has been programmed with JTAG in the past
Category B: Out application...
Hello!
I'm trying to DFU an NRF52 device on a custom board using nrfutil
I'm able to DFU the device using the NRF Connect v3.3.0 software together with an nrf52840...
Hello,
My problem statement is something like this:
Implement a Transmit Enable (TxEn) on a GPIO pin.
TxEn should be initialized low.
TxEn should be pulled...
I am new to Nordic and i am using nRF52840 DK, - SDK 15.2.0 - s140. I have written an application by modifying the Heart rate Monitor example. My program acquires and sends...
hi,
I am working with usb dfu bootloader for nrf52833. I set the bootloader entrance mode to GPREGRET only. before enter bootloader, I set NRF_POWER->GPREGRET = 0x00000001...
I downloaded SDK V17.0.0.9 and opened BLE_APP_UART example from /ble_peripheral folder on IAR EWARM. I choosed ble_app_uart_pca10040e_s112 and compiled without problems. ...
Our system is currently using the ble_radio_notificaiton components provided by nrf5_sdk version 16, and we have noticed that occasionally after ble pairing + bonding operations...
Hi
I use nRF52840 demo board load the firmware( C:\sdk\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\thread\cli\ftd\uart\pca10056\blank\ses )
the putty can work...