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...
Hello,
So I assume VDD is from USB or the battery depending on whether USB is there or not. So, when the SAADC outputs ~3.258 V (in low power mode) that's fairly correct...
I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
Hi,
I used a nRF51 dongle (PCA10031) wit the nRF Connect (v3.3.0) Bluetooth Low Energy application to communicate with a MBN52832 development kit. This works great until...
Hello:
I am looking for the best way to capture the SD and application error/fault(s) so that when the device is restarted, the data can be transmitted to the central...
Hi
I have installed the toolchain according to the getting started assistant, nRF Connect SDK v1.1.0
I try to load the asset tracker application in Segger with CMake_lists...
want to add UART communication to nRF52832 with mesh enable.
I have added,
nrf_drv_uart.c
nrfc_prs.c
nrfc_uart.c
nrfc_uarte.c
files into nRF_Drivers folder...
Hi,
Let's say I have a network with 5 NRF52833-DK and 1 smartphone with the NRFMesh App. How can I achieve to sniff all the ongoing packets in the mesh network on the smartphone...
Hi,
I have a customise board which has nrf52832 chip inside. I want to establish a secure connection between my 2 customised boards but I dont have any button or display...
Hi,
We are currently in development of a custom board with an nRF52840. I'd like to check my IO pin mapping using an IDE if possible, but I was unsure if Nordic or its partners...
Hello. I am using a Nordic Semiconductor Beacon (nRF 51822) and i am trying to connect it to my Raspberry Pi 4, but even though i installed Bluez, scanned using hcitool, i...
Hi,
I have nrf9160 DK. It is ok for ibasis SIM card. But if verizon SIM is used, there is no TCP/IP connection.
I tried to set APN by using:
AT+CGDCONT=1,"IP","vzwinternet...
Hi,
I'm trying to deploy the example program, cifar10, from CMSIS-NN library on NRF52. The issus is I compiled and downloaded it to the board successfully but when I try...
Hi,
I'm trying to combine serial UART functionality into the USBD_BLE_UART example. The goal is to send data in/out to the hardware UART as well.
I started off by loading...