I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...