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 guys!
We have a new project were will have to use dfu ota for a custom made application on a nrf51 beacon. Since the beacons use legacy dfu we want a way around...
Hello! I am trying to advertise two 16-bit uuid's and a 128-bit uuid. I set up advertising_init as such:
I declared the following structures:
where "SENS_UUID_SERVICE...
I am using Fanstel BT832 module based on nRF52832. I am using ' nRF5_SDK_14.2.0_17b948a ' with ' s132_nrf52_5.1.0_softdevice.hex '.
I am using this module as the BLE peripheral...
Hey Dear Nordic Devzone,
Here I am again, it has been a long time. Before I was working with the nRF52840 and Segger Embedded Studio. But as of now the company I am working...
i have programmed a arduino to send data(int value) on tx ,rx pin .How shoul i set up the nrf52 (the pin no of rxd and txd on nrf are p0.6 and p0.8).Which example should i...
Hi,
I'm looking into the reliability of the BLE connection from one nrf52 to another nrf52. I'm looking to understand a few things.
Once a connection is established...
In both the SDK and production specification (PS 1.4) it is noted that the TIMER (Timer / counter) peripheral in 'COUNTER' mode (0x01) is deprecated.
For implementing a...
In my current case there is a relay node to which want to send RSSI values of beacons nearby and then relay the same information across other relay nodes in the network, So...
what is the problem of "ERROR Failed to open nrfjprog: Error occured when open device long term. Errorcode: CouldNotLoadDLL (0x3)" , when i use the nRF Connect.
the version...
Hi,
How can we receive more than 20 bytes of data from the phone? We are using s132 and SDK 12.3. I know how to send more than 20 bytes of data from the NRF52 to the phone...
I am a newbie to Nordic chips and tools and new to bluetooth. My company is doing a BLE sensor. We have a prototype board ready and I am trying to do some firmware for it...
Hi I have tried the light demo example, where I do not understand the difference between "reply_Status" and "publish_State" on the server, then someone can explain the difference...
I am currently working with an NRF51822 and managed to change the TWI frequency to 400kHz in the twi_hw_master (this worked, I can see it on the oscilloscope). I commented...