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, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello,
I have a battery with 4.2v max charge. Since this is outside the input range for nrf52832, I have to add a down voltage regulator. Now the question is: Should I...
Hi!
I need to modify the code of the secure and the non-secure images of my project.
I tried to follow this guide https://devzone.nordicsemi.com/guides/nrf-connect-sdk...
Hi
I have a project which is using 53832 as the master , main 52832 works with smart phone by bluetooth ,and broadcasts ebike information throght the ANT+ .
I would...
Hello everyone
I have a bunch of custom dongles from the company I work for and two of them started to behave in a strange way after I tried to erase and program them through...
Hi,
I'm currently in the evaluation phase of a project and would like to use a NRF52 chip, but I need to ensure, that I can use two independet hardware timers. I had already...
I am running a PWM pin on 15 using this DT Overlay:
pwmnmos {
compatible = "pwm-leds" ;
status = "okay" ;
pwm_nmos0: pwm_nmos_0 {
pwms = <& pwm2 15 >;
};
...
Hello,
I built my application based on your "ble_peripheral_lbs_coex" example. Board is nRF5340DK.
Mesh and BLE (NUS service) run together but I noticed that the NUS UUID...
I'm using SDK 17.1.0, softdevice 7.2.0 as a Bluetooth peripheral. I'm sending notifications to a paired iPhone. The notifications are keyboard keys, and so are time sensitive...
Hello,
I am trying to figure out how to save a small number of counters to local non-volatile memory on the nRF9160. I have a few questions.
1) How do I determine whether...
Hi
I want to measure chip temperature of nrf52840.
For this I referred " sdk-zephyr / samples / bluetooth / peripheral_ht / src /hts.c"
and I have enabled "CONFIG_TEMP_NRF5...
We are using nRF9160 DK (SDK 1.9.1) with "serial lte modem" firmware. We are trying to test downloading files from a server using AT commands to work with HTTP. The file is...
Upto a week I had *no* problem in programming a nRF52840 dongle with an app I am porting from the nRF52840dk.
All of a sudden I can't get the app running, the dongle appears...
I'm trying to get sprintf working with SDK 17.1. Basically, I'm struggling getting this simply use-case to work. char buf[32]; sprintf(buf, "%.3f", 3,5); I'm not able to find...
I know from zephyr samples that Tensorflow lite is available via zephyr as an external module, though it's not explicitly allowed in the nrf west.yml, and therefore is not...
Hi all, I follow example (serial) to build and run, i already run successfully, but i meet some question. when i use generic_on_off to control light at short time(2s), the...