Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...