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 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...
I have seen the same issue reported.
nRF52840 DK does not appear as a removable drive named "JLINK"
Done the following.
1- My laptop has only one USB port. So I have...
Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
I'm running through the nrf9160 dk startup guide and I've updated the application and modem firmware. However, it does not look like the application is accepting AT commands...
I have a BL654-DVK (nRF52840) and BL653-DVK (nRF52833). I have a custom program modified from an example that runs and debugs properly on the nRF52840, and am trying to port...
Hi,
We connect our external Board through P20 from EVB NRF52-DK everything goes well.
We are trying to do the same setup on other computer and we get failures to flash...
Hi,
I'm having trouble with debugging the nRF5340. I'm only using the network core and hence use the empty_app_core project for the app core.
The problem i'm facing is...
Hello,
Ubuntu 20.10, nRfConnect v3.6.1, Programmer 1.4.8. Running appimage.
I get:
" Could not fetch memory size of target devkit: Error: Error occured when get library...
hi,
i am working on " ble_app_multilink_central " in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code...
I have an issue with getting the I/Os correctly setup for antenna switching.
I am running the radio_test example code with the following modifications.
So far, I have...
Hello
I am new to all of this and am wondering if this is possible, and if anyone can point me in the right direction if it is. I am looking to create an open source project...
Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf" "DTS_ROOT":"/home/user/test/nrf"...
I am facing one another problem basically i am sending some AT command from central to peripheral but after some time its hang and wait app_erroc. c (__disable_irq();->while...
Hello, I commissioned a factory to make a sample card reader for my company, they didn’t configure everything, because the SDK given to us allows the device to read-only NFC...
Hi
I have a setup with one device and one host, and I want to send data return to the device, but I'm not getting the nrf_gzll_host_rx_data_ready callback no the host. ...
HI
We have a running product that we want to improve by moving from ESB to Gazell.
it should be an easy task, because it is only a simple main file that needs to be replaced...