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...
Hello :)
After upgrading the modem firmware of the nRF9160 to version 1.1.0 (mfw_nrf9160_1.1.0.zip) the call to getaddrinfo returns error 12.
If I downgrade to version...
Hello, everyone~
A new requirement is generated from my customer. He wants the ANCS can transmit more than 20m in a house. So I want to know if BLE 5.0 long range can transmit...
Hello!
I am dealing with nrf52832. I want to process data reception with SPI during f_write processing. Is this possible? As multi-thread processing 1) PT_THREAD in pt...
I'm developing a wearable device using nRF52832. I am developing OTA-DFU nowadays. I have successfully tested the buttonless OTA-DFU using the nRF52-DK.
And I'm testing...
Hi, I have a nRF9160 and I am currently working with the gps example: ncs\nrf\samples\nrf9160\gps
When I run the example, I only see
all the time. I went out on a big...
Hello,
i am struggling with the implementation of i2s to use it one SK6812 Leds.
To start with i used this https://github.com/cheehieu/nrf52-sk6812-led-driver example...
Hi All,
I study this post to enable long-range(s=8) on ble_app_blinky ( nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_blinky )
In the post, one of the settings...
Hello,
I was able to program the mesh experimental dimming example(server) into the external nRF52832 module using the debug out pins on the nRF52 DK.
The programming...
Hi,, I'm trying to set a recv timeout on a UDP socket (coap) using setsockopt() and getting an EPERM error. I've tried the setsockopt() call both before and after the (successful...
I'm attempting to use AWS IoT Just In TIme Provisioning(JITP), but no luck. Any help.
I tested JITP on my account, not Nordic one, with local mosuqitto client on Mac and...
I'm trying to use aws_fota, but it doesn't work. Any help?
I was able to set a job on AWS IoT, but the download job doesn't start. The job status is always "in progress...
Hello
I am writing a peripheral emulator application on android. My peripherals include 2 services and 4 characteristics. I tested my application with nRF Connect on the...
Hello All,
I am working on nrf52810 board
Using sdk 14.2
I am trying to modify some bytes of advertising packet .
I am referring the previous post as link given...
I'm getting ERROR 12 upon calling ble_advertising_init. I understand that this is caused by exceeding the advertising packet max payload of 31 bytes. What options do I have...