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 @ all,
by working on a MQTT project using IoT SDK v1.0.0 (SDK v14.1) we discovered problems with TCP packets not being transmitted.
Using lwIP, transmitting TCP packets...
Hi there,
I was able to work with uart ble example described in tutorials/36/.
My question is how to disable encryption on BLE link? Specifically, we need to make disable...
Hi.
I'm testing multiperipheral function,
and have established multiple connections (1 single Peripheral with multiple Centrals).
But it seems that the Peripheral can...
I have no idea what is going on.
I am using IAR 7.8 and as I wrote, it gets reset when it hit the breakpoint.
every variable return to its initial value, and BLE get disconnected...
Hello,
I was wondering whether or not the standard analog pins on the nrf52832 have to be defined as analog inputs with the gpio methods.
I ask this because I am trying...
Hi there, I was able to work with uart ble example described in tutorials/36/.
My question is how to disable encryption on BLE link? Specifically, we need to make disable...
Hello All,
We need the following for reference purpose only
nRF6939-HW
nRFready Smart Remote 3 for nRF52 Series Hardware Files
www.nordicsemi.com/.../nRFready...
Hi,
I am building a custom PCB using the nRF51422 chip. I need to include a pushbutton switch on the PCB to generate an interrupt when it is pressed(gpiote). I am connecting...
Hi support team,
I'm using Nordic nRF52840 with PCA10056 and SDK 14.1. I have a problem with UART connection.
I have a custom board which need to hook up UART connection...
Hi! I am currently doing my project on BLE beacons. I am using nordic's nrf51822 and waveshare ble400.
I am using a blackmagic probe instead of jlink to program it using...
Hello,
my sdk is from nRF5_SDK_12.3.0_d7731ad, I added the dfu service to the ble_app_uart project on nrf51822QFAC,but it just could run to serviive_init() function and...
I am using a bootloader based on the secure serial DFU bootloader example in SDK 13 and tested it on a development kit. I noticed that hardware flow control is enabled in...
nRF52810
1,
Conditions: Two dma buffers are used, SHORT = TASK_STARTRX, 1M baud rate (10us / B)
Phenomenon: At END_RX interrupt, I called GPIO0 = low. With the logic...
Bluetooth Mesh Glossary of Terms mentions 3 different kinds of addresses: Unicast Addresses , Group Addresses and Virtual Addresses .
I think I understand what a Unicast...
I'm developing firmware for the nRF52832 in eclipse, and since I'm using the NFC pins as GPIOs I need to include the "CONFIG_NFCT_PINS_AS_GPIOS" cflag in my Makefile. However...