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...
Hallo
We want to update the firmware over the air (BLE).
What is a safty concept?
Our firmware need about 60KB flash ROM.
What have we to calculate for BLE software?
...
Hello Everybody,
I have a question about nRF51422. I want to monitor the ANT+ message from any sensor, which is already connected with the device,
Scenario : if it is...
Hello,
Im trying to create a synchronisation method for sensors using BLE. At the moment i can synchronise them within 10ms accuracy, in theory it should be within 2ms...
Dear all:
same as this issue:
devzone.nordicsemi.com/.../use-dfu-to-update-ap-over-ble-single-bank
it seem same as my way that modify modify "dfu_dual_bank_ble" target...
A big update this week for our S110 SoftDevice. Full OTA DFU for SoftDevice and Application. Also Multi-acivity concurrency for Bluetooth Smart and 2.4GHz protocols. As Developers...
Hello
I got my nRF51422 DK, and got few inquiries
For ANT,BLE DK, where can i find API documentation?
BLE can be implement on nRF51422 DK?
Is there sample project...
I have a 'fresh' nRF51822 on a board and it's not clear to me what procedure I need to follow in order to get it to work. I'm using the Segger programmer and I can program...
In the Keil debug interface, how can I find if the application is throwing an ASSERT, and which it is? I'm using the S110 softdevice. (See other question for context devzone...
Hello, I have a weird problem, the nRF24L01+ is sending a TX PAYLOAD that was left in the TX FIFO (clocked with W_TX_PAYLOAD) as an ACK PAYLOAD when switching to PRX mode...
hello everyone,
i am trying to use SDA and SCL pins of TWI other than 24 and 25, is it possible? i want to know before using other pins for twi other than 24 nd 25 with...
Hi
I try to communicate with others TWi devices using the twi_hw_master driver.
When i initiate a communication with twi_master_transfer , i don't receive any ack from...
Hi,
I have purchased the nRF8001 Development Kit and so far I wired the nRF2740 board to a FTDI VNC2 microcontroller. I have been reading about how to configure the 8001...
Hello. I'm trying to port the ble_hrs to a custom board with an NRF51822 on it, but the advertising never starts. While I'm debugging this, what should I be looking out for...
Is there an example for sleeping? I just want to put this thing to sleep drawing minimum current and have it wake up on a RTC timeout, but do not seem to be able to achieve...