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...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hello everyone!
Has anyone ever implemented ANCS (Apple Notification Center Service) in ZephyrOS?
We are using nRF51822 SoC with the goal to connect to the smartphone...
Hi Nordic Dev community ,
using: nrf52840-DK SDK 15.2 softdevice S140 6.1.0,
Am getting a SoftDevice assert id=1 PC=0x17660 code=0x62D
App error handler id=1 PC=0x17660...
Dear Nordic Crew, I have got 5 adafruit feathers based on NRF52832 and nRF52833-DK so far. I would like to implement indoor localization based on BLE mesh and RSSI. As far...
Hi,
I am trying to integrate the Google IoT Cloud example into my CoAP Server. The example is using Secure API to esablish COAPS. I have enabled
CONFIG_OPENTHREAD_COAP...
I downloaded a project in named prj9160 from Github. The prj9160 had three folders : Azure, firmwre, mscerts. I run successfuly the following command :
west build -p always...
Hi everyone,
I want to run nrf_drv_saadc_sample in a loop but I do not want to use PPI and TIMER peripherals because they increases the power consumption of my device. I...
Hi , am working on mesh example from v1.8.0\nrf\samples\bluetooth\mesh\light_switch. In this example they are using generic on/off server , light LC server and other server...
Hi.
For example, for the nRF52832 BLE chip, could it, in some manner, be only visible/communicate with a specific/particular smartphone app? How? using the MAC?
Regards...
Hello, I have a nrf5340dk communicating with nrf52840 dongle connected to a pc with UART baud rate of 2M. Connection parameters are:
7.5ms Conn interval
1ms Slave latency...
Background The adxl362 driver native to the zephyr kernel doesn't support FIFO operations, so I built my own out-of-tree driver that relies on a new accelerometer API instead...
I wish to add a firmware version to my project. Because we are hoping to use OTA for updating I have set the configuration paramater:
CONFIG_MCUBOOT_IMAGE_VERSION
in proj...
After working with arduino's and microprocessors like the ESP8266 and ESP32, I recently started toying around with a nRF52840 dev kit. After going through some tutorials,...
Hello,
In my project i am using nrf52840 with my custom board and to upload the code through NRF_CONNECT application with soft device its uploading properly but with segger...
Hi, I have a problem configuring the PPP Modem correctly and I'm not quite sure what i'm missing here.
I'm running the code on a custom board. We are using nRF52832 to talk...
Hello dear!
1- What is the relation(formulas) between current in uplink I uplink and the data packet size?
2- What is the relation between the iDRX PDCCH repetitions ...