I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hi everyone,
I'm working with the nRF9160 and trying to configure P0.19 as the UART TX pin using Zephyr. Here's the configuration I used in the device tree:
uart1_default...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...
Hello,
I am using nRF Connect SDK v3.0.1, together with the Find My add-on. Test case TCG013 of the Find My Network Self-Certification Test Cases R1.7 is failing on the...
I am unable to detect any i2c device when connected to the Nordic nRF54L15 DK kit. I have change the voltage from 1.8v to 3.3v and Tried and explore other pins in Port 0 and...
HI: D:\ncs\v3.0.0\nrf\samples\bluetooth\peripheral_uart Using the nrf54l15DK board can run peripheral_uart examples,connection is disconnected. However, when I use the nrf54l05...
Hi,
I'm working on software for a design incorporating an Ezurio module that uses an NRF54L15 chip.
I'm currently using the peripheral_uart example as a base for early...
Hi,
I will be using ble_uart application code in my nRF52 Evaluation board. With nRF52 EVK I will be connecting external module over UART communication. I want to detect...
i am having trouble with pwm module 2. only two of the channels are working but not the third nor the fourth.
i tried pwm module 1 but im having the same problem there. i...
I'm currently working on an esb project using two nrf52832 chips wherein PTX regularly sends packets to PRX as a kind of heartbeat monitor. I can't seem to find what happens...
Hi,
I get the ble_app_att_mtu_throughput -example working with the coded PHY between two nRF52840 boards. Very nice, although I did not yet get the coded PHY advertising...
Looking at the ble_nus service, I see that the SoftDevice allows notifications to be more than 20 bytes long:
uint32_t ble_nus_string_send(ble_nus_t * p_nus, uint8_t *...
I'm try to use RTC1 to generate overflow interrupt, but it doesn't trigger interrupt.
void RTC1_IRQHandler(void)
{
// do something
}
main()
{
NRF_RTC1->TASKS_STOP...
Hi,
I'm using s132, sdk 12.1 on nrf52x, my question is about possible race condition when setting the value of a characteristic using sd_ble_gatts_value_set (on peripheral...
Hi,
I am working on a IoT based project with nRF52832 and nRF52840. I am looking for PCB Designers and people who can develop firmware for our project. The firmware development...
Hello, in S110 device's nrf_sdm.h, there is this enum "NRF_CLOCK_LFCLKSRCS" which is defined as:
enum NRF_CLOCK_LFCLKSRCS
{
NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, /**< LFCLK...
Hi..!
I am trying to ***Receive ACCELEROMETER DATA FROM MPU6050 to PCA10028(NRF51822) AND WANTING TO PRINT IT ONTO UART using KEIL IDE.
Code is getting compiled & getting...
HI.
I want to send data from nRF24L01 + to RF communication and receive it from nRF24LU1 +.
The nRF24L01 + is connected to the STM32. The settings are as follows.
...
Hi, I'm trying to build a bluetooth device that pairs once, and does not have other hosts maliciously or accidentally pair to it (which would create a poor experience for...
Hi,
When i used nrf51822, i remember the s110 define max transmit buffer as 23 Bytes, but now, i am using nrf52832, the max transimit buffer is defined as 158 bytes.
Does...
Hello, I understand this may be a very broad question, but I still need to find as much information as I can.
Give a general answer if you'd like to, or a very specific...