Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
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 am using your NRF24L01P-R7 part .Can you please specify its maximum distance upto which it can detect other TAG in open area when there is no wind at normal atmospheric...
I have a question about PXP profile. Could I use the nrF52 (S132) Nordic's PXP example to dynamic change TX power when I have bonded or connected Android phone device ? I...
I try to implement a BLE vendor service that has some characteristics. When I bonded the nRF devive (vendor service already download to device) with my Android phone and then...
Hello All,
I have modifies the Spi Master code to communicate with an ADXL345 Accelerometer. I set up my powermode and the percesion in the setup phase. However, when I send...
Hello, Nordic Team.
In my program, I have to change the value of the characteristic before start. I write:
case ACI_EVT_DEVICE_STARTED:
g_aci_state.data_credit_total...
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...