Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
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...
Hello all!
I coming across a strange problem, the emStudio does not want to accept the nrf_log_frontend file not matter the file is in the folder, under the sdk folders...
Hi,
I have built and tested the CLI sample project on nRF52840 DK as well as a custom module. Now I want to extract the parts used for thread commissioning from it. I tried...
Hi, I'm trying to port my NRF SDK15.3 application to NRF Connect. I made a custom board for my PCB and I can control the LEDs with PWM etc. Now I'd like to read data from...
Hi,
I have a custom pcb with NRF52840-QIAA-F-R (rev3) on it. And when I tried to program it first time, nrfjprog shown the folowing error:
ERROR: The operation attempted...
In the mesh serial example, I found that the sequence number isn't stored into persistent flash. If that is the case, if the board is power cycled, no one can communicate...
Hi,
I am doing "application update" using AWS FOTA with presigned URL.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/nrf/samples/nrf9160/aws_fota/README.html...
Hi,
I'm planning to develop a product that takes an image via a cmos sensor, processes it and sends it via BLE. I'm using nrf5340.
What should I learn to build this product...
Hello there! I've been developing a custom device with a nRF52840 dongle. For this I had to develop a custom cluster to properly support the type of data I wanted the device...
I want to use the nrF9160 for HTTPS communication to access a server.
To do so, we need a client certificate.
is it possible to incorporate a client certificate into the...
Hi all!
I am developing an application with Zephyr (commit b21a91e46833cfcf4f2bda9e3e0f9d8c2150882e) on nrf52833 and a Ublox SARA R5. I communicate with the module via the...
The goal is to push a blob to a azure storage container using https on nRF9160.
I am using the nRF/zephyr socket library to do basic HTTPS POST/PUT
CONFIG_NET_SOCKETS_OFFLOAD_TLS...
Hi.
I'm trying to flash a sample image to the Thingy 53 using the nRF9160DK (assuming this is possible and it's not mandatory to use the nRF5340DK), but when I try to do...
Hi,
I am trying to run the peripheral_uart service example, with the hci_rpmsg on the network core
When the clock configuration (on the main application core) is set...
I use iOS nRF Connect APP to do nRF52832 device DFU. DFU is completed successfully. But the following error occur.
<error> app: Received a fault! id: 0x00004002, pc: 0x00000000...
Hi,
I want to write Bluetooth ON and OFF functions for the project purpose,
what are all the steps needs to follow while creating ON function and same for OFF function...