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 in uav project with nr52 and GY-87 that contains mpu6050 and hmc8553 as sensor. i use i2clib to do connexion with twi created by jeff rowberg, then i wrote...
Hi,
I'm trying to add Openthread support to my project, which is based on ATT_MTU_Throughput example. I followed the tutorial in infocenter, but I still have some problems...
Hi,
I am attempting to run the various USB example programs on the nRF52840-PDK USB, but my nRF usb device is not being recognized (in windows OR linux device tree). Is...
Hi.
I just spend 2 days debugging problem with dfu. In the function nrf_dfu_app_continue the function nrf_dfu_flash_store is called with len parmeter as bytes and should...
Hi, I would like to control 2 LEDs independantly with the same server node. Should I try to [1] add a element with the same simple on/off model in that server node OR [2]...
Hi,
I'm running an ADC sampling every 8msec, sampling the output value of an op-amp as well as a reference voltage. I subtract the two in firmware. I was implementing the...
Hello,
I am using SPI interface to communicate with a sensor BMI160, looking into the driver for BMI160 I can see how the low level functions for reading/writting are used...
Hi,
i am trying to upload the code to BLE 400 from waveshare from nrfGo by getting the hex file from this library
While Trying to upload the code i am getting the following...
onkey_full_20170814.hex
onkey_0000.hex
onkey_boot_s132.hex
This time 14.0 sdk was updated.
There was a problem after the update
Problems when uploading bootloader...
Hi,
I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51 controller.
I am using muliple nrf51 devices to connect each other and share sensor data with each...
I'm using a pin for trigger switch input with the following codes
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;...
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask...
Hi,
i am working on custom nrf52 board which is operating by Li battery of 3.7v 27mAh battery. now the battery is dead i didnt find 27mAh batteries in the market near to...
Hello there,
I am working with a peripheral device that we are testing with many different devices, and have run into a very unusual issue. With a brand new Android tablet...