Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
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...
Device:
Peripheral only
Peer Manager and Bonding working
S140 radio
nRF5 SDK 15.2.0
Rigado BMD-340 module
Central == iOS devices
Our nRF5 module is controlled...
Hi, I'm on last step of developing, but I have this critical trouble. For the project, I started from ble_app_buttonless_dfu sample of SDK15.3. I added some peripheral (one...
I'm using the ble_app_grs_freertos example. I'm trying to maximize its thru-put potential for Central devices which can support the high data rates. For this I've used the...
Hi, guys,
What I do:
Add freeRTOS into ble_app_hrs example project in SDK15.0
What matter I get:
When I set NRF_SDH_BLE_GATT_MAX_MTU_SIZE as 247, the device can not...
Hi Guys,
I am using Si7021 I2C temperature sensor and I want to read the temperature value using nrf52840-DK. I connected the sensor to the 27,26 pin.
I wanted to read...
DK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
I am using a Fanstel BT832X SOC, which has the SKY66112 PA, on a custom PCB. The...
Hello,
I am using UART to receive data on a nRF52840 DK.
I have written some code using the Serial Port Library.
I have attached snippets of the code dealing with the...
Hi,
I'm working on a tone library. I'm using timer2 and ppi channels to generate 50% pwm signal.
It's working fine.
Now i want to add another timer comparison ( timeout...
I am trying to see if there is a way I can generate a multi frequency audio signal without additional hardware. I am talking about something similar to DTMF. The audio wave...
Would you please tell me how to use the nrf52832 PWM interface to implement differential output to spkr?
Here is my PWM interface configuration code:
NRF_PWM0->PSEL...
I am working on a device which also needs to give audio feedback to the user.
The app on the mobile phone needs to send a wav (or similar) file (mono, speech) to the device...
hi, I am using nrf52832 development board for PWM and I want to play an audio (.wav) file using PWM, I am unable to play the audio clip using the PWM, and same audio file...
Hello,
I'm using SDK15.3 and trying to do a non-connectable advertising while connected.
For that I set my adv package as non-connectable, however, when I run the function...