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 developed a project starting from MQTT-SN example available in SDK for Thread and Zigbee.
I noticed that publishing and subscribing requires calls to functions...
hi,
I work in the nrf5_SDK_for_Mesh_v4.1.0_src. I want to adjust TX power based on light switch server . After setting TX power, I find that RSSI varies from high to low...
Hi.
I'm using nrf52840 SDK 16 with S140.
in my last piece of code static arrays were not enough and i needed malloc.
I used malloc without any issue, also i use cJSON...
Hi I am new to BLE energy and I would like to know if there are any SDK examples I could refer to learn about two DKs to communicate the external sensor data to the central...
Hello Nordic team,
I'm working on an nrf52840 with the SDK 15.3.0.
I'm using the SPIM instance 3 at 32MHz to interract with a Slave SPI which can support up to 40MHz....
Hi my USB keyboard application works on Windows and Linux but not on a MacBook Air with macOS Sierra 10.12.6. So I did step back and tried the combined HID example nRF5_SDK_16...
Hi,
I am using NRF52832 on SDK16 and Mesh 4.1.
When I use the NRF Mesh app to connect to a node, everything just works fine. Whenever I reset the device, the app and...
Hi,
I want to use a timestamp in my payload when ever I send data to the cloud.
First I wanted to use the ntp example from Håkon found here: https://github.com/Rallare...
So I've been tinkering with nrf2401 module lately and trying to send data between the modules. PTX is set up on STM32 and PRX on RPI, and i'm sending from PTX to PRX.
I...
Good Morning,
is possible to have a manual nRF Connect for Mobile to evaluate the features of your App ?
If I see well, there aren't features to browse the folders...
After updating the J-Link firmware, I found that PAC10100 doesn't work, but I can't reprogram it, so I would like to ask the following questions
1 Will upgrading j-Link...
Hi Team,
We need conditional compilation between crypto engine related macros for CC310 and mbed TLS and micro-ECC.
If we add our own macros in "sdk_config.h" file we...
Hello,
I need to develop software that realizes the following communication.
[For Central]
Communicates with two peripherals with 2Mbps PHY(short range) and long...
sdk: nRF5_SDK_11.0.0_89a8197 routine nrf51_ble_app_hids_kbd_consumercontrol-SDK11 can adjust the volume of Android phone, or adjust the volume of the laptop
sdk: nRF5_SDK_16...
Hi,
I'm currently porting a project to nRF5 SDK17. Some time ago we decided to use the nrfx module as a fork of https://github.com/NordicSemiconductor/nrfx .
So I synced...