Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
I'm trying to do all my development on linux, mostly so that I can use a continuous integration environment. I'm setting up a server to compile my firmware app on every pull...
Hello I am currently using the NRF52 DK2 PCA10040 with S132 soft device (nRF52 SDK v0.9.2) . I have setup my code to sample 4 analog pins periodically. I configured double...
Hi everyone,
Well, our device is based on NRF 51822 CFAC MCU. It’s an ibeacon based device which advertises and receives data frequently, and writes data into flash memory...
Hi,
I have a project that uses PStorage and the Nordic UART Service. PStorage is used to store a variable that is updated by the device, irrespective of the Bluetooth,...
Question:
From ble device I have to send some data or character to mobile in connected mode. After sending that data the device is not going to sleep mode while connected...
I'm trying to modify the beacon properties of the nrf Beacon in the nRF Beacon APP but it doesn't allow me to change those properties.
If I use the Beacon scanner the device...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi, I tried it from my Nexus 5, using the Android version of MCP. I can connect/unconnect, detect link loss, and (apparently) everything else, but only LED 1 seems to behave...
I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT...
Thanks for the info already provided in devzone.nordicsemi.com/.../
I'm starting a new design with size (and volume) minimization a key requirement. Couple questions: ...
I am looking at the common nRF24L01+ module PCB with integrated antenna which is available at several suppliers. See picture below:
My question is - was this PCB design...
I'm using nrf51822, sd 10 and bootlader from sdk10. I can perform DFU to my application by loading the zip file with nRF master control.
Now I performed some customizations...
Hi
nRF51 dongle is no response from master emulation. I already did erased and flashed again few times but still not resolve.
I'm also restart my PC as well but the...
Dear nordic.
I am testing with nRF51822,
and have some question about hardware stability check.
Could I check below hardware stability, during or after system initialization...
i using a ble_app_hrs_freertos example, nrf52
I inserted a new custom task.
if(pdPASS != xTaskCreate(main_thread, "MAIN", 32, NULL , 1, &m_main_thread))
{
APP_ERROR_HANDLER...