Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
what should be RAM Settings for 51822QFAA chip?
I am using nrf sdk for mesh. what should be required ram settings for 51822 in order to run light switch server example....
Hello,
I have problem with missing GPIOTE event. Sometimes event doesn't occur, sometimes there is no problem. This event is very rare but important. I think it happens...
Hi all,
I am working on Temperature and Humidity(DHT11) with nrf52832, After advertising the Bluetooth i am calling the DHT11 sensor function in loop, few seconds it is...
Hello , I would like to know lifetime expectancy of NRF52832 IC. By lifetime expectancy I mean the amount of duration before NRF52832 goes non-functional. Please help me in...
Hi,
In disk_uninitialize function there are following lines of code:
if (m_drives[drv].last_result == NRF_BLOCK_DEV_RESULT_SUCCESS) { m_drives[drv].state |= STA_NOINIT;...
I have extend the light switch example to send message to the other node. I have refer This example to send message. But how to configure another node to receive the message...
HTU21D.rar hello there i am interfacing HTU21D with nrf51822. i am reading temperature and humidty from HTU21D. humidty register is E5. and temperature register is E3. now...
Hi,
I was trying to implement software UART for our product so I decided to use timer compare channels event connected to gpiote with interrupt. I want to toggle data line...
Hi,
Application: turning on/off a LED by toggling a GPIO pin using a timer and PPI. Important: the on-time of the LED must be very precise, i.e. the jitter must be minimal...
Dear Sir/Madam,
I have a sensor prototype board using nRF51822 for Bluetooth communication and I am now working on its firmware. I have installed MDK version 5.16 and...
Dear sir,
Sir i am using MDBT42V module. I want to know that whether the SCL & SDA pine are internally pulled high in this module ?
Regards,
Manoj Hiwarkar
Hi,
I have a problem where I am getting NRF_ERROR_RESOURCES errors 2 out of 3 times when sending notifications from my peripheral to my central. I think this is caused because...
I have designed a custom board with a TF325J32K7680 32KHz clock with +-50ppm tolerance, for the 32MHz I am using the CX2016DB32000D0WZRC1 with +-40ppm tolerance.
Simple...
Hi,
Within each example in the NRF5 SDK there are a number of folders including
arm4
arm5_no_packs
armgcc
config
iar
I'm having trouble finding an explanation...
Hello everybody,
I used SDK14.2.0 , S132 .
I keep the data from nus_data in the uint8_t array. Then I am trying to write the array with use fds_write.
My fds_write...