We need a parter to develop the Thread terminal base on Nordice nRF52840, the project will be design in China and produce in Germany. Is there any reliable company could provide...
Hello and thank you for your time,
We have created a board using the nRF54l15 and have used P2.07 & P2.08 for UARTE21 and P2.00 to P2.05 for SPIM20.
UARTE21 and SPIM20...
I noticed that nrf_dfu_flash.c aswell as fds.c both declare m_fs, which collides on compilation.
What is the preferred way to use both modules at the same time, without...
Hello,
I am currently experimenting with bonding and I stumbled over the config CONFIG_BT_BONDING_REQUIRED.
Currently the BLE characteristics of my peripheral do not require...
There is an issue i am dealing with while working with ble stack of nrf52810 with nrf connect 2.7.0.
1) memory status of my application without ble:
2) memory status...
Hi!
What is the max PDM frequency I can set? Is the clock limited to these options?
https://docs.nordicsemi.com/bundle/ps_nrf5340/page/pdm.html
https://www.infineon...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Using sdk5.2, and ble_bondmngr_bonded_centrals_store() called on_disconnect, and then call
err_code = sd_ble_gatts_sys_attr_get(m_conn_handle,
m_central.sys_attr.sys_attr...
Hi!
I wonder what is the GPIOs nominal voltage level when I'm using the internal DC/DC converter?
I know that the internal DC/DC converter output voltage is 1,9V but I...
Hello,
we made PCB based on reference with ST balun. In circuit the low freq crystal is optional, so we didnt use it. In software i noticed app_timer use RTC timer. So the...
I am trying to bootload an extremely large hex file using a slightly modified DFU (modified from SDK v5.2.0's example)
The problem is that the hex is so large that eventually...
Im having errors like Arduino is in the while(1) loop if I enable the DC/DC converter in the characteristics and generate service.h file , If I do not use this setting everything...
I have a NRF24L01 board, which acts as a receiver. It listens on RF channel 2 using address pipe 0 address as follows 0xC47B4D0331. I am able to transmit to this NRF24L01...
I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active...
www.dropbox.com/.../error.jpg
it is not even reach main()
same as devzone.nordicsemi.com/.../nrf51422-flashes-ok,-but-debugging-fails-stays-in-moves-r0,r0
is it related...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi
In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission...
I am trying to use this android app to read/write values from my nRF8002. Every few seconds I get a request to bind to the board, even if I already accepeted to bind to it...
I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example.
nRF24LE1 example is this.
/* Copyright (c) 2009...