I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi,
I am trying to read data via an ADC through SPI and send it via Bluetooth to the NRF mobile app. I checked that both the original BLE_UART example and the SPI master...
My SPI data transfer from a peripheral ADC works fine in the SPI example project. The same code doesn't transfer data properly when it is added in either a ble_template or...
Does the BLE NUS service use pins on the NRF? I'm using a custom made nrf52382 pcb where I transfer data from an ADC (ADS1220) via bluetooth to the nrf Toolbox app. But using...
static const nrf_drv_twi_t m_twi = NRF_DRV_TWI_INSTANCE(TWI_INSTANCE_ID);
Hi Everyone,
I'm new to nRF52832 programming. I want to learn more about nRF52 programs.
...
In SDK 15.2 is the nrf_cli module completely thread safe? I was thinking of developing a wrapper to use the CLI module for both application logging as well as a general CLI...
Hello,
i am using the PWM peripheral in the waveform mode to generate a complementary signals for a piezo beeper connected between two GPIOs.
I use the sequences to play...
I'm upgrading my code to SDK 15.2. I use TIMER1 and PPI to trigger SAADC sampling. The same to what I was doing on SDK 12.3. I was doing 100Hz sampling, but was hoping to...
I have two SPI ports, each connected to multiple SPI devices. Can I apply for two m_nrf_spi_mngr at the same time? (NRF_SPI_MNGR_DEF(m_nrf_spi_mngr, SPI1_QUEUE_LENGTH, SPI1_INSTANCE_ID...
Hi,
We are using nrf52832 with softdevice 6.0.0 ,SDK 15.0. Our code is based on the FreeRTOS heart rate example.
We have one button in our system and when we press it...
I am working on the Mbed-OS HAL implementation for the nRF52840 USB device.
I have it almost passing all the automated tests. One where it fails is when the Mbed test suite...
Hi,
Since the moment I installed and configured eclipse following this tutorial: devzone.nordicsemi.com/.../
I was never able to successfully debug any of the programs...
I have combined the ble_app_uart_c with mesh light switch example. In the file nrf_drv_uart.h it does not show the same "active defines" as with the original ble_app_uart_c...
hi...
i want a simple message model for mesh sdk latest version 3.1. From this post https://devzone.nordicsemi.com/f/nordic-q-a/37269/using-simple-message-model i have download...
Hi,
I intitialized PWM1 instance:
I use PWM1 to generate constant PWM signal with nrf_drv_pwm_simple_playback(m_pwm1, &seq, 1, NRF_DRV_PWM_FLAG_LOOP);
I also initialized...
Hello,
I have a nRF52840 DK and a nRF52840 Dongle and I want to probe the throughput example using them. But I don't know what is necessary to adapt from the example code...