what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
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...
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...