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'm sorry to borther you in your holiday.I got a issuse about 52810 (s112) with PA.I found my device would reset when I call ble_advertising_start() after calling pa_lna_init...
I'm trying to implement Serial Wire Debug to read some Data from Nordic from other Controller. Initially Need to read some registers in DP & AP Nordic. For that I need to...
Hi guys, i was using nrf51822 s130 sdk, and now i am using nrf52dk s132 sdk. When i am using nrf_adc.h, all bitfields macro's get errors. It's bitfield macros doesn't match...
I am trying to connect BLE app to BLE Device ( NRF 52840 ) and for security purpose, I adding passcode (password) / key in the device, once I am going for connecting it will...
I used serial program to talk between nrf52 and arduino where the rx tx pins were default 8 and 6.When i changed the pins to 25 and 26 it is not working i am not able to communicate...
Hello
I'm looking for someone to help write a custom bootloader which performs FOTA update by using an HTTP connection to collect firmware. NRF52 is connected to GSM module...
Hello, Dear Support!
I explore examples in SDK 15.3.0 : ble_app_hrs and ble_app_rscs. The peripheral device in ble_app_rscs is configured to wait active request from central...
Hi,
I use the calendar to display on the screen the actual date. It works but now I want to display it only when I press a button, but the button doesn't work. When I press...
Hello everyone,
I'm using the nrf52840 Dev Kit (PCA10056 1.1.0 2019.19 683465548)
SDK version: 15.3
OS: Fedora
I work on a custom board and try to put it in SYSTEM...
Hi,
We are using nRF51822 chip, and we are using TL3315 switches. I am very new to dealing with buttons. The current problem is that when I press the button, the MCU seems...
Hi,
I would like to flash a CC3100MOD wifi chip from TI with the Nordic 52832 chip as a host. Attached is my schematic. I am fairly new to the nordic family but I have...
Hi,
The problem statement mentioned below.
What we are trying to do is Read Light value from the MAX44009 sensor on the TWI interface.
Looking at the data sheet for...
Hi,
I am using Nordic nRF52840 SoC with nRF5_SDK_15.2.0_9412b96 (SDK) and S140 softdevice. I tried to set Tx power to +8dbm using
rc = sd_ble_gap_tx_power_set (BLE_GAP_TX_POWER_ROLE_ADV...
I am currently involved in developing a product that is using the nrf52840. The product needs to keep precise time across a wide range of temperatures, which is why a 32Mhz...
Hi,
When I try spi commnucation with sensor on nrf52840 (using Mbed OS with SDK14.2), it stuck to nrf_spim_task_trigger (p_spim, NRF_SPIM_TASK_START); while spim_xfer is...