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...
Hi,I want to write the firmware to 52832 from android system by UART .I have readed the firmware into bytes, and then do not know how to compose the bytes to write into serial...
I have the following situation:
My device receives a number of RF packets, changes to TX mode, sends some data, goes back to RX mode and it should be able to access the...
Hi,
my application is normally a BLE scanner, listening for beacons. This runs OK.
Now, I tried to add a tested piece of connectable gap/gatt firmware, that runs fine...
Hi ,
in the RTOS example, you set
configTICK_SOURCE as FREERTOS_USE_RTC and configCPU_CLOCK_HZ as( SystemCoreClock ) .Since SystemCoreClock is 64mhz, why did you not set...
I am trying to understand why when I connect the nRF52840 Dongle using nRF Desktop I get this message in the log:
2020-02-26T23:12:13.293Z INFO Connectivity firmware version...
Hi Team,
We are using nRF 52840 chip for our development of product.
As of now the settings for BLE data transfer are as below.
MIN_CONN_INTERVAL 20 // which is the...
Hi,
I'm developing a router Zigbee device starting from light bulb example.
In the example the function zb_set_max_children is called passing 10 as parameter.
About...
Hi,
I am using
PCA10056
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I am testing background serial-dfu.(refer to https://devzone...
Hello,
We are working with the nrf 9160 dk.
We need to use internet connectivity to send an http get and post to a remote server.
We want to utilize the NB-IoT...
I've been developing firmware for my PCA10059.
I load the package with nrfutil dfu usb-serial --package=_build/t.zip --serial-number=`cat /tmp/serials.txt` --connect-delay...
I use nRF5_SDK_15.0.0
My soc is NRF52832,project is based on ble_peripheral ble_app_blinky.
After I call idle_state_handle() let my device go to sleeping.
Sleep current...
Hello,
We are using nrf52832 with sdk 16.0, for a particular reason we are storing some variables in flash storage, i have some question regarding that
what is the time...
Hello,
I am developing a driver that can handle cryptographic operations and I am using example code from nRF5_SDK_16.0.0_98a08e2 /examples/crypto/nrf_cc310/aes to get...
I have a Segger J-Trace Pro and am attempting to enable trace debugging of my application. I have a custom board that breakout out the appropriate Trace Clk and Trace Data...