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 can't copy file from mail after updated nRF Toolbox to v4.0.4. (iPhone5s & iPhone 6Plus)
The app crashed when I select Copy to nRF Toolbox.
Any solutions?...
I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it:
Installing micro-ecc
Then, we meet the below to errors:
Makefile...
Im based in the example of SDK12.0 - MULTILINK_CENTRAL and i have to know the RRSI value in dbm if it is possible from the peripheral device that is connected to me but i...
nrf52 restart from main() after hit breakpoint and enter [Go] under IAR. It looks like there is some kind timer or watchdog to reset system etc... if stay in breakpoint (...
I have a PMIC in the device that I am building which will eventually take over from the battery. But I have to program the PMIC on startup, using the nRF52. I am trying to...
Hi,
It's the first time I'm developing a piece of code using Nordic SDK, so my question may be absolutely dumb!
We are working on a bl652 (with a nrf52 inside). I just...
I have an application that uses many TWI buses, on many pins of the nRF51. I handle this by initializing/uninitializing a single TWI bus for different transactions. I ran...
in S130 v2.0.0, what is address of central?
i'm using ble central tutorial successfully compiled.
in case of ble peripheral, i can set address whenever running.
so ble...
Dear Nordic Team,
Thanks for supporting.
How to add custom characteristics in standard service ?. I am using Health Thermometer service (HTS). I want to add two custom...
I mounted the chip onto my own PCB, I am not using a devkit, My board is "Wireless-Tag WT51822-S2", it is a module that uses nRF51822-QFAA as (SoC)
I am the ble_app_uart...
With the release of SDK 12.1 the Serialization of S130 is now deprecated.
Within SDK 12.0 the Serialization was supported NOT at all.
When this is true, I have to stay...
I'm trying to stream data in real time from 4 different sensor units to my computer. Each of these sensor units has an NRF52 module that sends data at 50 packets per second...
Hello, I'm south korea student in dongguk univ.
and i want to know how can i send the message on my board(not use the terminal ).
I use the keil uvision4.0, nrf51822...