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...
Dear,
I am using THINGY91 for proving my concept, I put THINGY91 in the freezer - to adapt to the temperature.
I am using NB_iot of telia (norway)
My problem is: sometimes...
Hi,
I am using the NRF52832 with softdevice 6.1.1
I am using the minimal ble_app_uart ecample, just changes the RX_PIN_NUMBER to 11 an TX_PIN_NUMBER to 12 to mach my board...
Hello ,
I want to read the values from tera term , and PCA10040 have to read that value on polling basis .
Then advertise that values / data as manufacturing data. i am...
Hi
it looks like my MQTT-SN is not working.
I am trying to run MQTTSN Example in nRF52840 devices. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi,
I have 3 Devices that constantly broadcast their position to each other so the other can adjust the position each other. they act like master and slave but ther are...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
Dear Nordic
my SOFT DFU fail when I init the WDT, but I have feeddog and disable the WDT, like below:
static bool app_shutdown_handler(nrf_pwr_mgmt_evt_t event) { switch...
When access_model_subscription_list_dealloc() is called the entry is memset to 0 and the ACCESS_INTERNAL_STATE_INVALIDATED flag is set.
The function access_model_subscription_list_alloc...
Hi all,
I have a nRF52 DK (PCA10040 V1.2.1), and I want to learn how to develop on macOS.
I read from this link , and I got following information.
But I cannot know...
Hi,
I use The Texas Instrument software "SmartRF Packet Sniffer Bluetooth Low Energy" to catch the communication between my peripheral build with nRF52832 and Zwift (software...
Hello
I am trying to configure your TWIS (not using the SDK) and have run into the problem that the TWI master cannot pull the SDA and SCL line low. So, the communication...
52832's PDM function. After initialization, call the nrf_pdm_enable function, and then call the nrfx_pdm_start function. NRFX_PDM_ENABLED is set to 1. But the clock pin always...
I am evaluating the NRF52810 (using the PCA10040 dev kit), and I am having a hard time getting down to the described power consumption of the chips. I am using the power profiler...
i have done ble_app_template writing values from nrf app connect, in that i have send only integer values from nrf app connect
now i want to write float values from nrf...