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...
Hi All.
Following the step by step guide on Getting started with Nordic's secure DFU bootloader, when I try to build the uECC library by issuing a make command, I systematically...
We currently have an older Sena SD1000 bluetooth module in an embedded system that functions as a UART wireline replacement. We just connect it to a UART on the embedded controller...
Hi, I have a simple application with logic is: - every 3 or 20 seconds send some data via modem (based on AT commands), - sending and receiving data via serial port to and...
Hello,
I am attempting to find gerber data for the development PC or a mechanical drawing of connector locations. I would like to make a PCB that plugs into this board...
Hi, guys! I noticed this answer from the devzone .
I have nRF52 DK and an nRF Thingy. I want to play a short speech using I2S with MAX98357A .
This speech is usually...
Hey,
simple question: What is the recommend approach on prolonging the advertising period?
Example:
User clicks a button -> advertising starts for 180 seconds.
User...
Hi Support,
I am testing current consumption of NRF_TIMER1, below is my code snippets, basically, I just start timer1 task and then stop it.
After the two code lines...
Hi there, I really much in trouble with USB CDC ACM. So that would be great if you can help me out with this: I upload the "USB CDC ACM" example (SDK verison 15.2) to my nRF52840...
This is a question of curiosity rather than a specific concern: In my sdk_config.h I have my prescaller set to 0: Based on this, the RTC1 used for AppTimer should rollover...
I am working on an older project that was developed using SDK 11.0.0, SD S132 2.0.1, and "Eclipse 2018-9." No MDK appears to be being used.
I understand that the MDKs are...
Hello,
BLE 5 applications on the nRF52810 which softdevice should we be using S112 / S132 what are the primary differences between these? I wanted to know a comparison...
Hi,
I'm collecting data from BLE and storing them into nRF52840 Dongle by using nrf_fstorage_write procedure. Everything works fine so I can write data into flash by nrf_fstorage_write...
When I run the TWI scanner example, an unknown address shows up in tandem with my TWI device address.
I am connecting a MAX30101 EV kit daughter board to the nRF52840...
In the secure DFU bootloader, I have some custom initialization that I need to happen after the BLE transport is initialized in nrf_dfu_init(), but before loop_forever() in...