Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
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 evryone,
i cloned button example form github to sdk version 9.0.0 and i modified the neccesary changes between app.gpiote.c//nrf_drv_gpiote.c files and set the GPIOTE...
HI,ALL
there are two 'uart_event_handler' function in the project.
one in main, and the another in the app_uart_fifo.c
with the source code, i think when i input...
Hi everybody
I make an application which combine ANCS and NUS services on my device (nrf51 SDK 9.0.0,softdevice 8.0) This application works properly when I use IOS device...
Could you explain why 8 reload registers exists. Its use and use case. Since I believe we need to reload every register each time we have to reset counter.
I have a rare issue where my device won't advertising as it is waiting for a Pending Flash event to clear. However I want to add a supervisor time-out to this. It is safe...
Hi ,
I am getting error in pstorage_store function .
On further digging function
if ((!is_word_aligned(p_src))) is returning the error.
What does this function check...
I use nrf51822qfaa,s110 v8.00,keil MDK IDE. If the program is wrong,The chip will reset, I want to save some data to the FLASH area before the chip reset. What I need to do...
The example DFU project (dual_bank_ble_s110) for NRF51422 seems to work just fine on my custom board that has NRF51822. Is there a problem to use it like that if I set the...
Dear community,
I'd like to report a problem on the Direct Test Mode software provided in nrf51 SDK v6.1.0.
In this mode, 2-bytes commands are transmitted over the serial...
Whenever I try to run the following Convolution function for the 12th time in my code, the Processor is halted and I get the following Error on console:
Performing single...
According to this example, the device should be advertising RX and TX Characteristics. I also believe that when I connect to the UART app using my iphone, I should be able...
I have been successfully using my nRF52 Dev Kit (PCA10040) for the last few days. Today, when messing around with the UART drivers, I seem to have messed up the JLink-OB....
Hello,
I have an NRF51822 beacon board and two small 0.96" OLED displays (does not matter for me which one o use). One with GND, VDD, D0, D1, REST, D/C, CS and VCC pins...
I'm on windows 8 using the 1.0.1 sniffer application and wire shark 1.10.14 64bit with a Nordic nrf51 dongle. I'm using an nrf51 dev board with ble_peripherals/ble_app_blinky...
with nrf51 there is 2 blocks (block0 for softdevcie and block1 for user data and stack). I configured the system to retain RAM before going down using sd_power_ramon_set(0x00030003...