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...
I tried to compile the sd card example from the fatfs library. But it didn't work.
Can anyone tell me more about this errors?
NRF_BLOCK_DEV_SDC_DEFINE(m_block_dev_sdc...
NRF52DK (PCA10040) - SDK14 - Arm GCC (using Eclipse) - S132 5.0.0 Soft Device
I had a custom service set up in SDK13 using the tutorial here .
I am migrating my project...
Using nrfjprog version 9.7.2 on Windows 7 Professional. Just discovered that when .hex file is read-only, nrfjprog fails.
>nrfjprog --verify --program app.hex Parsing hex...
Hi,
I migrated an nrf52832 s132 application from SDK12.2.0 (sd v3) to SDK13 (sd v4.0.2). On the iPad and iPod Touch the NRF Connect app does not discover the services I...
Dear Nordic Semiconductor team,
I just wonder if BLE is suitable for energy harvesting topic?. I want to ask if your ASIC need permanent power supply? An idea behind is...
I am trying to build the mesh-bootloader and the cmake build system throws some error, could You have a look at my comandline options, or say what is going wrong.
I am using...
Hi
I want to make a dongle which can connect to and communicate with HID .if the peripheral is a HID(eg gamepad ,consumer or mouse ),the central device how to communicate...
Hi,
This is just a quick check of my understanding of the interrupt priority levels on nRF51. I read up on the documentation I can find.
I'm assuming that I will receive...
Hi,
I am designing a custom PCB with the nRF52832, I am going to use wire bent antenna over it. Can I bend feed wire by 45 degree. I have attached image for the part I am...
Hi All
I am using the example of uart in SDK10 wit nordic 51822
First of all ,I add a PA with 51822 to increase the signal of BLE, but I notice that the speed of PA is...
I can read peer address and rssi field in the scan request report. But how can I read the AdvA address field in the scan request to make sure that the scan request packet...
Is there a method to remove a node from the network using the current bt mesh stack? I've looked through device_state_manager.c but it appears to me that there are only functions...
Hi,
I am using 2 nRF52840 DK to build a network, One is the client and the other one is the server. Both of them are connected to computer with USB cable.
I would like...
hi,
i test my project for i2c sensor module, the debug found have error what there are the following error tips.
..\..\..\swct_application\i2c_sensor_driver.c(14): error...
Hi,
I'm trying to write custom boot loader, that receiving hex file via uart and write it to location 0x40000 and then jumps to the location. I changed FLASH_ADDRESS and...