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...
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky...
Hi,
I was trying to run dfu mesh example according to this. I attempted quite few times but every time having an error at step 11.
infocenter.nordicsemi.com/index.jsp...
Hi, Nordic Team
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I use a s130_nrf51_2.0.1_softdevice.hex.
It is based on ble_app_multilink_central and...
I am new to Nrf52832.......I have started development of a custom board based on Bt832 and BT832X.
I have built 2 proto boards one with BT832F and the other with BT832X...
Starting idle task using Task Manager library frequently throws error "Unknown function at 0x000008C8" when running with the debugger (often takes several restarts until it...
Hi
I'm using sd_app_evt_wait(); to go into low_power mode. For some reason it coming back , but I can't figure out why.
Peace of code I am executing is;
while (nrf_fstorage_is_busy...
I am trying to print out a string debugging information. But got below error.
No problem change to printf or cast char array name to uint32_t. See first 2 sentence.
char...
I have python 2 and 3 on my Macbook. I can't run nrfutil which I believe is due to the python installation. I need to keep python 3 for other utilities. I would like to run...
Hello!
We're building radio modules with the nRF52840, one with the a frontend amplifier and one without. Both are exhibiting excessive 2nd and 3rd harmonic emissions. ...
Currently, we are testing that 「buttonless DFU + Bonding valid」 in our App.
But After performing F / W Update with DFU, other BLE Service became invisible.(※2)
So, as...
Hi,
I am currently in an attempt of revising an old board, it uses an ANT+ module which is soon going to be out of production. With the nRF52840, if I were to use the ANT...
Dear Sir,
I had a project is lighting the LED matrix, we choose the LED IC is TLC5958 and MCU is using nRF52832.
Now, we have a question is how to change the GPIO output...
Hello all,
I used SDK15 and nRF52840 DK made a long range advertising and long range connected.
I modified the ble_app_uart_c and ble_app_uart example, the long range...