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, i am Karls of Gabsjin in south Korea.
Sometime ago, i happened to know something controlled by mobile(smart phone)
So I would like to make a avr circuit controlled...
Hi,
I built a peripheral unit which working on NRF52805 with SDK17 (S113/S112).
The unit needs to be "multi peripheral" and advertise 2 different advertising packets simultaneously...
Hello, I have a strange problem and I am not sure how to approach it.
The problem is that the connection sometimes does not get established. This issue appears on Android...
Hi Nordic,
I am been investigating SES these days, may I ask how to export the settings in SES, such as indent settings, text color theme, etc?
I have there laptops need...
Hello,
I'm working with NCS on a nRF5240 based BLE device.
On the BLE side I want to do something like this:
Connectable advertising
Phy: 1M
Interval: 200-500ms...
On my own board ,I just connect VDD and VDDH pin don't connect anything, Now my board can not use ble fuction,if I can confirm it's not the software issue, so is it possible...
Hi,
In short, my problem is that my code works when I execute it inside one event handler, but doesn't work inside another event handler, and I don't understand why it fails...
Hi, Nordic team,
I was developing an app using ble_cli module refering to the ble_app_cli example from SDK 17.02 on a custom board. If I set log_backend to false in 'nrf_cli_init...
I received an nRF5340-DK last week. Today I got the zephyr toolchain configured and working under Linux, and hooked everything up. The "blinky" sample app works fine. The...
Hi,
I'm using nrf52840 with an application which supports both BLE connections with mobile and PC via NFC pad.
the file nfc_ble_pair_lib contains the function pm_secure_mode_set...
The BLEJack nrf51 sniffer firmware is a BLE sniffer/jammer/hijacker. If you google you will find the repo and the defcon presentation.
The author claims you can sniff access...
Hi,
I am facing the issue of sending 8210 bytes of data to my slave device.
I am using NRF52840 interfaced with the MAX32664 maxim sensor hub.
I tried both approaches...
We are thinking to evaluate both the U.FL and Trace Antenna options on a custom nRF52840 prototype board.
1. Referring to this discussion, point 3 is about provisioning...
I want to use mesh configuration ( Bluetooth mesh submodule) to save data to the flash memory of nRF52840. The code works fine and I can save data to flash using mesh_config_entry_set...
Hi, I'm having problems with compiling the gazell_dynamic_pairing example with arm-gcc compiler for nRF52840 Dongle. I have already migrated other gazell and esb examples...