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
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Hi All.
For my project I need a very long range BLE Communication. Don't know if its possible to get a range close to 1 Mile LoS. But my goal is to meet max possible range...
main.c Hello everyone
i am trying to configure two GPIO pins for PWM in order to increase the sound level of the buzzer i am able make the buzzer beep sound by referring...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Some nRF51 modules are sold with metal covers preventing visual access to the chip and date code. Is it possible to identify the revision of a nRF51822 through the Cortex...
I have my development board nrf52 PcA10036 and I am trying to run a ble basic example. I started using the blinking program and it works without problem, therefore i got full...
Is it possible to manufacture a RFID tag that works within the 2.4GHz wifi wavelength range allowing a mobile-phone to power and pick up data from this RFID tag. Data would...
I have a application which can enable and disable the softdevice.
I need the softdevice only to send some informations, after the sending the stack will be disabled.
...
I have a Nordic micro-controller nRF51 with 128kb of flash memory, I compiled with Keil, I generated a a program with:
Program Size: Code=23856 RO-data=632 RW-data=308...
I want to enable Notifications in my Central for a particular characteristic advertised by my Peripheral. There's example code that is supposed to do this in the BLE Central...
Hello,
i have a question about the use of the dc/dc converter in use with the softdevice S310 v3.0.
We make some difficult calculations and so the sensor its on for 750ms...
hi
as we know,ANCS need to pair,we have app for ios,iphone will pair with our devcie when i connect my device by my app,so iphone will connect my device when user open...
hi
my customer want to add DFU funcation to their APP(ios and android),i give them nrf toolbox source code ,i hope they can separate DFU funcation from that source code...
In my application I have to advertise and scan, I know these two actions are multiplexed and there are no problems when there is no BLE connection (I use s130, sdk 9.0.0)...