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 am using the DFU Bootloader from the version 15.3.0 of the nrf connect SDK with the softdevice version 7.0.1 on a nrf52832.
In Addition i am using a modified...
On SDK 16.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and possibly...
Hi,
I am trying to interface MCP7940 RTC with nRF52840 DK. Initially, I am using a twi_scanner example from the SDK v16.0. Using the same example it is expected that I should...
Hi, I am working nrf52832. I want to send the string.
#define APP_ADV_DATA_LENGTH 0x1F /**< Length of manufacturer specific data in the advertisement
uint16_t length;...
I spent some time trying to combine example project ble_app_hrs_freertos and ble_app_uart so that I have a project with FreeRTOS that uses NUS bidirectional - without success...
I have received a dev kit and am trying to connect with it over JLink. I have connected it to my computer via the J2 micro-USB port. SW6 is set to default and Power Source...
nRF52840-DK (PCA10056) when connected to laptop, LED 5 blinks very fast and LED1 also blinks(slower than LED5) and board is not detected by the laptop. could any one please...
Hi,
We have encountered an issue where we are transferring data using our custom service back and forth from the nrf52811 to a remote test device and the radio becomes unresponsive...
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. Am I doing something wrong? I'd prefer not to use the...
Hello!
I have a characteristic defined to be in user memory by the BLE_GATTS_VLOC_USER flag.
The initial length is 0 and the initial value pointer is NULL.
Now I...
Hello!
I am currently trying to use the watchdog driver from the Zephyr library. I have enabled the CONFIG_WATCHDOG and set it up similarly to the asset_tracker application...
Hi,
so far I have been programming my custom nrf52840 device through the debug out connector of the nRF52840 DK and a custom programming connector.
Now I would like to...
Hi,
I'm using nrf52832 to interface RTC using nrf_calendar.c file.
I have start the RTC at 8:59:00, it will reaches 9:00:00. After that automatically it will resets and...
I haven't been able to locate any NAND flash libraries or examples in SDK 15.3.0
To be clear, this is NAND flash, not NOR flash (examples are Toshiba TC58CYG2S0HRAIG and...
Hello!
We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY)....