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...
https://devzone.nordicsemi.com/f/nordic-q-a/69596/device-initialization-problems/285611#285611
had gone through above thread.
I am struck exactly at this point.
i...
Hi
I am using 52832 peripheral role.
sdk16.0
ble_uart add one character 0xff03 which have notify attribute
have these function
1. Use connectable broadcast on no...
Dear Nordic Engineers
I study central code,I find a param ble_gap_evt_adv_report_t
I can understand other param of ble_gap_evt_adv_report_t,but I don't understand set_id...
The NFC pins of my nRF52840 MCU have been set to be used as GPIO pins through the NFCPINS register. I can toggle the GPIO lines just but I find that after power on that the...
Hello,
been trying to add lte_lc_connect_async(lte_handler) to mqtt_simple, just like the way it is in sample aws_iot. Instead getting a failed response.
Now not sure...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
If while using the nRF Connect for Desktop you are seeing this message on the log
Make sure to installe the Universal JLink Segger from www.segger.com/.../
I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button...
Have been trying to run nRF9160 LwM2M client sample. A problem is that it doesn't appear to be initialising the modem properly, by trying to access the network when the modem...
Hi,
I am trying to build the 'at_client' nRF9160DK sample app on a Mac and getting the following error:
CMake Error at /opt/nordic/ncs/v2.0.0/zephyr/cmake/modules/zephyr_module...
I am having the same problem as in
Case ID: 244142
devzone.nordicsemi.com/.../nrf52840_dk-spi-configuration
I am using nRF5340.
The problem I'm facing is that...
I use this code " node cli create-and-provision-device-cert"
But I am using nrf9160 ,so therefore I change this code to "node cli create-and-provision-device-cert --dk ...
This should be so easy, but it isn't. I started with the Dev Academy Lesson 6 I2C example. I wired up a little board with an I2C eeprom, created an overlay file to map the...