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...
Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
To the kind attention of Nordic support team,
I'm studying documentation in https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v5.x.x/doc/5.2.0/html/a00140.html where it...
Recently I check back again into att_mtu_throughput example in SDK 15.2. there seems to have some updates than in previous SDK, and I see this BLE_GATT_EVT_DATA_LENGTH is...
Dear all,
I am using the following peripherals in our product.
1. TWI Sensor
2. BLE
3. APP timer (1. to poll a gpio pin & as RTC)
4. SPI flash
5. 2 Edge sensitive...
Hi,
I am using nrf_queue to store data in queue which is inserted with time based interrupt at several milliseconds. Also same data from queue is fetched at bulk.
I am...
Hi,
I have modify a BLE program from ble_app_uart by using SDK 15.3, but the system will crash when I do following test:
Please find attach file for my code.
Step1...
I want to double check current draw in the nRF9160 low power modes and need some help in making sure I know how to do so.
I plan to use an oscilloscope for measuring current...
I hear that the GPS should now work with the onboard antenna of the nRF9160 DK for versions 0.8.5 and later. I also read that the asset_tracker application has been updated...
Hi All,
I'm referring to generic on/off ble mesh example code and we are in the development stage.
I would like to know which pins are used for PA and LNA in the example...
HI
In our application we are using "app_sched_event_put" function but its showing [NRF_ERROR_NO_MEM] when i debugged it please look the screen shot.
The sdk we are...
Hi:
for "ble_app_hids_mouse" example ,it has SWIFT_PAIR_SUPPORTED.
Does HID_keyboard also have this feature?
Could I move swift_pair from "mouse example" to "keyboard...
Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number...
Hello, I'm having too long connection times or failed connections with some android smartphones (for example samsung A7). Is there a way to decrease connection times?
I...
Just need a quick confirmation, in S140/SDK15.2, what is the correct to config hvn_tx_queue_size?
I found in some post said it can not be set directly, instead one should...
Hi,
I am developing a central application that will connect to my custom made peripheral device and continuously read a characteristic available on the peripheral device...