Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi all,
I am beginner in Java, I have experince just with assembler and C. I did only one app before in java, with Laird libraries, because we have Laird boards using Nordic...
Hi. I've seen many questions here regarding BLE throughput, I've been trying to get something better than the 200 B/s I'm getting.
I am using a nrf52832 as a GATT server...
I tried to sniff Mesh Packets send with the Light Switch Example but I didn't get any.
For sniffing I use the nrfsniffer v2 with the nrf dongle and for the Light Switch...
I'm trying to get nRF UART logging to work and have included all the nRF_Log libraries as per the blinky example (which works).
However, upon building, I'm getting
"nrf_fprintf...
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...