Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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...
Thanks in advanced. I update uart pin number to rx:10 and tx:9, then get the error as title described under DEBUG mode. To save power, I use uart but uarte, so I set UART_ENABLED...
Hi,
I'm using the SAADC to sample external voltage to fill in the battery service. I have use APP_TIMER_DEF to create a timer to do it every 30 seconds. Also I have init...
I'm developing a Peripheral with a rather intricate connection process and doing a lot of testing.
I find that if a Central connects, and then the Peripheral tries to send...
Hi,
I have to implement customized services in my project.I think it is better to have seperate files for service inititialization.For that purpose I have seperated service...
This (in SDK v17.0.2):
Experimental: BLE Interactive Command Line Interface Example
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_interactive.html...
Hi
I have a coupe of dongles working on a project. While validating the board, i notice a strange behavior: I have the dongles in factory reset (MBR at start, the Bootloader...
Good afternoon
i have built a small program for the uarte, using the example however im not managing to edit the event handler such that depending onthe text i recive...
Had tried to build it from the IDE before. Couldn't do it. Tried to build manually, got exactly the same error I was getting in the IDE. Parsing C:/Users/mario.raposo/zephyrproject...
Hi,
i have followed a few manuals like this one: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
or this one:
https:...
I'm trying to make an application which displays signal transferred via bluetooth.
To reduce computing time on the tablet, I want to apply oversampling in nRF52840.
The...
Thanks in advanced. I achieve 4 uint8_t dynamic sensor datas, I want 52832 transmit them through BLE continuously. Based on examples\ble_peripheral\ble_app_gatts_c, I can...
Dear,
How to evaluate a channel if is clear in property in NRF528 serials? e.g. there are ED and CCA in 802.15.4 standard, how to implement CSMA in NRF52810?
Hi
I'm using nRF52832, SDK 16.
When I enabling timer application the power consumption is increased by ~450uA, far away from the product specification
What may cause...
Hi there,
We're trying to write to the UICR CUSTOMER register to store some of the manufacturer info, such as BLE MAC address, for example.
When SD isn't running we have...
The following is loaded into flash on the nRF52840: Bootloader: 0xe0000 Application: 0x27000 SOFTDEVICE S140: 0x1000 MBR at 0x0000
Bootloader starts, waits 5 sec and runs...