Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
Hi, all
I'm trying to write/erase data to flash memory (nrf52833, pca10100)
I want to erase only 4 bytes.. Is it wrong to define like this? I guess '4' value's unit is...
I am creating a smart toothbrush (inputs gyroscope and accelometer data and outputs teeth region). The smart toothbrush has an IMU that collects 6 readings (3 gyroscope and...
Hi guys,
I am using nRF5 SDK for Mesh v4.2.0 and I implemented this simple message model which can enable the communication between LPN and server node. After my nodes are...
Hi everyone, I see in nRF5 SDK 16.0.0, a Button/Led/Timer assign for handler, like that: bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, bsp_event_handler); Or: app_timer_create...
Hello,
I was working on buttonless dfu feature. I add buttonless dfu service as shown as ble_app_buttonless_dfu example and i manage to perform a ota dfu on nrf52 devkit...
Dear Sir.
Moving to version 2.4.99 from version 1.2.0 .
In previous version SPI worked well , cs was configured in overlay as
&spi3 { status = "okay"; compatible...
Hi,
I was evaluating FOTA on nRF5340 as possible upgrade to 52 series. All went good which I'm happy of.
However application size is limited roughly to half flash size...
Dear Community;
We are trying to send data via Lora using a nRF9160. The Lora transreceiver we are using is a RFM95W(Semtech SX1272). There are samples of code to receive...
Hi all,
I'm trying to set up my nRF52840 Dongle as a BLE Sniffer. I've followed the setup instructions from "nRF Sniffer for Bluetooth LE-- User Guide" v3.2, and I'm using...
Hi DevZone Team,
Is there a way to stop the ZigBee network steering after a device has successfully joined instead of waiting for the timeout to expire?
Thanks
Which nrf5340 BLE examples build and run? I've tried several and get build errors on everything I've tried.
This is for both the app and net processor.
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20
my problem was the code running fine but after a while it will go...
Hi,
I am using w25q16 serial flash spi memory with nrf52832.
the flash memory is working fine with all analog input pins(2,3,4,5,28,29,30,31).
but due to the hardware...
sdk version:nrf5_SDK_for_Mesh_v5.0.0_src
in example/light_switch
I use the ios nrf mesh app as a provisioner and at the network layer
I can scan and find nrf5x...