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...
I am trying to implementing eddystone for my nRF52832 and I found two library.
One is with the " /examples/ble_peripheral/experimental_ble_app_eddystone " inside nRF5-sdk...
Hi, I want to NFC connection. so I'm trying to NFC examples.
But, while i was testing NFC_writable_ndef_msg example I have some trouble.
Following the example, I succeeded...
Hello everyone I have a problem where I want to know when a node (server) connects to the gateway (client), how can you control which node, for example, turns light on and...
Hello, I am trying to run the SAADC example code alongside the ble app hrs example. I am able to run both examples individually just fine but when I copy them over to one...
Hello,
I need to implement a simple and minimal serial cable replacement using BLE SoC and external MCU host interfaced by 2-wire UART (without flow control). Is it feasible...
hi
i am beginner to start with BLE.i want create a device i.e bluetooth device and its sevices ,characteristic.which tutorial will most helpful to follow to learn?
Please...
Hi,
My project application is to advertise BLE MAC ID (Company's 6 byte Unique ID) with advertising interval of 30 sec i.e. My BLE will transmit its MAC ID & go to sleep...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
I executed \example\ble_peripheral\ble_app_uart
nrf_log_panic occurs.
I attached...
I'm trying sending and receiving data with spi transaction manager library (nrf_spi_mngr).
The problem is that I cannot receive bytes from SPI device as end_callback doesn...
Hi there! I am trying to develop my own BLE application on nRF51822 QFAC. When i call sd_ble_gap_ppcp_set, given it a pointer parameter located on local statck,it is return...
I'm writing a custom app to perform a UART service between an nRF51822 module and iOS device.
github.com/.../nRFSampleSwiftApp_iOS.git
Please follow the above link to...
Hi,
I have started development on the nrf52832 development kit and i own a MacBook pro with mac os. I also have windows installed on my MacBook pro but since I do not have...
Hi I'm doing a school project where I'm going to make a bluetooth mesh network where I use nrf52840. where i tried to get "light_switch demo" to run, but i have some trouble...