Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi
The nrf9160 product specification v2.0 changed the current consumption for UARTE from 1.5mA to 819.2mA. Revision history does not mention this hilarious change explicitly...
Hello Nordic Team,
i'm trying to configure the nRF52833 DK to scan through two channels at a high rate (10ksps) with the SAADC module. i have configured the time to operate...
Hey everybody,
I go sell my product in Morocco, my product is based on nRF51822 but I need to know the certification of electromagnetic compatibility for Bluetooth Low...
HI,
I tried to test all projects, but I ran into a problem, project create like this
I just downloaded the routine and didn't change anything, but I cannot create advertiser...
Hello
I have several questions regarding the RESET pin used in your examples:
When you press the RESET button of the PCA10056, is it possible to add code before it does...
I combined SAADC into the ble_app_uart_c example and got error once it got to scan_start();
"ble_scan: sd_ble_gap_scan_start returned 0x9"
If I put the scan_start() in...
OOB can be used to assure physically that the device provisioned is the wanted one.
In my application the devices won't allow for OOB.
How can I ensure that only my...
Hi,
I used this user guide: https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf .
I am using the nRF52840 DK for the sniffer, and managed to connect it and...
I changed the IO of the SPI and could not receive the data.
Hardware: nrf52832 DK two
Software: nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi and nRF5_SDK_17.0.2_d674dde...
Hi,
I'm developing an application for the nRF52840 that uses 3 SAADC channels. In particular, the channels are configured as below:
I'm able to get the samples from...
It is unclear, for both the Thingy 91, version 1.0.2, and nRF9160-DK, version 0.8.3, if they need bias-tee's for use with an external active GPS antenna. Also, what about...
Hello, I have problem and I hope you can help me.
I have 3 sensor nodes. every node has an IMU sensor and nRF52840 microcontroller. These nodes send the IMU data to the...
We bought 4 NRF5340 PDK and trying to setup BLE mesh. As suggested in the getting started guide, there are two BLE mesh example samples from nordic and zephyr. However, for...
My code uses the nrfx SPIM driver. This gives you the option to use interrupts or not. Interrupts are great for long message transfers, allowing sleep while waiting for the...
SDK 14.0 +nrf52832:
We use phone to send command to our toy(nrf52832) every 100ms to control a motor accurately,mostly toy received command is long than 100ms(more than...