Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
Hello,
I am using the nRF 52840 DK board. Using nRF5_SDK_17.0.2 I am trying to implement basic BLE advertising in my code. Also, I have turned on the RTT log. From the log...
Hi,
In the SDK 17.1.0 release note (downloaded from https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download?lang=en#infotabs ), the verification GCC compiler...
I'm trying to create a Zephyr Shell command where I can write a certificate to the modem. Putting the certificate in the command line doesn't work, so I was going to use the...
Hi
I'm using nRF52805 to realize the DFU function using the buttonless_dfu example project. I follow the instruction of this and use commands in this discussion .
After...
Hi I have an question about use ZB_ZCL_DECLARE_POWER_CONFIG_ATTRIB_LIST macro in case when only one battery used.
I'm trying to declare Power Configuration like this
...
Hi. I don't believe this question would be strictly be considered a duplicate. I have seen posts discussing the same issue I'm having, but resolutions don't appear to solve...
In order to use this application in nRF Connect for Desktop, I have just purchased an nRF52-DK. As I'm using macOS, I believe that I'm affected by the 64 byte limit and need...
Hi,
I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .
Problem I am having is with TWI scanner and also sending data to the know i2c address . have...
SES 5.44
nRF52840-DK
GNU Arm Embedded Toolchain: 9 2020-q2-update from here
S140: 7.2.0
Project is C code only
Project Setup:
Linker Script File (copy from...
Hello,
I am a research assistant at the Norwegian University of Science and Technology. We have in the past been using the micro:bit v1 for our practical labs which purpose...
Hi, When I hook the nRF5340-DK board to my PC, the SEGGER J-Link OB debug chip bothers me popping up a GUI that exposes the board as a USB mass storage device. How to get...
I'm using Android DFU library 1.11.1 and occasionally I see "E/DfuBaseService: Connection state change error: 133 newState: 0" errors. It appears they happen when the initial...
When using nRF Connect SDK v1.6.1, a BLE peripheral that supports 2 simultaneous connections could be created by including these lines in prj.conf. These lines set the Link...
Hi,
this is kind of continuation of my previous ticket . After solving it the last time I thought that I don't need wait_for_flash_ready() function as it caused some problems...