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...
Hello,
I have several sketches from prototyping my project but It's occurred to me that the libraries used for some sensors are unique. I want to use the SDK connect examples...
we are facing an issue with our nRF5340-nrf7002 custom device where, after a reset, it takes approximately 3-5 seconds to enter the application. This delay seems to be occurring...
I am considering software that uses nRF52840, where one side will send advertisements and the other side will scan and obtain data from advertisements.
I am considering...
Hi,
I’m developing a BLE IoT product using the nRF52840 DK, where I need to send a payload of 60 bytes. In a previous response to one of my questions, I was advised to increase...
I have a requirement for PMIC which should include charging, sleep mode integration and should give simultaneously 2 outputs. One output should range from 3-5V the other one...
Hey
I have tried to enable and test coredump as shown in this example: https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-2-debugging/topic...
My production board doesn't support UART, but we have SEEGER JLINK using RTT to debug with. I'm using nRF5_SDK_17.0.2_d674dde\examples\dtm\direct_test_mode project.
If I...
Hello.
I am experimenting with the nRF52-DK board. The tool is segger studio on win x64. Bluetooth appears on the smartphone and disappears after a while. It is not connecting...
Hello,
On my custom board, I need to offload data from my NRF52840 chip via Bluetooth/BLE to my PC for processing. (Ideally using python to receive) Is this formally covered...
We're evaluating RSP with 1oT, and we managed to successfully swap the carrier using RSP with our nRF9160DK, running our standard application.
The nRF9161-DK, running the...
Hello,
i'm developing a custom board with nPM1300 + nrf5340. First things first, i purchased a nPM1300-EK to acquire the needed knowledge to make things working. Unfortunately...
Hi,
I have one nrf52840 board and one bosch BMA456 Shuttle board 3.0 flyer.
I am using zephyr-sdk-0.16.8.
zephyr build and flashing works fine, but when I use device...
Hello,
I am developing a solution based on nrf52-DK, using nRF52840. I have a .hex file produced by the R&D team So far I can flash successfully the board with :
drag...