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,
I'm working on NRF52840 DK , S140 and I'm trying to send large data (around ~64KBytes) from a peripheral device. I'm using the following functions: - sd_ble_gatts_hvx...
Hi Everyone,
I'm currently testing the battery service with my development kit, nrF52dk, and I've found an error stating "The handle is invalid" when I press the "read"...
Hi,
I want to build a wireless split keyboard (Left and right parts). I want them to connect to one PC but only need to establish the connection one time. Can both part...
I am working on ble mesh with sdk17.0 and sdk5 for mesh I want to send large data vai ble mesh I followed this post https://devzone.nordicsemi.com/f/nordic-q-a/71105/sending...
Hello.
I've a ublox module with nRF52811 chip.
Is it possible to make a BLE beacon receiver with nRF52811? If yes, is there any demo application? I've searched nRF SDK...
I have been playing with an Ikea Tradfri E1812 button, a Philips Hue bulb, and zigbee2mqtt. I see that when I bind the button's OnOff output cluster to the bulb's OnOff input...
Hello,
I am looking into evaluating the nrf5340 with different functions running out of external flash, and how current draw is affected by these functions. We are looking...
Hi All,
I am working on NRF52840 and trying to optimize the BLE throughput. The current settings are:
PHY: 2M PHY
Conncetion Interval: 9.375 ~ 15 ms
GAP_DATA_LENGTH...
Hi Everyone,
I hope you all are well.
I'm using nrf Connect SDK v1.7.0 and VS code for nrf52833 chipset.
So far I've used NUS service in my code to transmit some data...
Hi, I am trying to write an "event dispatcher" so it's possible to listen to types of event and send events. You pass a function pointer and it will be called when that event...
I was gone for a bit came back did my updates and I can't program my boards threw nRF connect anymore. They just don't show up so reinstalled everything many times restarted...
I am using Zephyr development environment for BLE application development on my computer, now I need to use nrfjprog when burning in (flash), my question is whether nrfprog...
hello sir,
i am using segger to program nrf9160 . i have successfully uploaded sample sketch for blink led using "" open NRF Connect SDK " option. Now i want to create a...
Hi,
We have a custom bootloader and a firmware, both use the USB CDC ACM. Is it possible to start the firmware without resetting the USB instance so Windows have a continuous...
Having done a completely fresh install of nRF Connect v3.7.2 for macOS (s recommended by Nordic Support due to known issue with Programmer), and installed both the latest...