When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
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,
I would like to change the the advertising interval of the beacon kit in the sample ble_app_beacon app; however, I could not figure out where this parameter is. I see...
Hi,
I want to connect a rotary encoder.
So I have 2 pins of the nrf51822 connected to the encoder and I have to check which one change first to increase or decrease the...
So there seems to be a conflict between the TWI and the Softdevice. My I2C communication works over TWI fine in isolation but when i try to send data over ble the TWI doesnt...
I am using the nRF24le1 in Enhanced Shockburst mode.
The datasheet describes how it is possible to upload acknowledge packets, W_ACK_PAYLOAD, to the TX FIFO. And then the...
Hello,
I need to get RSSI with the NRF51422 (pca10031, S110), but i don't want to connect with a central device (i.e. Smart Phone). The central device should scan for bluetooth...
We tried to pair with and connect to nRF51822 DK running HTM app with SONY VAIO fit15e NB and always fail as we did the following steps.
We also tried some devices like ASUS...
Hi,
I just replaced the BLE chip in my board from CC2540 to nRF51822. I simply want to know how to configure the interrupt on a pin as well as rising/falling edge interrupts...
What are the allowed channel numbers for gazell?
In the gazell user manual it states, a possible 80 channels.
While the nrf_gzll_set_channel_table () API reference says...
Hi,
Is it possible for me to completely copy the antenna design from PCA10028 unto my custom board? I don't need a very long range, but I need to make a design fairly quickly...
For PCA10001 have 16MHz crystal, and I use the NOP to test the cycle. And found the device work in 16MHz. How to set this board as 32MHz?
This is my current setting in...
We need to sample all 8 ADC channels for random 1ms pulses to record amplitude data from in real time. How much will that impact the bluetooth performance if it needs to freeze...
Dear community,
I would like to know how to send as much data as possilbe from a Nexus 4 to an NRF51822 based device. For that I think I need to send multiple packets per...