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...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi Dev Team,
I am facing a strange issue in which my code stops after a random time without any error messages. I currently have 5 timers running for different tasks and...
I'm having a hard time understanding the control flow in the Python implementation of pc-ble-driver. I've looked at the example and I can somewhat understand each step, but...
Hi , i am trying to merge ble_uart client example together with a project that I built using the app_pwm and uarte driver and I cant seem to manage is it possible to show...
Hi, I'm using nRF51822 and SDK 12.3.0 and S130 2.0.1 for our development. As I work on bonding the device to the phone, I found out an interesting thing. Sometimes the nRF...
The nRF9160-DK has:
IMEI nrf-xxxxxxxxxxxxxxx
FCC ID: 2ANPO00NRF9160 IC: 24529-NRF9260
When I try to downlead the certificate from the nRFCloud account, I get error:...
I am using nRF52810 Eval board for our project. I am using NRF toolbox UART function to control the PWM and UARTE function . I have tested PWM and UART separately with NRF...
Hello Everyone,
I am developing a Zigbee-based device using nRF52840.
So far all functionalities are working without any problem. Now for device load detection, we are...
Hi There,
I'm working with E-Ink display connected with nRF52 chip. I have a base library to display images and works very well.
Now I'm trying to use GFX library...
When creating my own project in Keil for the NRF51. I get this error when including files that include nrf.h. I do not have this problem in the example projects with the NRF51...
Hello, I've been trying to setup TWI with 3 sensors and so far I had no luck (custom board). Here's the situation: 1) 3 sensors are connected to nrf52820, SCL to P0.15, SDA...
I am a beginner who just received nRF52840 and working through Getting started with nRF Connect SDK (nRF52 Series). Everything worked fine until I got to chapter "Testing...
Hi all,
I have a wireless configuration that includes 5 peripheral devices (nRF52840 custom boards) and one central device (tablet) with a custom app.
All peripherals...
HI all,
Recenly, I am playing with nrf5340-DK to do some experiments. I read the datasheet of nrf5340 and found out that L31 is the pin for single-ended antenna connection...
Hello,
I received the Thingy not too long ago. Now that I've run some samples, it's time to use the NB network. I flash the AT_cmd sample. I open LTE Link Monitor to see...