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 am trying to install Python on my Window 10 64-bit OS (python-2.7.17.amd64.msi).
As per below link I am able to install Python and able to see the version ...
I just got the nRF52-DK, and want to create a blank project to test something , but after I create a project and add "nrf_Log" module form RTE Manager(some conflict resovled...
I read the NWP-030 White Paper, Power Supply Decoupling Capacitor Selection and focused on the nRF52840 Sections. The document did not go into [Min - Typ - Max] Effective...
Hello -
I am working with the nRF52840-DK board and SDK 15.3.0. In my service, deployed on the nRF52840, I have a characteristic user description descriptor that is both...
Hi,
like described in this post I sometimes get an error = 4 (NO_MEMORY) when calling:
error = access_model_publish(m_clients[0].model_handle, &msg);
How should this...
Hi,
I'm trying to use the ble_adv_slow feature of NRF52 with SDK 13.1.0. Unfortunately it behaves very strangely: it works with a timeout of 100(s) (ble_adv_slow_timeout...
hello i am trying to use ble uart example.
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
anyone knows what is the problem...
Hi,
I am working on BLE mesh using nRF52832. I am publishing custom BLE message in a group using generic client model. I am able to publish only one message for every 3...
Hi everyone,
I am migrating my project from SDK 14.2 to SDK 15.3 and i am using nRF52832 on SES v4.12.
Before putting in a question, i went to the forums and checked and...
Softdevice : S132
SDK ver : 15.3.0
Board : MBN52832DK
Hi There,
i was trying to do the DFU Example (ref : https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hi,
I am using nrf52840 dongle and tried to program it with the example that was provided with sdk15. I programmed it with ble_app_bps, it successfully paired with my...
Hi there,
I'm working on a BLE project using the nRF52832 and am having trouble implementing flash storage. I'm using SDK 132 v6.1.1, and the flash storage library to save...
I am implementing the Device Information Service, and want to include the bootloader version as "Firmware revision" in DIS and the application version as "Software revision...
I am new to nordic ble chips.
I am using nrf52832 ble chip, s132_nrf52_3.0.0_softdevice
I am trying to update firmware on the air. But I am getting an error that I do not...