Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hey
I'm using the softdevice s140 in my project (and the latest SDK 17.x).
I successfully enable the softdevice and am able to start an advertising (as peripheral). However...
Hi
The baseline current consumption running the azure_iot_hub is very high.
I'm using nRF Connect SDKv1.6.1. The sample connects and sends data to azure as expected. But...
Figure 4: Memory layout
Shows code RAM beginning at 0x0080 0000 but nRF52832 Engineering A Errata 33
"Code RAM is located at address 0x0800_0000".
Additionally 0x2100...
Hi,
I am developing a product based on nrf52840 soc as a central Bluetooth device. I want to connect to a Bluetooth device (as a slave) while it is advertising, but unfortunately...
Hello everyone, i'm trying to run the button sample with Pull_up on the pin P0.27 i did the wiring like below
power->VDD nrf-HV
GPIO->P0.27
i attached a resistance between...
Hi,
Does nRF5340 require any calibration in production line in terms of below items. If so could you share any documents on them
- Gain for the RF front end
- Crystal...
Hi, helpies
I am currently workibg on nrf52832 board and now there are some changes in the hardware and we are left with pin shortage,so we planned to upgrade to nrf52840...
Hi, I am implementing NUS which is based on example BLE_NUS & BLE_NUS_C. The connection is not 1-to-1 but 1-to-7. i.e. 1 Central connects to 7 Peripherals. Although ultimate...
I tried following the " Bluetooth low energy Services, a beginner's tutorial ", I ended up getting stuff to compile and run by making a copy of the ble_app_hrs example, and...
Can I write a J-link flash algorithm by myself? Is there any open source Flash download algorithm for reference? When I call west Flash --recover, I can skip the 4K flash...
Hi,
I am developing a product based on nrf52840 soc as a central bluetooth device. i want to connect nad pair to a bluetooth device (as slave) while it is advertising. ...
Hi,
I am developing using the SoftDevice s140 7.2.0.
I am trying to use the MBR function sd_mbr_command() to upgrade my bootloader with command SD_MBR_COMMAND_COPY_BL...
I followed all the steps from the readme instruction and struggle at:
## Compiling pc-ble-driver from source
Step 1. Install vcpkg dependencies is running succesfull ...
I have an example for board PCA10040 that I want to use on a custom board. It is described on nRF5_SDK_v17.1.0/nrf5/sdk_for_custom_boards.html that I have to (1) create a...