Our design has an nRF5340 with RV3028C7 to provide the 32 kHz clock via P0.00.
If I configure P0.00 as a digital input, I can see the pin toggling.
However, if I use the...
Hi,
I recently bought a J-Link Mini EDU and a Tag-Connect TC2050-IDC cable (bought the legged version for some reason, but I guess I can break the legs). I wanted to use...
I had been doing this:
What it does:
create a CHG (channel group)
DPPI is triggered by a GPIOTE in-event
DPPI then triggers and EGU, a TIMER capture, and...
DPPI...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
Hi all,
We are looking to use the nRF9151 and we are trying to determine estimated certification costs for US deployment
So, if anyone can help or knows:
What pre...
Hi Team,
We are using nRF9160 modem and SDK 1.7 version with Segger Embedded Studio.
Using at_client sample code, observations as below.
1. Tried to read APN configuration...
Good morning,
I would like to know if it is a good idea to store serial number on UICR register when using nRF9160 at production stage.
If using UICR, which register should...
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...
Hi All,
I am testing the performance of a Relay Node in a mesh network.However it seems don't work.
I would like to show that the Relay node operation such as Rx and Re...
I am working on nRF52832 platform and my version of softDrive is (nRF5_SDK_15.3.0_59ac345), I am wondering in my application what is the data packet length and can Increase...
I have flashed my Thingy:91 via the nRF9160 DK using the Programmer with the pre-built at_client software, but I am unable to get any AT response when I connect using the...
Hi,
I'm using SDK v15.3.0 which has s132 6.1.1 to program an nRF521832. I had a single custom service on my stack and that was working well. I added a second service and...