Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
Hello Everyone, I want to use NFC on nrf52 DK to wake up the board from System off. Is there any examples similar to this situation where I can learn more about NFC and Sense...
How should we empty the receiver array after getting response from receiver using uart since previous values are also coming with new values (or) how much delay should be...
Hi,
I'm have compile error that I haven't been able to solve for an nRF51822 on mbed. I'm using this sensor library:
developer.mbed.org/.../
However, it's a bit confusing...
Hi,
I have add the beaconing example to the project, just modify examples.emProject manually. And saw the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
After...
Hi,
I updated all my Packs in Keil for an old project, but now there are a bunch of missing files.
In my build window it says things like:
Error #540: 'NordicSemiconductor...
Hello,
I am using sdk11 on NRF52382 custom Board.
I am trying to save around 1500 words in flash since the page can save approx 1000 words so I change the code to write...
Hi,
I am use nRF51422 and SDK 12.3 sd130.
I can use nRFTool App update FW to nRF51422.
but I dont know how to switch App to bootloader in BLE not button.
which function...
I have doubts about using the pstorage_init function in the example for SDK11 in this answer . Documentation says that this is module initialization routine but in the exemplary...
I combined ble_app_hrs of example with ble_app_hts of example .
I write command in client characteristic configuration,
there is a problem that ATT_ErrorRsp : status...
I have some problem with Interrupt vector,details as below.
I design a bootloader code,and in the bootloader,i use timer0 interrupt.Then in the app code,i use the timer0...
Hi all,
I was wondering if I can install Soft device for a BLE-module other than Nordic?
And if so, will it gonna work?
Thank for help in advance!
blueguy
Hello,
I would like to detect a change in a pin( GPIO_IN_NUMBER ) and depending on it I would like to trigger a SPI transaction, this should happen through PPI.
So far...
I'm trying to migrate my old app based on buttonless app sdk13 to buttonless app sdk14.
I solved issuie according to migrate guide remove chunk things and etc.
My app works...
I am creating an App for iOS using nrf beacon.
App is for garage door and i want to get notification when door closed or open, when beacon is in range or out from range but...
I am using nRF 52840 board. I used Keil 5 to load one of the examples in SDK successfully, but when I unplug the USB cable and used the battery. My program doesn't run properly...