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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hello
I have a question i cannot figure out. I'm using my phone to send string on my NUS client (NRF52 with SDK15.3.0 and FreeRTOS) and the event BLE_NUS_EVT_RX_DATA is...
Hi,
I am new to development with Nordic chips. I am using nRF52840-DK (SES,nRF5_SDK_15.3.0_59ac345) to read analog input on ADC pin AIN0. I want to continuously read the...
Hi,
I used a NRF52832 to test our product with Python Script.
I enable my notification. I start to receive notification and I have a crash after received first notification...
I've used the DFU bootloader from SDK 14, s132 and the ble app uart example as a boilerplate for my app.
Now i'm looking into making some relatively large changes to the...
Hi,
I have problem compiling "HTTP application update" sample form the SDK for the NRF9160. I am using all the latest tools: * segger embedded studio: v4.18 * nrf SDK v1...
Hello,
I had problems connecting the periphery to the central. When I connect them, I get notifications like this from peripheral, but after this message they don't lose...
Hi,
We are using nrf52 dev boards running mynewt and until two days ago we could use the app to identify/provision and get composition data for nodes and get composition...
We are in the final throws of testing our boards that are based on the BLE UART Peripheral application. The current test environment involves monitoring board and battery...
i changed the code to send environment data over ble_nus service and it was worked
so i tried to send motion sensor data over ble_nus service and i changed code but no data...
Im developing a mesh network based on a custom board using the nRF52832.
I fine with sending some bytes over mesh . But now i want so send more bytes over mesh using Instaburst...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
I have few queries on setting Tx power...
Today ,I look up the SDK revisions,found that SoftDevice S130 V2.0.0 support NRF51822 V3.Now my production use S130 V1.0.0,but Chip revision unknow(N51822 QFACA2 1921DC).Is...
I have an application based on ble_app_hrs_freertos from SDK14.
Sometimes the application will not start advertising. When this happens, it does not help to power-cycle device...
Hello, I start in programming on nrf9160 DK. I followed the tutorial "getting started part 2" (https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...