I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hi all,
I'm currently making Mbed OS 5 able to work with the NRF51 with DFU enabled. It seems Mbed OS 5 currently has no support for a Nordic bootloader for the NRF51. Mbed...
Hi Guys,
I'm using SDK 15 Version and Nrf52832 DK.
now i want to use second uart when one uart is communicating with the PC Via CLI.
How Can i make it???
Thanks in...
Hello everybody,
I use NRF52832, sdk14.2, s132 softdevice. When I install SDK examples(for example nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c), the minimum...
Hello , we are in the production phase, I use us addess mac(If I bought unique MAC address from IEEE. ) so our factory asks for the registry that will be configured, so is...
I want to add the UART peripheral code to the Mesh Light Switch example in latest MESH SDK v2.0.1 .
I have tried to add all the UART code to the Mesh Light Switch Client...
I'm trying to get acquainted with the NRFX_GPIOTE driver by writing a program to do the following:
initialize TIMER to generate three compare events:
channel0 compare...
Hi,
Working on a product with a couple to sensors with i2c communication. Are normally able read values from the sensors, but sometimes the i2c bus seem to be down. No more...
Hi,
I used sdk11 and sd130 at a 51822 project, it is required to be paired with a key for both andriod and ios, everything is fine but the dfu on andriod, I used nrfconnect...
SDK 14.2.
Application Timer Library
I had a question regarding the Application Timer library and the way it checks for timeout handlers. In the documentation, it says...
Hi, I have problem with nRF51822. I've bought cheap China miniboard with this chip. I can program some examples (precompiled HEXes) with J-LINK and they works correct, but...
Hi,
I want to make a program in order to assing functions to the buttons and manipulate movile phone apps without making any app or configuration into the phone.
What...
Hello,
I've a process, let's call it P1, that sends I2C instructions for a LED driver (it's like an infinite loop of I2C instructions for registers management that have...
Hi all,
I want to make touch button by my NRF52832 board . I am trying Csense_drv example but The value of change is constant when I log on UART . LED flashes continuously...