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 would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello all,
I am currently in the process of adding BLE support to our project. I have been as careful as possible when copying over source files and SDK_config settings...
Hello,
I am using SDK 15.0.0 and GNU Tools for ARM Embedded Processors to compile the Application Program.
I faced a problem to understand compiler abbreviation, so i...
Hello. I have a problem with usbd_msc . When I plug the device by usb and Windows sees the device how mass storage. After I copy files to the device - it copies and all is...
Hi,
I am using a NRF52832 with S212 in a custom board with a host processor. The host processor configures the NRF52 through UART.
The custom board is configured as...
Hi everyone, quick question.
I'm using the nrf_drv_timer library (from SDK 15.0.0_a53641a) to count the RTT between connection events packet Tx/Rx, however, I get this undeclared...
Hi
The 840 datasheet (page 90) states that the HFINT tolerance is +/-1.5% typical and +/-8% max.
Under normal operation, the HFINT is running and so if the device (like...
I was beyond excited to see all the support Nordic was providing to the mbedOS project.
All of a sudden it disappeared.
If not supporting mbed the alternatives would...
Hello,
We have an nrf51822 system where disconnecting the battery is problematic, and the sharing of the reset line between SWD and reset function has been a real source...
Hi. I'm beginner of nRF.
I want to get some data from a temperature sensor, but I don't know how to assign a pin. Also, how can I check the data ??
In Arduino, there...
Hello,
I'm attempting to include the "arm_math.h" library so that I can use the requisite DSP functions, etc. I'm getting a linker error so I'm not sure what else needs...
HI,
I am using nRF52832 and SDK 14.2 and trying to send MPU accelerometer values to android device through BLE . But when I call " mpu_init() " in main function to initiate...
Dear Sir,
I am new to Nordic. This is my first query. It is related to running Timer with softdevice. I am using TIMER1 ( as const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE...
Hi, Support team,
When I use the SPI peripheral communicate with nrf24l01+,it's no data return in m_rx_buf by using the API nrf_drv_spi_transfer(&spi,m_tx_buf,1, m_rx_buf...