Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
I successfully used the OpenThread nRF52840 USB dongle support provided by the OpenThread project to implement the radio coprocessor functionality.
However, I had no success...
Hi
I have a strange error in the k_fifo-useage:
Basis is the project peripheral uart
I want to answer on specific commands send via bluetooth
static void bt_receive_cb...
Hi,
I have build the below sample for a nRF52dk-nRF52832 board.
v1.8.0\zephyr\samples\drivers\spi_fujitsu_fram
At compile time I've got this error:
I have followed...
According to Zephyr documentation it is possible to define a thread with K_FOREVER delay so it will not start till k_thread_start is called
https://developer.nordicsemi...
Hi,
i am using a PWM signal to control the brightness of a LED. When the brightness is at zero, i have a random flickering on the LED.
This signal is also present at the...
Hello, i'm using the example ble app uart and I would like to know the maximum data that I cand send to my putty and my phone. Could I have to procedure? I would like to send...
Hi,
I trouble the support team for quite a few months now with NRF5 and I am now trying to get started with the up to date SDK and hopefully being able to get along with...
I have an application using the nRF9160 and its LTE modem to connect to a LWM2M server. During some debugging I enabled LWM2M_LOG_LEVEL_DBG and saw that I consistently got...
Hi,
I recently designed a prototyping board featuring the nRF9160, which we got made for a couple of reasons.
To have multiple boards to test with
Potential to have...
hello
i want to send the data from my 5 of nRF52840DK to 1 of raspberry pi4 , i known the nRF52840dk has built-in bluetooth ble5 and raspberry pi 4 also integrate bluetooth...
I am noticing that particularly with the transmission of bytes over UART while scheduler is running, either some bytes go missing or the entire set of bytes aren't sent or...
Hello
Question: On what clock/clock-speed does the system tick timer run, when configured to use the external clock instead of the CPU clock?
I've seen a couple of...
Good afternoon,
I noticed in the nrfx driver folders there are two differente implementations for ADC: "nrfx_adc.c" and "nrfx_saadc.c"
What is the difference? Why two...
I had successfully interfaced lis3dh on nrf52 dev board using i2c protocol, i am getting raw values of x, y and z but i don't know how to interpret those values i.e. convert...