I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hey,
I have written a custom service for my company's sensor readings on the nRF51 DK, on top of the uart peripheral example given n SDK_11.0.0. However, for the final...
What should be done if we add nRF51822 SDK into our code for business (redistribution)? We have our own IDE and would like to integrate "nRF5_SDK_11.0.0_89a8197" into our...
I wanna plan to design a new hardware which has ability to connect to smartphones using BLE and broadcasting ANT pages in the same time. I also need a way to transmit some...
Hello,
I read the Errata document infocenter.nordicsemi.com/.../nRF52832_Engineering_B_Errata_v1.2.pdf , and in the section "3.10 [62] NFCT: Can draw current when not enabled...
Hello,
I'm designing a new design and planning to use WLCSP version of nRF52832.
I have few questions about this since all reference designs are made with QFN48 version...
Hi every one,
I use the nRF51822 to read temperature from sensor and send it through UART, i follow the SDK examples and just change connection interval to 0.5 sec and...
Hi I am trying to get my 128x32 oled device working with my nrf52 development kit board. Using PCA10040. Does anyone have or know of any example code that can get it up and...
Hello,
I am writing some data to flash, but when it runs to storage_clear, I get the return code---0x10. It seems clear failed. And I tried storage_update, and it failed...
Hi, I'm working on a project, I want nRF51822 can get notification when android phone got a call or email, just like ANCS work with iPhone.
I tried ble_app_alert_notification...
Hello,
Apologies as I'm very new to C and I may be missing something obvious. I have an actual ble Heart Rate device which I wish to connect to my pca10028 (nrf51422_xxAC...
I am try to porting nRF51822 Beacon v1.0.1 F/W for PCA20006 to PCA10001.
I could change GPIO port setting for button and LED.
Now normal beacon mode work fine and success...
We appear to have discovered today that if you do this sequence
sd_power_gpregret_clr(0xFF);
sd_power_gpregret_set(0xA0);
sd_power_gpregret_set(0x0B);
GPREGRET will...
I'm trying to understand the general structure of .h files.
nrf.h contains an #ifdef for NRF52.
I cannot find a #define NRF52 anywhere.
Any help appreciated.
Thanks...
We have our nrf52 working well with our iOS app - almost everything we need is in place. One last item (haha) we've been struggling with is to get the nrf52 to advertise our...