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...
Hi,
I have the exact same issue as mentioned in the below case -
Ticket - LE Data Packet Length Extension does't work
But as this was 2 years ago, I wanted to know if...
Hi Earlier this week I got a mailshot from Nordic with the subject "Nordic Semiconductor’s nRF52840 System-on-Chip is now one of the first chips supporting Bluetooth LE with...
I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating...
Hi,
Look the nrf_mesh_rx_metadata_t definition:
typedef struct { nrf_mesh_rx_source_t source; /**< Source of the received packet. */ union { /** Scanner packet metadata...
Hi,
I'm eveluating the mesh SDK (with segger studio) for some days now and I can not stand that I still can't figure out what the examples for BLE mesh can and can't do...
Hi,
I'm in the middle of developing a software that runs on nRF52840 and scans for BLE devices all of the time, then quickly connects to each and every one as fast as possible...
We're using a host PC to write factory calibration data to an nrf52 running SDK14.0.0 and S132. We're using a serial port, 115200 8N1, without hardware handshaking. The SD...
Hello,
very simple question:
each time i click on the link from the following page, I get an ACCESS DENIED error
infocenter.nordicsemi.com/index.jsp
I know that...
I made some changes in mesh light_switch_client example code and tried to build it in SES, it passed compiling, but stucked at linking:
Building ‘light_switch_client_nrf52832_xxAA_s132_6...
hi..
i merged the two programs twi sensor and uart ... successfully complied
but while debugging i am getting this error
while (m_xfer_done == false)
lm75_mode();...
Hello all,
I have a question about the SAADC of nRF52832.
Now I use the SAADC to measure the some external sensor voltage and the internal VDD voltage.
The sensor connection...
Hello, Excuse me! I used the LFRC,the calibration interval of which is 8s, in my application on NRF52832. In order to measure the power consumption,I want to know the duartion...
Hi,
As well know, nRF52832 can use "16Mhz base-clock to output PWM signal, and it is very simple to create 4Mhz, 2Mhz, 1MHz signal output,
But, If I want to output a...
I'm trying to get a stripped down, simple LED blinking sample to work (like blinky) when building with GCC however main() is never called. I'm guessing I'm either using the...