Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
Hi Nordic
I used the nrf_gpio_cfg_sense_input() API to initialize the GPIO4 for waking up nrf52832 from system off mode, This IO could wake up nrf52832 successfully, but...
These two func:"softdevice_ble_evt_handler_set "
and "softdevice_sys_evt_handler_set" suggests that there are two categories/sets of events grouped into system & BLE.
...
I'm a user of nRF52 DK with S132.
I want to modify the event handler in the example application code such as ble_uart_c.
Where can i find the full list and description of...
Hello
Can I use the LORAWAN module with NRF52833? if yes, is the LORA gateway also required to send the data to the cloud, or can it be done directly without a gateway?...
TX :52840
Software version:nRF5_SDK_16.0.0_98a08e2 hardware version:
RX:52820
Software version:nRF5_SDK_17.1.0_ddde560
My test method: send 60 bytes of data through...
Hi:
I use sdk:nRF5_SDK_17.0.2_d674dde and NRF52840.
Reference examples:nRF5_SDK_17.0.2_d674dde\examples\peripheral\uart
PC connection RX-pin20 and TX-pin22, PC sends...
Hi,
We are looking to purchase the nRF52832 SoC. The data sheet says it supports a data rate of 1Mbps when the receiver sensitivity is set to -103dBm. This data rate is...
I am experiencing a strange behavior with SES 6.32, using GCC and I wonder if I should choose a different compiler.
COMPILING THIS PART OF CODE (I added line numbers for...
I want to add wifi connectivity to asset_tracker. It is required that MODEM is turned off. The program flow need to change so that instead of Modem, wifi Module is tried first...
Hello,
I am trying to read a 32-bit value over BLE but the value displays as 8-bit on nRF Connect. In my code I am sending it as an int32. Why does nRF Connect only show...
Hi There,
I have almost done the project, I used nrf52832 as central(master) and nrf52810 as peripheral(slave).
i use the blinky example and everything working fine. I...
Hello,
I am using nRF52840 and I currently am working on a application where mostly I am using central functionality (BLE connection and exchange the data) along with cellular...
I'm willing to use the 5 claused licensed code for the parts that only work with nordic hardware, but the partition manager isn't actually necessary. Is there some way to...
Hi,
I am trying to migrate a moderaely complicated nrf5340 app from sdk 1.9.1 to sdk 2.0 and having a few issues with getting the right crypto configuration. Original...