Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
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...