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 guys, me again.
Thanks for all the help before. I was developing me code with the example uart and now would like to control a LED with PWM output.
I have went through...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
I'm using the evaluation board PCA10040 with Segger Embedded Studio. It stopped working well and I get erroneous services even with the supplied examples (ble_app_blinky...
The device is broadcasting as "DfuTarg" and i want it to come out of the bootloader mode back to the application mode. Is there is a command i can issue to Secure DFU Characteristic...
Hi,
I'm modifying files in the NRF5_SDK_14.2 distribution and it is not clear to me which ones are part of the core SoftDevice libraries (and I, therefore, should not change...
(I know it has been asked before, but I thought I'd check in again..)
Has anyone had any success implementing the Dallas one-wire protocol on the NRF51822 - in particular...
Hello,
I imagine this is a pretty common and basic question but I couldn't find anything online.
Since the nRF52xxx chips are single-band 2.4GHz (and possibly sub-GHz...
I'm having trouble writing to a gatt characteristic using the python bindings for pc-ble-driver
Service discovery works fine, I managed to connect to a BLE server and reading...
I have a device that I need to control, that needs 2 different square wave signals of different frequencies (although they may be multiples of each other), one at around 4...
Hi all. I try to run capacitive sensor example on nRF52832 with my hand made capacitive sensor which I made according to this tutorial devzone.nordicsemi.com/.../.I connected...
Hello,
When i execute a function that uses TWI from a timer handler the NRF gets stuck.
I assumed that this issue occurs because of interrupt priority so i gave the TWI...
after connecting and disconnecting advertisment not stopping when i try to stop it ( sdk 11). Without establishing connection i am able to stop it. Nrf51822
Hello
I am trying to create secure connection between peripheral device and mobile app & central device.
I created my own custom service and want to make them secure...
Hello,
My goal at the moment is to be able to configure my peer device which utilize ble_app_uart example so it would connect only to a specific master device e.g. android...