Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I am trying to use gcc to compile a c++ code for nRF52. I am using the TWI library and am getting the error below. Can anyone help me rewriting this macro so that it compiles...
Hello All,
I am using 32 pin nRF52810 chipset.
Crystal have two pin and it will work as in sch. (Xin and Xo)
when using Osc (which is an external clock generator) there...
Hello,
I'm trying to create a lightbulb custom HomeKit accessory by referring to the User Guide v1.7.1. I followed the exact same steps as described in the document for...
Hi,
* (i'am using sdk14.2 ans S140 V5.0.2)
i'am trying to inegrate a beacon application to my ble_uart example , so my purpose is to advertise ibeacon pachet format only...
We have some old stock of the nRF51822 pre 2014/8/20. Was there a change to the product around that time that would prevent us from using from using this stock?
Many th...
Hello,
I'm using FreeRTOS on nRF51 and I would like to use task notifications instead of semaphore to simply manage task's syncronization.
To test its operation mode,...
Hi, I just copied the antenna drawing by referencing the PCA10040 v1.1 and checking the white paper (λ/4 printed monopole antenna for 2.45 GHz) .
I didn't have much knowledge...
Hi,
How is the functionality of P0.21 in nRF52832? It is configured as RESET after turning on the device, right? Is there any way to change it in a way that that the chip...
Hello DevZone,
I am using a nRF52840 for project development.
To test SPI setting is correct or not, I am doing the loop-back test, I set the MISO and MOSI PIN according...
Hello,
I try to configure two nrf52832 devices work with payload of 200 bytes (data should be 200 bytes, not the all ble packet).
I took ble_app_uart_c peripheral and...
Hi all,
Using UART is confusing for me because I see various implementations in the documentation. There is a Serial library, then there is the UART driver and HAL. The...
I am trying to use the comparator to wake me up when a potentiometer is moved a certain amount.
Before I sleep I read the ADC value of the comparator and use this to set...
Hi,
I'm trying to set up the connectable/scannable advertising. I took the app_beacon example and changed advertising parameters.
My final set up is:
The ADV_INTERVAl...
I have the preprocessor define CONFIG_NFCT_PINS_AS_GPIOS in my code, and GPIO functionality for P0.09 and P0.10 are working just fine for me...
My issue is that even when...