Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi.
I want to advertise switching 1Mbit PHY and CodedPHY every 5 seconds.
I designed it like this based on nrf52 ble app uart long range example.
advertising_start(coded...
Is it possible for an app after having gone to sd_power_system_off to reset by button without triggering DFU?
The app seems to need CONFIG_GPIO_AS_PINRESET to be set so...
I am working with production Rev 1 on nrf52840 DK v1.0.0 (2018.19). The spec section 6.35.10.2 Bulk and interrupt OUT transaction say
Until that transfer is finished,...
I am working on mesh application icatin nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for...
Hi all,
I am testing DFU example in Mesh SDK . I follow this tutorial : http://infocenter.nordicsemi.com/index.jsp . But when I execute to step 4 :
I get this error...
Hello,
I am new to Nordic products so please apologize me if I am asking a trivial question, but a bit lost on it. I would like to use Thingy 52 board for my project ( I...
Hello,
I am having a trouble with my code. There is an RTC sensor Which has the address 0x32. When the sensor is connected to the TWI lines, there is no problem and it...
Hi There,
I've been developing a product using the NRF52DK. I had some custom PCB's made after I had my circuit designed, and I programmed them with the NRF52DK. Now my...
This one is weird. On a new board with a Rev C '840, when trying to reset the processor using 'nrfjprog --program nuttx.hex --sectorerase --erase', a Decawave DW1000 connected...
I want to add ANCS client to my code. Like in the ble_app_ancs_c example, I start a timer after BLE_GAP_EVT_CONNECTED. The timer handler calls pm_conn_secure() if the connection...
Hello
SDK12.3, nRF51822
I'm trying to interface the ssd1306 the program freezes in function app_twi_perform internal_transaction_cb is not called internal_transaction_in_progress...
With our nRF53832 device we are not using NFC.
For the lowest power usage should I keep them as disabled NFC pins or change them to GPIO pins and drive them to the same...
Hi!
I have a question regarding nRF51822 supply in internal LDO setup. Is decoupling capacitor on pin DEC2 necessary in this supply setup? Looking at schematic in nRF51...
Hi! As far as understood, there are only 2 clock cycles before the Watchdog timer reset occurs. Is there a way to change/set this to a different value? I need to write in...