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...
I am currently using the NRF24l01+ but i want to know if I should be using a different product for my application. I am sending very small amount of information (such as hex...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I have a client device that normally is able to call ble_db_discovery_start and get the callback just fine and is able to complete the db discovery process. However sometimes...
I try to use SPI with easy DMA, in page 279 in the datasheet says: " An SPI master transaction consists of a sequence started by the START task followed by a number of events...
I have an issue with waking up SPI communication after sleep.
Befor I go to sleep I'm disabling SPI communication:
NRF_SPI0->ENABLE = 0;
NRF_SPI1->ENABLE = 0;
...
Hi is there anyone who knows if you can change the time on how often the health server model send out, the health server model is from lightswitch demo
Hi,
I wanna use nrf51822 as master which has 2 slaves: sdcard (fatfs) and adc
I set SPI_INSTANCE 0
and they don't want to work together, I mean I'd like to write some...
A time T_PINR is specified in the datasheet, as shown in the snippet below.
Does this give me an indication of the pulse width for a pin reset? If so, how do I interpret...
Not really a question, just that I find the comment misleading. In the sdk_config.h example coming with the SDK there is this piece of code:
// <q> SAADC_CONFIG_LP_MODE...
Hello,
I am trying to establish communication between Win 10 PC and nRF52 Dev Kit using pc-ble-driver . I followed the instructions in:
https://github.com/NordicSemiconductor...
RN2903 is LoraWAN module using ASCII Command Interface over UART.
RN2903 is connected with nRF52-DK.
I'm connected uart line tx, rx gnd.(cross connect...)
UART communication...
Hi,
My desire is to connect a BC832 module (with nRF52832 on it) to a UART on a controller board and then send data from an iOS app (programmed in Swift) through the BLE...
Hello,
I need two signals with a phase shift to control my motor. For some reason, completely randomly, sometimes my GPIOTE event is not triggered and i get the inversion...
Hi All,
Based on nRF52832 SDK14.2 rtc example, I want to change it to retrigger RTC Compare0, let the LED1 also toggle every 3s, instead of keeping LED1 on. I tried to add...