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...
Hello,
in my application i use a bootloader for S310 and S310 V2.1.0.
The Bootloader is configured to use NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION and the application...
Hello Everyone
I am using two application timers one of standard battery service and one i have made for adc sampling like this along with the code added for battery timers...
When I update the advertising data from the radio pre activation hook (800µs), the updated data does not appear in the advertising event following 800 µs after the hook is...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
As per the steps given to program bootloader to the device i have programed it.
But the code is not getting executed i.e advertising nor led initilization is taking place...
Hello im trying to connect to a slave on BLE_GAP_EVT_DISCONNECTED event.
Can i use sd_ble_gap_connect(...) on this state, im getting error code 0x3202.?
regards, Vo...
Hi, I have bought the nRF51 development kit. I have downloaded source code for nRF51822. This comes with LOTS of examples but I suspect the codes are not for my board. Is...
I'm manually creating the .dat file for a DFU following the format specified in this document .
Where can I get the device type and revision values from to populate those...
I have bought the nRF51 dev kit. I can download all these soft devices. But what do they really correspond to ?
I think of them as library/apis for doing BLE development...
Hi,
I am trying to run the ble_app_hrs on my nrf51822 based board in combination with the nRF51822 Development Dongle. I am following the instructions from nRF51822 Development...
How can I add PKT_TYPE_INIT (DFU Contorl Point - OpCode = 2) into my DFU?
S110 nrf51_sdk_v6_1_0_b2ec2e6
Chip nrf51822
Softdevice s110_nrf51822_7.0.0_softdevice.hex...
I have a nRF51822 chip sending me BLE UART data to my phone and it works fine with the app. No I want to send it to my PC and Read the data (and send commands) via PuTTY....
Hey guys, I'm looking for a printed antenna PCB file. I have already read the white paper and I think using a more complex antenna would save more space and increases the...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
MCP and iOS are generating a different event sequences for a long writes.
MCP: after the BLE_EVT_USER_MEM_REQUEST...