Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hello,
I want to make my Arduino coupled with the nrf8001 advertising a simple data (an integer). There should also be a possibility for dynamically changing the advertising...
I have a Jayconsystems breakout board for the nrf8002 bluetooth chip. Nothing is connected to the breakout board and the chip is unprogrammed. My current meter reads 6.0 mA...
The nRF8001 Product Spec says,
"Dynamic Window Limiting reduces the average current consumption by reducing the window widening of the receiver ... Enabling this feature...
Hello,
I am trying to play alarm in button click using nrf code. I am using Nordic nRF51822 device and trying to integrate with android device. When I am using linkloss then...
Hey guys,
Working with the simple be_app_beacon example on nRF51. I’d like to be able to stop and start advertising. But after stopping advertising, I’m unable to start...
Hi,
Can the examples in <keil_location>ARM\Pack\NordicSemiconductor\nRF_Examples\9.0.0 of PCA10028(nRF51422 chips) be use on nRF51822 chips? Or how to modify it to adapt...
Hi
in my application I use about 8 app_timer instantiations (so 8 x app_timer_create), with various frequencies.
I noticed now that one timeout handler is triggered twice...
any body know about android code for pairing with ble (nrf51dk)?
please help i want to pair my android app to the chip. app is discovering the chip but not able to connect...
Hi
nrf 52832 is able to run in 64 MHz using external 32 MHz crystal.
I wondered if I can use an external 16 MHz crystal, and get the CPU to run in 32 Mhz.
Thanks
...
Hi, All
sdk v7.2, IOS 9.1
I know after peering with IRK, iOS will connect 51822 actively.
There're some issue in my project. It's not certain happen.
At most of...
I developed an application program and I have a hex file generated from mbed compiler, and would like to know if I flash this hex file using a J-link interface on NRF51822...
I'm just getting started with the nRF51 DK. I've successfully "passed" the blinky test and I'm now trying to test the HRT example (ble_app_hrs_s110_pca10028). I found another...