Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hi,
What is the expected format to pass to nrf_cloud_agps_process()? I am working on an LwM2M server and want to be able to respond to /50001/0/{0,1} request coming from...
Hallo,
I installed the ncs and Zephyr environment following mainly the guidelines from nordicsemi, a few changes were necessary to use Eclipse. The installation process...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
I am testing out the nRF Cloud MQTT multi-service example on my nRF9160 DK board. When looking at the GPS data on the cloud it is not very accurate and does not track my location...
Hi!
I am experiencing some odd behavior from the modem, and I hope you can help me understand it:
After I disconnect from LTE using lte_lc_func_mode_set(LTE_LC_FUNC_MODE_DEACTIVATE_LTE...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with a connection to an external MCU (#define MQTT_MESSAGE_BUFFER_LEN 8192) We tested...
I have not been able to create a stable development environment in macOS Monterey using the automatic installation process.
In order to better understand and document the...
Hi.
I'm working on a project based on the USB CDC ACM sample from Zephyr, which builds correctly for nRF5340DK, but gives an error when trying to build for nRF9160DK due...
Hello,
I am working on a project based on the nRF52810 custom board, I need to use several slave nodes to communicate to the gateway node/ server.
I need to improve...
Hi,
I want to use the nRF9160 SiP to connect via NB IoT to AWS IoT server but I don't want to use any SDK, I only want to use AT COMMANDS, there is some process that I could...
Earlier I created a project in SES for nRF5340. The simulation and debugging was quiet simple and easy to find the fatal errors, run time errors etc. Same features are not...
Hi,
I working with NRF52840 DK board, I need to read some potentiometer values from 0 to 10 using ADC with ble_app_uart. I have combined SAADC code and BLE_APP_UART code...
Hi,
Due to shortage of pins SPI CS is reconfigured as GPIO while SPI is not used. Soft device is not used.
Problem is the delay that is needed after nrfx_spis_uninit call...
Hi !
I use the NRF52832 and with Segger Embeded Studio to code.
The problem I have is that for some reason, my uart don't work after using an I2C write protocol and I...
Hi,
I tried to send a packet larger than 20 bytes by calling bt_nus_send on peripheral_uart but failed.
After checked on DevZone, I found some similar problem and did...