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 using the mpu9250 connect to tca9548a and connect to the board, but if I move my sensor , sometimes twi read and write returns error code=3(but it usually don't happen...
Hello,
I'm integrating Nordic Mesh SDK into nRF5_SDK_15.2. I have following following guide for this:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
can any anyone suggest me how can i do this ble communication between those devices
i have used example program ble_app_hid_keyboard.
my question is i have to type data...
Try adding PA rfx66 to the device nrf52810:
#if defined(NRF52_SERIES) || defined(__SDK_DOXYGEN__) /** * @brief Set up external front end control. * * @param p_pa_lna_cfg...
Hi, I'm trying to using SEGGER IDE to program the nRF52840 whit both Zephyr RTOS and Nordic SDK accessible to my project. I have followed the guide on https://developer.nordicsemi...
Hi I still have problems with this board. I check it at my nRF dealer and it works. Yesterday I run it on an another PC and it works well:
But today at the same PC it...
Hello,
I am trying to implement the Peer Manager for bonding and pairing on my central device (nrf52840 Dongle) using SDK 15.3. I based my project off of the ble_app_uart_c...
Hello Nordic Semiconductor Community,
I do run mqtt_simple example successfully on my nRF9160 DK with modem firmware v1.1.1 and NCS tag v1.2.0.
Now I am connecting mqtt_simple...
Hi, I am using nrf52840 DK to create the uart ble app. The starting point is ble_app_uart example from SDK52 15.3. I changed pin configuration for uart so I can have RX and...
Hello,
I am looking into adding a whitelist to my central device to stop scanning devices I am disinterested in, however, I have a few questions and concerns about them...
Hi,
I saw the errata for bad onboard GPS antenna performance in nrf9160 DK v0.8.2 and 0.7.0
Was the problem fixed in 0.8.3, or is 0.8.3 still affected?
Thanks.
Hi,
I am using the nrf5 SDK for Mesh v4.0,
Windows 10,
4 DevKits PCA10056.
I have 2 DevKits as LPN (from the experimental_lpn example) and 2 DevKits as FNs (friend...
Hi,
I have a issue with the output regulation of REGOUT0.
I have a custom board based on the NFR52840-CKAA (revision D). I designed it in high voltage mode because I have...
Hi, I'm getting a crash when discarding an advertising packet.
Roughly what I do is:
Which crashes at advertiser_packet_discard().
GDB trace:
It looks like packet_buffer_pop...