I am working nrf52840 with bg96 modem, i have configured quectel_bg9x.c driver to communicate with bg96 modem from nrf52840.
can you provide a sample application on MQTT...
I'm using firmware 1.3.6 and SDK 2.7.
I have a ppp connection problem for IPV6. Tables below show connection status:
When I use SLM:
ISP / PDP + APN
"IPV6" ...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hello,
We have an nrf5340 custom board and during frequent BLE connections/disconnections sometimes it seems the netcore gets stuck. We are connecting to an iOS app and...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
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...