I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
Hello,
can someone share a piece of code or a hint to the right functions that can enable/disable notifications on all peers? All I want is that the central toggles notifications...
I am using the PCA10031 as a serialisation device connected to a Windows laptop. The PCA10031 is programmed with connectivity_with_s120_1.0.1.hex and I am using the nrf51...
Hi,
I'm just debugging, why global C++ object c'tor are not called when using gcc/newlib. I stombled over the fact that within the linker script, provided with the sdk 8...
I have a blank nrf51422 that I have successfully loaded with the latest S210 softdevice and working application. However, I do not see the bootloader region occupied when...
Hi pros, Im recently working on 51822QFAAG2 with S110 v7.10 and SDK v6.10.
My app always triggers this assert after BLE is enabled and busy transferring for some time....
Hi Nordics!
I am developing some device using ANCS example.
But I have a same problem with this flow.
devzone.nordicsemi.com/.../
Is this issue solved?
I'm working on the UART with BLE application example. I'm trying to see into which struct does the characters entered on the screen gets saved. From the documentation, the...
we now using GPIO as input. when it rise then start timer. but it seem failed. No GPIOE IN event happened.
what's timing need for rising/fall edge detecting? < XX (us)...
A a couple of years after initially giving up on BTLE (due to Apple's refusal to implement reception certain advertising modes) I am back to have another go at it.
Basically...
Hello
This is probably a very simple problem to solve but I'm having trouble disabling an RTC0 interrupt by using a GPIOTE PORT interrupt on an nRF51 board.
Basically...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
If my way of thinking is not wrong, I have to set SEVONPEND flag to wake up cpu from sd_app_evt_wait on pended event. How to set this flag? I cannot find any function/macro...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Hello.
I used sdk 5 and 6 without much problems in the past, but thought it's time to upgrade.
I don't seem to be able to get even the blank blinky example to work for...
Hello
I'm using S110 with nRF51822.
I'm trying to implement some logic which is quite simple, but for some reason things are not working properly.
I'm advertising...