Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...
We are having connection problems with our nRF52832 based HID device only on Windows. I've attached packet captures taken with the nRF sniffer (nRF52 DK) and in Windows with...
Hi,
I looked at some of the questions on the forum and they didn't give me good advice. Currently all I can do is nrf52832 Security 1 Level 4 and nrf52833 Security 1 Level...
Hello
I try to write functions to modify the publish and the subscribe addresses. Unfortunately not all is working, attached you will find my code.
Problems:
1.pubish...