We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
Hello,
I have chip nrf51822 connected to nrf51dk. An usb connection provides power to both chips. While checking power of both chips via nrf connect on iphone7 i discovered...
Connect establish with smartfone in peripherial mode. SDK13. S132. Periodic I observe disconnect, than 2-3 advertise packet and new connect again.
Where can I see what reason...
I have a little hobby project going on where I'm trying to make Nordic's old temperature broadcaster example work with the nRF52: github.com/.../
The project was originally...
As the product specification says,The HFCLK clock controller provides mang kinds clock to the system:
HCLK64M:64MHZ CPU clock
PCLK1M:1MHZ peripheral clock
PCLK16M:16MHZ...
Hello Folks,
I am currently try to program RedBear BLE nano board (which is essentially nrf51822) using Nordic SDK v12, which has features of secure OTA. However after...
I have started working on the external file access with NRF
is it possible to read or access the data from the external file into NRF programming
similar to what we do...
I am running a modified version of the app_uart_c example on a nRF52832 using softdevice 132.
I want to send a large hex number to the peripheral I'm connected to. Is it...
Hi,
No matter what I adjust, I can't get the PPK to output over 2.2V. I happen to be using an older nRF52 preview DK (figured it'd be a good use for that board now that it...
tl;dr: UART transmission sometimes stops and never resumes. Only a
power cycle resolves the issue; a system reset is not sufficient. The
problem only occurs when flow control...
Hello,
as far as I have gathered, it is possible to use multiple peripherals on one device with the current alpha release of the S132 Softdevice. What I did not understand...
Hello,
today I had a problem where a timer was causing my device to reset after a while, because the app scheduler queue got full and it was raising an NRF_ERROR_NO_MEM...
Hi!
I am playing with NRF cloud and Android phone gateway. I am not able to find out how to carry out firmware update over NRF cloud. Would you please shed some light?...
I am developing an application with a single service that has a single characteristic with read and write operations.
I want to give the ability to writing to this characteristic...
Hello,
I am working on a project with STM32 master and nRF51822 slave connecting to Android/iOS mobile apps.
I send the advertising parameters from STM32 to my nRF51822...
Hi,
I am new to firmware engineering. I have a simple and basic question.
If there's Timer A and B, and both interval is 100ms, what happens to the timeout handler functions...