Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
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...