Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Still playing with my app. Since RTT (or whatever it was, when printf was printing info to segger debug console) was ruining the debug process, I just switched off RTT and...
Hi All,
I am new to nRF development and purchased the nRF51-DK (PCA10028). I have successfully experimented with the examples for ble_app_uart and lpcomp. My Application...
I have the beaconing/lightserver example working and being provisioned by the serial example. How might I now change the advertising of the beacon using the PyACI PacketSend...
Hello. I have a ttl converter ( https://goo.gl/images/uFSPHN) . Can I write a hex file through it? What are the possibilities to program so as not to buy a debug card?
Hi,
If I need to get RSSI updates while the peripheral is in connected mode, I need to call sd_ble_gap_rssi_start() just after connection has established. Then the RSSI...
Hi,
I'm using s130, nrf51822 and sdk 12.3.0
I'm wondering about advertising timeout units and it's range... BLE_GAP_ADV_TIMEOUT_LIMITED_MAX is 180 sec... In ble_gap...
I hope Nordic Semiconductor is working on #BluetoothMesh provisioner & configuration App like Silicon Labs already has.
But could anybody inform me, how you are going to...
Hello,
I currently have a PCA10036 EVK with softdevice SDK1
Following below well written tutorial, I have modified ble_app_hids_mouse example main.c file as in attachment...
Hi.
I took the ble_central/experimental/ble_app_blinky_c example and modified it for my needs. It works on the nrf51-DK.
Now I want to use it on a custom board with nrf51822qfab...
Hi guys,
I'm playing around with advertising with whitelist and filter policy setted to both... And everything works as expected...
All central devices are able to see...
Hi,
there were some significant changes to app_timer in sdk13.
I cannot use now the PRESCALER e.g. to 255 in order to configure the clock in such way to be able to tirgger...
Which case i have to use nrf_esb_suspend function instead of nrf_esb_disable/enable?
What function i have to use when i change radio RX to TX mode, changing radio channel...
What will be the operating voltage for nRF52 flash memory when using with CR2025 battery? I want to read/write data flawlessly in flash using CR2025 battery.
Hi,
I think I've found reliable way to cause hardfault when executing nrf_log_frontend-dequeue() and most likely cause nrf_log modules to write outside of allocated buffer...