Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
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...