Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hey Guys,
I have 3 tasks running on FreeRTOS, SDK v14.0.0. In each task, I want to use SEGGER_RTT_printf() to debug.
I currently just call SEGGER_RTT_printf() without...
I have two nrf devices nrf51822 and nrf52DK, In nrf51822 i'm using S110 and i had created a custom service with 10 characteristics. If i connected to nrf connect i can able...
Hi,
Is it possible to make realization of this protocol ( wiki link ) with softdevice? After reading forum I think "more no than yes" because softdevice blocks CPU and this...
Hello
I am still relatively new to microcontroller development with the NRF52 DK. I am currently running a modified version of ble_app_uart__saadc_timer_driven__scan_mode...
I have a Taiyo Yuden Evaluation board , with EBSHJNZXZ completed with Segger and j - link , when load the project in board, not have any error debug, the sketch is load successfully...
I am following this tutorial
I'm using Segger Embedded Studio v3.10i, and SDK 12.2.0. I have the exact same problem in both Linux and Windows.
I have done everything...
What are the details of internal pin connection circuitry when connected as GPIO/IRQ vs ADC vs Comparator? Is there an internal pull down (what value)? Is there internal diode...
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...