I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I have implemented a Peripheral on an PCA10040 based on one of the SDK (v15) examples. When using nrf Connect with a nRF51 dongle I can connect to the peripheral and interact...
Hello !
1. Do you have examples for nRF52840 what is demonstrate encryption/decryption packets on the fly as it explained in PS chapter 6.4 ?
2. What about examples for...
I have a Jtrace which I use over ethernet.
Running nrfjprog shows:
nrfjprog -f nrf52 --eraseall ERROR: No debuggers were discovered. NOTE: For additional output, try running...
hello, im using nRF52840, pca10056, I was using the example ble uart from examples\peripheral\uart im planning on replacing the use of "putty" PC application with a program...
Hello, i did my own custom board with a nrf52805 and now I did one custom first she is working fine so I decided to do the same but I can't see my device in nrf connect app...
Based on the "system_off" example, I intend to use the RTC to wake the device up (a NRF52840) periodically every minute.
I setup the RTC with LFCLK (32KHz) to trigger a...
software: ncs v1.8.0
hardware: my test nrf52833 board, with 9 antennas.
I do experiment like this:
aoa rx: in "nrf52833dk_nrf52833.overlay" file, I set " dfe-antenna...
Hello,
I am trying UDP sample with a local SIM (Orange) to check eDRX settings following this ticket .
Carrier said i should set an APN. This was not needed with 1NCE...
I try the new save to CSV feature in v3.4 power profiler.
I try to save all, but it says 0MB.
The sample rate is 100ksps, and duration is 301 seconds, but would result...
Hi, I have the following code in main.c:
If I initialize the beacon advertising first, which is the shown configuration, I get fatal error code 8 out of ble_advertising_start...
I have recently updated the SDK for my application from version 13.0.0 to 17.1.0, everything seems to be in order except for this function in nrf_drv_twi.c called twi_clear_bus...
the updated version of nRF connect v3.8 , for desktop , app - programmer doesnt recognize the device . i downgraded to 3.3v this version selects my device .
Hello,
I have developed a Thread network based on SDK for Thread & Zigbee v.4.1.0 and OTBR image provided by Nordic. I recently upgraded my OTBR from a Raspberry Pi 3B+...
Hi, I have added libuarte example in-app template and sent data from Arduino to nRF52840 successfully. But after receiving some data and I am getting the following error....