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...
Preferrably under linux using gcc and the command prompt.
I am most interested in project setup, loading the soft device, and making sure all the core systems are working...
I am running the ble_app_uart example in SDK 13.0 with nRF52382.
First issue
The app can receive data via UART only when I use "Termite" as a terminal emulator...
Hi, trying to implement timeslot api and stuck with TIMER0.
I saw similar questions but answers is still unclear.
My timer init code:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi
I am using nrf52832 with softdevice s132_nrf52_3.0.0.
In my appliocation I need to do periodic measuremets, and it is critical that softdevice doesn't interrupt during...
Hi,
I have to make a interrupt each 100us. This interrupt should be priority on the BLE. In my interrupt I have only one condition (if/else) and I have to change PWM value...
Hello,
I'm looking to implement the OTA on my nRF52, but I couldn't find any help online.
I would like to do it with my iOS and my Android app.
Does anyone have a tutorial...
Soon we will start production and this is my first time using a Nordic chip. During production I want to test for output power en center frequency with a development kit as...
I'm trying to create a connection between Android 6.0 and nRF52832. I created a service, like in tutorial, added it's uuid to adv packet (I seeit in nRF Connection). I can...
I have set up the Cloud Coap example in the Iot SDK using a nrf52 Dk. I have been successful in sending a serialized byte array from the nordic to my cloud server. I need...
I use nrf51822 sdk130 (central device) and nrf51822 sdk110(peripheral device). I want to get rssi value of the peripheral device using the central device without connection...
Hi Hung Bui,
I am working DFU now, all the thing's good for nFR52832, but in same way nFR52840 not work, I just wonder nFR52840 is ready for DFU?
Thanks.
JG
HI,
I want to turn off the broadcast timeout, but when I change the broadcast timeout macro to 0 when the program does not work,
Modify as follows:
#define APP_ADV_TIMEOUT_IN_SECONDS...
I'm attempting to use Peer Manager with my nRF52832 module as a peripheral with an Android 7.0 phone as the central device.
My program is a mix between the NUS example...
Dear Nordic,
I have built a board using nRF51422, and I've just manage to populate it and start it up.
I'm using a modified example (peripheral_lbs), and everything seems...