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,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I have a app that stores some calibration information in flash (1 page at 0x7F000)
When I booted now I noticed it has replaced it with "DEADCODE" following some hex number...
SDK version 12.2 and SoftDevice 132 and Dev. Board 10040
I am trying to run the ble_app_beacon example with NRF52832 DK. I have imported the IAR project into Segger Studio...
Hi,
I bought the nRF52840 in april. The problem is that my iPad doesn't detect the nRF52840. Also, when Itry to upload a .hex file on it, the board tells me that the upload...
Engineerings, We are looking around to find a way to prove that the hex file burned into the device is really the result of the original source code. Is there any idea/way...
Hi Guys, I try to implements the ctrl-C/V for bluetooth HID keyboard. But from SDK, I can't figure out how to send two keys. Even I do not use buffer_enqueue/dequeue in order...
Hello,
I try to build mesh sdk for nrf52840 it gives me error on RTT
0> <t: 0>, main.c, 318, ----- BLE Mesh Light Control Client Demo -----
0> <t: 0>, main.c, 108, Initializing...
hi, In my setup, I have a 3.7 V battery divided down to the bandgap range using a 100k and 100k resistors, so the voltage at the ADC input is 3.7 * (100/200) = 1.85 V. I am...
Hi
I used "nRF5_SDK_for_Thread_v0.10.0 - cli sample code and try to test Thread command "diag"
when I type "diag" then it will show "diagnostics mode is disable".
...
I am working on a project which involves sending data from many beacons to many other beacons. To be more specific, I have two groups of beacons:
The first group consists...
I'm planning to use one of those beacon platforms:
www.ebay.com/.../352167746226
www.ebay.com/.../112493464451
for a close proximity positioning system now I'd like...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Building for a PCA10040 dev board (nrf52832) in SDK 14.0.0 with the S132SD v5.0.0
I'm an encountering an issue where calls to printf() are only displaying a single byte...
Most application examples which use the scheduler have a main loop looking something like this,
int main(void)
{
// Initialization <snipped>
// Enter main loop...