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,
I'm working on integrating ANCS on our existing and futur products. I started to port the Nordic SDK example (12.x) and it seems to work fine on nRF52, which will be...
I am currently using SDK 12.1.0 and experiencing intermittent HardFault crashes in timer_list_remove() with the stack indicating the origin being a SWI0_IRQHandler call. ...
i have a setup with one NRF24L01+ as PTX and one NRF51822 as PRX
my problem is that the data sended ok and ack sended to NRF24L01+(i assume that by NRF_ESB_EVENT_TX_SUCCESS...
the application need the nRF24LE1 to go to memory retention sleep model for more than 2s,and we know that RTC can only timer for 2s.i used WDT to do this job , but there is...
I use below code to disconnect the BLE device from mobile phone. But it return err_code =7. Please comments.
if(m_conn_handle!=BLE_CONN_HANDLE_INVALID)
{
LocalInitiateddDisconnect...
Hello,
I am working on S120 stack and 9.0 SDK and the central will connect to 2 different peripherals with unique IDs and both unique ID is having different service.
...
Hi,
Do the nRF52 GPIOs retain their pullup/down or drive characteristics when in its deepest sleep mode? VCC is still applied, but otherwise, the chip is to consume a minimum...
Hi!!
I need to migrate from the 2.0 SD version to the 3.0 of the s132. I have downloaded the zip, and programed my DK with the new SD code, also, I have changed the IROM1...
hello
In proprietary model of nrf51822,I doubt that the RSSI is not accurate in my testing environment,so i want to calibrate the RSSI info by using R&S SMU200A,can anybody...
Hello,
in the nrf52832 PS I've stumbled over the "EasyDMA array list mode". From the description, I'm unable to understand, how this works and what I can archive with this...
I have a custom board that has an MPU9250 attached as a SPI device. The MPU can generate data ready interrupts. I have set the MPU to generate data ready 4x per second which...
Where can I find documentation for using EasyDMA list mode on SPIM?
I've got nrf51822.
All I can find is this nrf52 documentation , which seems incomplete.
Is there...