Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hello,
I am designing my second revision of custom hardware and am debating replacing my external regulator with the nrf52840's internal REG0 stage. I have read the product...
Hello Nordic DevZone team,
Please find the following setup details which we are using.
- Host side(I.mx6ull): Linux has all the kernel configurations that are enabled...
I have a simple HID BLE device which send left/right/return/home keys to a Android device.it works well when i test it on my android phone(Lenovo S5).but when i test it on...
Hi guys,
As I am new to this and wanna learn, can I know how to achieve the subject.
If possible, can you give me the exact steps to follow while achieving it.
BTW,...
On our device, we're seeing a problem when trying to run a Mesh DFU to update our firmware.
We first generated a DFU package with application version Y. Then we tried sending...
Hi,
My problem has similarities with Case 250648 (for nRF52840):
When trying to run your AT-client sample for the nRF9160 on your DK board, I cannot debug. Segger Embedded...
For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As hardware I am using the nRF52840 Development Kit v2.0.1. As Software basis I use the “Zigbee...
Hello together, I am trying to update the nRF9160 device because I can't get a network connection. I followed the guidance of a manual of this site ( https://devzone.nordicsemi...
Hi,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...