Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hei
I've gotten the ipv6_coap_server example to run on the nRF51-dongle. I got the bt0 interface after connecting to the device and I am able to ping the device.
My...
Hi all,
Previously I spent some time to set up the nrfsniffer and with support I had succeeded; devzone.nordicsemi.com/.../setting-up-the-nrfsniffer
However as I have...
Hi
I want to modify the nrf9160 software samples from Nordic so I can use float with printk() and sscanf() functions.
I am also using gcc.
I try figure out how/where...
Hi,
As a part of FCC testing, I am trying use the following radio_tx_sweep_start(txpower,uiMode,channel_start,channel_end,delayms) with below parameters.
uint8_t txpower...
Hello, I have seen and heard of nrf52 alot that it can be used as payment card by using HCE technique. Can anyone please shed some light on it ? I want to know the way we...
Hi,
I'm running a nRF52832 connected through TRACE port to a Segger J-Trace Pro.
Some traces seem to be lost, and Segger support team tells me it is possible as nRF52832...
I have a few questions regarding AoA mode.
My goal is to append the CTE frame too a standard advertisement frame. I would like to use one of the following examples as the...
Hardware: nRF52840, running on dev kit PCA10056
Software: SDK 15.0.0, no soft device
I'm trying to get the POF comparator working, and after struggling in our product...
I just updated my project from SDK 15.3 to 16.0. I am using the nRF52840.
I am not receiving the APP_BUTTON_RELEASE event when waking up from a button press. It used to...
I am trying to the asset tracking application on nRF9160DK and following the steps mentioned in https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...
Hi there,
I have tried to build mqtt_simple but ı got an error says:
#error bsdlib must be run as non-secure firmware. Are you building for the correct board ?
I am...
Dear Support Engineers
I am in the process of designing the automated testing platform for a 52832 based device and would like to test to make sure the components/devices...
Hi, I am trying to test the examples provided in nRF5_SDK_16.0.0 on nRF52840 (PCA20035) thingy91 device. But unfortunately, i didn't see the support files for pca20035. For...
I am using nvs_init(), nvs_read(), nvs_write() calls to store and retrieve user data. Everytime I flash a new image I use the following commands:
# nrfjprog -e -f nRF91...