What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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...