Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
We're attempting to move from v1.1.0 to v1.2.0 of the NCS, in order to take advantage of some driver improvements (particularly DPD in the SPI NOR driver. When we migrate...
Hi,
I am currently working on a custom product that uses module BMD-300 from u-blox, which has nrf52382 chip in it. My application works fine and now I want to integrate...
hi,
Im developing a mesh network based on the nRF52832. I want to send some long message(over 11 byte) without segment, so I enabled the EXPERIMENTAL_INSTABURST_ENABLED...
I turn on the Instaburst feature already , after that , I program serial example to 2 nRF52832 and run it with interactive_pyaci
when i try to do PacketSend with 20 bytes...
I am running a Bme280 sensor with nrf9160 and getting this error msg ( [ 1;31m<err> i2c_nrfx_twim: Error 195952641 occurred for message 0 ) while getting the actual sensor...
Hi All,
Since I measured a very current consumption by testing CLI example (ftd/usb) I'd like to know how to switch my nRF52840 DK as Sleepy End Device.
Any suggestion...
I have a zephyr sample app running on a nrf51822. It's the onoff_level_lighting_vnd_app found in samples/boards/nrf/mesh. I have an iPhone running nrfMesh. I can't find documentation...
How can I receive all the packets from all addresses?
In the datasheet I see there's an RXADDRESS which setups the receiver to which address it will listen to. I want to...
I am using the zigbee sdk4.10 cli_agent_router and multi_sensor example. The 52840 module is E73-2G4M08S1C, antenna is a built-in ceramic antenna. During operation, the communication...
Hi,
I have central based on the 840 and a Peripheral on the 833 , I Need to ability to upgrade the peripheral version from the central.
I know that there is no example...
Hi All,
I am trying to use the RNG peripheral through the softdevice (i am using Version 5.0, with 14.2 SDK) with the sd_rand_... functions. I have enable d the RNG in...
i use the hex
sniffer_pca10056_129d2b3.hex
the packet is
nrf_sniffer_for_bluetooth_le_3.0.0_129d2b3.zip
my board is nrf52840- dk
but the wireshark only capture...
Why any SDK example can't be compiled in Keil perfectly without adjustments to NRF52832?
All examples I've downloades and tryed since SDK11 to SDK16 hasn't worked at first...
the execution procedure of my application as following:
bluetooth_init(void) -> start advertising (timeout 10s) -> nrf_sdh_disable_request() -> nrf_pwr_mgmt_run() -> after...