Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello. I'm using serial lte modem as mqtt client.
After a while I receive fault. Adding logs:
#XMQTTEVT: 9,0 ESP:LTE: PINGRESP packet #XMQTTEVT: 9,0 PINGRESP packet CR...
Hi, I read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses...
Hi there,
I am currently having issues flashing an nrf52840 DK on windows 11 using either west for a Zephyr project or nrfjprog. I have successfully done this on a work...
Hello,
I am designing a custom PCB using an nRF5340 and am unsure what my options are for how to program it.
I've seen a number of forum posts saying that you can program...
I've been working for a year now programming nRF5340 DKs using nrfjprog and I still can't seem to figure out what is the right way to program them. It is also very random...
Hi, I am working on the nRF5340, We will be using the nRF5340 for the device that we are designing.
How to do the very first production DFU/First firmware upload,.
I...
I have a device nRF5340 with multiple advertisers who have different services.
I differentiated the address with bt_id_create(), but I would also like to differentiate the...
Hi,
I'm creating a new ticket for a questions asked a few years ago:
I'm in the process of also developing an app to send some data I've collected from nRF Cloud to Android...
Hello. I'm completely new to nRF cloud. now my iot device is successfully sending the data to the nRFcloud.
now i'm building an android app and i don't know how to get that...
When i call the custom-code certify() function inside my code in a secure partition i can build the programm, but after clicking flash/running the secure uart-output prints...
Is there a DTM sample for the nrf52dk_nrf52832?
I see the sample supports nRF52840 and higher according to the docs.
I tried selecting the nRF52dk, and everything compiles...
Hi,
As well know, there have a nrf_delay_us() function can execute very short delay time, but the function can only "delay".
If I want to create a 1 microsecond continuous...
How are the 28-UFBGA pin assignments translated to numbering used to specify I/O pin numbers in the code. Is this as simple as P0.0 => 0, P0.1 => 1,...? I have seen similar...
software:ncs2.5.1
chip:nrf5340
hi professor,
I want to use dtm to test blue RF. After i compile dtm example by vs code and download merge.hex by nrf connect sdk programmer...