I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hi,
I have a custom board with nRF52840/SDK 16/Softdevice 7.3.0 using Secure Dfu Bootloader. On my Android device I use Nordic Dfu Library. I have tried all available Dfu...
Ever since the toolchain manager v1.0.0 came out in the nRF Connect software, I have been unable to download it. I keep getting this error:
Any ideas?
Thanks,
Jow...
Hi
I am using SDK 1.9.1 with VS Code on MacOS to develop for nrf5340. I also have a nrf5340-DK board.
I am having problems finding the right includ file for using the...
I'm new at this (so be gentle). Trying to understand the process for activating a SIM card with Verizon using the NRF9160. I see that this modem is approved; so do I only...
Hi, I want to add CLI in our current firmware. i found a way to do is Zephyr shell. our firmware is based on aws iot sample and nrfconnet sdk1.9.0 after integrating zephyr...
According to data sheet of nRF52832, internal pull up resistance is 13kohm. Can we find the 13kohm internal pull up resistance in the code and can we change that internal...
Ideally we should not get any data when internal pull up resistors of nRF52832 board are disabled and external pull up resistors of SHT 40 Slave sensor are disabled. But I...
Hi,
I haven't been able to actually find out if the VBUS can be used to drive the DETECT signal to go from system off to on mode.
Are there any examples on how to configure...
Hello All, We have designed a custom board for our product and everything pretty much works fine. But now that we have decided to stick to WebBLE, we are facing some issues...
Hi,
I would like to declare my pin in output open-drain, so i use this configuration
My issue is when i declare my pin, I have an unexpected low state that occur...
Hi, I am currently getting started with the Thingy: 91 and am having trouble getting the SDK setup.
I download the file from: https://www.nordicsemi.com/-/media/Software...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi,
I want to monitor the connection state of my device as I have observed situations in which the callback functions defined with bt_conn_cb_register is not fired, causing...
Hi
I have build a sample project nRF5430_audio for nRF5340 Auido DK(two DK, one for gateway, one for headset), following the guide: nRF5340 Audio — nRF Connect SDK 2.0.99...