Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
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...