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...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
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...
In the nrf52832 esb function, will data be received on different channels?Did I encounter this problem, or did I change the channel without success?How to judge if I change...
Hi,
I'm having some problems with the IoT library and the power driver. When the program call the "ipv6_medium_init" function, it asserts internally. This happens when this...
Hello,
Coming from different background. I am learning about how to turn my nrf52840 practically useful in indoor localization task.
First step I have adopted the example...