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...
I used NRF24L01 to transmit the data without ACK mode. The receiver received the data normally when only the WR_TX_PLOAD_NACK instruction was used to send the data.If the...
Hello,
I want to set a GPIO Pin to high. Therefore I wrote the code below.
But when the software is written onto the nrf52811, I can not messure any voltage.
I do not...
Hi,
I am going to do data communication between two boards with libuarte. I see that both txdata and rxdata should be uint8_t*. But if I try to transmit the char*, will...
Hi On a nrf9160, I need to send data via UART(E) at 921600 baud. According to the UARTE BAUDRATE register documentation the register value 0xF000000 (Baud921600) leads to...
Hi,
I changed application main.c to enter in to DFU mode after 20 seconds. System is reset every 20 seconds and the boot messages are printed. The message "Booting (0x8200...
I am trying to measure distance with a vl53l1x sensor through the twi_sensor example. I uploaded the code to segger by referring to sparkfun, but twi_handler does not work...
Hi
using sdk17, softdevice132...
There are some parts of the central implementation that I don't understand.
It is based on cle_uart_app_c.
Isn't the function bl_nus_chars_received_outprint_print_called...
It is amazing how common this error is - there must be 100 posts. Yet none solve the problem and none explain it. It suggests that there is some serious work needed to improve...
I've been developing using nRF52840 using the nRF5 SDK. I have also been using FreeRTOS in my projects.
I recently received an nRF5340pdk to evaluate the nRF5340. I have...
Hi,
The CPU at my target board is nrf52840 and SDk16.
Condition 1: It causes system lock at <-A-> (function of strlen at nrf_ble_scan.c) if I setup the filter of NRF_BLE_SCAN_SHORT_NAME_FILTER...
I am looking to use the nRF9160 in eDRX intervals of 2.7 minutes (no PSM). The goal of the device is to be dormant until receiving a command to begin transmitting its location...
Hi,
I am developing an application based on Connectivity Bridge and I want to establish few simultaneous Bluetooth connections. I am working in Thingy:91, currently on SDK...
Hi,
I got SPI working when writing to the CS pins directly. I thought however it might shorten the SPI acces when using spi_cs_control. When executing the code I will however...
Hi Nordic,
I am testing the sensor LSM9DS1 with the nrf52840. I try to make one pin attach to handle the interruption for the FIFO full interrupt.The FIFO handling function...
Hi everyone,
I am trying to understand the concepts of ATT MTU and DLE, so let me share my thoughts along with some questions. Maybe this is useful for other community members...