Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
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 created a bsp folder dfu_dual_bank_serial_s120 from PCA10028/dfu_dual_bak_serial_s13 in examples/dfu/bootloader/PCA10028.
This is for supporting DFU over UART for our...
I am using a development board PCA10040 with an nRF52832
I am running one of the examples: gpiote_pca10040
Everything is working fine with this line in the original...
Hi,
My development platform is a central device that there is a WiFi function, I want to set BLE channel map to avoid from overlay. Let my central device can coexistence...
I am using peripheral example(blinky) to generate .zip file using nrfutil python script. I am getting fallowing error.
nrfutil dfu genpkg --application nrf51822_xxaa.hex...
I am getting fallowing error while update app through uart using nrfutil command.
nrfutil dfu serial --package ble_app_hrm_c_s12o.zip -p /dev/ttyACM0
Upgrading target...
Hi,
I'm building a product using RF Digital's Simblee that uses the nrF51822 ver 3 chip. I've narrowed down a TIMER accuracy issue to BLE. The code below starts and stops...
I'm going to make temperature logger in NRF51822.
I want to use ble_app_uart as reference.
When mobile app is connected I have to send kilobytes of logs.
Now I use ble_nus_string_send...
We have used FreeRTOS a lot, also on nRF51 and nRF52. Now I'm trying to migrate our nRF52 code form SDK11-alpha and SoftDevice 2.0.0-7-alpha (?) to the most recent versions...
Hello,
I am a writing my own code for MDBT40P to blink LEDs. I have configured the LED pins and added all the necessary headers in the project. But every time i build the...
Hello
I am trying to develop my Redbear Lab's BLE mini with Nucleo F401RE since I don't have any J-Link segger and USB dongle.
Is it possible to write program through...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
I'm using "sd_ble_gattc_write" when i want to send string to peripheral.
But if i send this function continuously...
Hi,
For example: In scan and connected as peripheral at same time. When disconnect event happen, how do I know who is the trigger, the center or peripheral?
Thanks.
I've read diferents answers to this question. When I change the device nace from nrf Master Contorl pannel the new name is set but the advertising is done with the old name...