Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
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...
I tried if there is a possibility that my device would brick if I interrupt the DFU process. notice that I'm using SDK10 with dual bank bootloader. I uploaded the app over...
I am going to develop on nrf51822 and the data sheet says nrf51822 is s110.
I want to load an example of sdk 11 but there is no example for s110.
I am a total newbie, so...
On the nRF52, does the TASKS_HFCLKSTART need to be trigger again after waking up from sleep, if the the HFXO was started before going to sleep? Or does the Clock control circuitry...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I have one characteristic which send data with indications, for each frame sent I wait for acknowledgement on case BLE_GATTS_EVT_HVC : before sending the next data
but...
I write a source code to test led and button driver. it's work with a loop but when add sd_app_evt_wait() to use low power mode of nRF52.
I suppose that I forgot something...
Hello,
i have one problem.i am working on the TWI using Handler.it is working.
but i have very strange issue regarding to the dereference the value.
please check in...
Hi,
I am facing some issue while working with both GPIOTE and SAADC. I have merged the GPIOTE and SAADC sample example sdk code into a new project but what I am facing is...
Hi,
I am using BSP for button detect. I wish to read the button Long Press of Different intervals. 3 Secs, 5 Secs etc.
Someone please help me achieving this. Some code...
According to the documentation in infocenter there should be three soft devices for the nRF52832: 132, S212, S332. I downloaded the nRF5 SDK and I can only find the hex file...
Hi all,
Does anyone know the dimensions of the NRF51 dongle? I'm seeing 16mm x 28mm here but that doesn't seem right (might be the dimensions without the USB connector...
Hi,
Can any one suggest me how to program SoftDevice and Application program to nRF51288 BLE Motherboard using Keil 5? Please specify how much IROM1 and IRAM1 allocation...
I've studied the nRF OpenMesh for a couple of days, and could run the BLE_Gateway example among serval nRF51DK boards.
But now, I still don't have any feeling/concept about...