I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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...
I have seen exaples using the Raytec MDBT 40 with ATMEGA32U4 infact adafruit has its own board with ATmega32u4 and MDBT 40.
Can I use MDBT 40 with ATMEGA328 ?
Thanks...
Hi,
I am facing issue on nRF51 s110 buttonless DFU. We are initiating DFU using nRF Connect and the device jumps from app to bootloader. On my Android Phone using nRF Connect...
hello,
i want to ask that is there any tool for reading and writing on flash directly.
e.g tool like extreme burner .i am loking for a tool like extreme burner.for nrf51822...
hello,
i am using ble_app_uart code and in this pwm is also used but when i am enabling pwm my bluetooth connection gets disconnected.
will you please tell me how to use...
I am a student and very new with your product and how to use it.
I just order nRF52840-PDK today via online electronic store.
Please provide complete equipment list...
Hi, I want to OOB pair two equal devices (pca10040 + NFC shield) via NFC. Since its not clear which of the two devices will act as NFC initiator (active) or tag (passive)...
Hi.
I'm trying to upgrade multiactivity_beacon scanner example to SDK 11.
But, there's no config for nrf52(pca10040) in that example.
So, I configured it myself and...
Hello,
I just purchased this device:
www.aliexpress.com/.../32399375500.html
but found out that evaluation board is only a debugger and does not actually program the...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
While investigating connection parameter handling, I noticed the following:
The is_conn_params_ok(ble_gap_conn_params_t * p_conn_params) function in ble_comm_params.c only...
Hello,
I am working with S132 3.1.0 on a project based on FreeRTOS. Under some circunstances I set manually the value of some characteristics by using the function sd_ble_gatts_value_set...
Hi,
I am working with a nRF51822 board and I want to program in OTA. I know how to program over the air, but the only problem is that when I have a new unused board I need...
Hi,
I am adding BLE functionality to one of my existing product. I product will play the central role for which I am thinking to use nRF51822 based module.
I learned...