Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hi,
Tried enabling POF on while using S140 with the following code:
The board VDD and VDDH are configured to be 3.3V and in the lab, were dropping the voltage to...
getting error in running bootloader
Output/secure_bootloader_ble_s112_pca10040e Release/Obj/nrf_dfu_validation.o: in function `nrf_dfu_validation_init':
I have designed a custom board with the nRF52840 following the examples from the dev kit, dongle, and datasheet (circuit config 5). The board is similar to the dongle but...
I understand that the BLE-stack takes the highest processing priority on the nRF52 (nRF52840 in my case). So data read on one of the GPIO pins of the nRF52 may be "lost" if...
Hi guys , i'm using nRF mesh library nRFMeshProvision 2.2.3. I'm trying to connect to multiple mesh nodes and send message to all of them. In provided class NetworkConnection...
Hi all,
I am interfacing with an MCP25625 device using SPIM3 on the nRF9160 and I am receiving no response on the MISO line. I have verified the correct functionality of...
Sorry i post on 2 thread. I don't know how to delete this post.
So i modify and add the main link:
devzone.nordicsemi.com/.../total-discuss-tx-power-change-on-nrf52811...
I would like to understand the timeout values for wait for acknowledge on ESB protocol
Example, from the source code:
#define RX_WAIT_FOR_ACK_TIMEOUT_US_1MBPS (73) /*...
Hi,
I'm a firmware eng with an ancient history of h/w design.
We are in production with the nrf52840 but still do new designs.
This question is in reference to the 52840...
Hi, We were trying with a new n/w carrier in Canada ( Maxim ). nrf9160 is able to connect to the network, but it is not able to resolve our server URL ipv4 address. Below...
Hi,
I am testing RX mode.
And the module is sure to enable M1 (%XSYSTEMMODE: 1,0,0,0)
I use the following command, but return error.
AT%XRFTEST=1,1,2,19500,17,1,0...
Hello,
I´m writing my thesis and using the Online Power Profiler to get a estimation about current consumption in NB-IoT cases.
I would like to use the diagram from the...
Hi, I have developed zigbee stack.
I tested to connect the door lock example of Thread and Zigbee SDK 3.2.0 with ZC of SDK 4.2.0.
I checked connection with these.
So...
Hi,
We are going to use NRF52832 for a project, and planning to design our own PCB card and assemble the NRF52832 chips, purchased through Digikey or a similar distributor...
Hi everyone,
I have designed a project based on the Radio test example, in the Nordic SDK. After programming all my code on the NRF52833 DK (PCA10100), i decided to design...