Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
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 Nordic.
I am developing with nRF52832, and I need to proceed with DTM test to verify the chip in the production process.
So, I am trying to operate the DTM tool by...
Hi All,
Hardware : nrf52840 early DK (PCA10056)
I modified Zephyr code from " central_multilink " sample to connect to 15 HR devices. The connection to all 15 devices...
The datasheet for the nrf52832 specifies two key constraints:
I/O pin voltage max VDD + 0.3V, min -0.3V
The AIN0-AIN7 inputs cannot exceed VDD, or be lower than VSS...
We use the pc-ble-driver with the nRF52840-Dongle and we experience intermittent issues where communication with the dongle will just stop and result in a NRF_ERROR_SD_RPC_NO_RESPONSE...
Hello,
I am having an issue with trying to install the nrfutil program from this Nordic download page . When I click on the download for the Linux(x64) version of the nrfutil...
I'm not totally clear from the SDK documentation on when I can expect NRF_ERROR_BUSY from sd_ble_gap_data_length_update(). Would it happen in the case where both sides attempted...
Hello,
My peripheral device is nRF52840, central is an Android device, Sniffer hardware is PCA10040 kit.
Using this guide https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3...
We have an application that needs to read device battery voltage and a sensor value every 10 seconds. The ADC is using burst mode and 8X oversampling to take each sample....
I created a new dts folder for nrf5340 appcore. The application works fine on the project, but I find netcore is not working properly. I found that the BOARD_ENABLE_CPUNET...
Hello,
My device is already implementing DFU over BLE and all is working fine. But now, I want to add the update over LTEM (Quectel BG77).
I want to proceed like this...
Basic OpenThread application built for 5340 crashes in net app.
The same application works fine on 21540 (52840 + 21540)
The crash seems to happen when some thread packet...
Hello,
I have 2x PCA10040 dev kits connected via SPI.
Device #1 is talking to a custom board MCU by UART
Device #2 is connected by BT to my android app
The task is...
Hello,
I am planning to use the balun BD2425P50100AHF with the nRF52833. The voltage on the pins BAL1 and BAL2 can go up to 15V.
I am wondering what is the maximum allowed...
Hi,
We have developed an application in central mode using BLE nRF52833 chip running on SoftDevice140 , Version 7.2.0
We now need to add support for FEM nRF21540 ...
Hi,
I am using NRF52840 development kit and I need to modify the PCNF0 register values for our application.
I am developing our application using the sample application...