Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Softdevice : S132
SDK ver : 15.3.0
Board : MBN52832DK
Hi There,
i was trying to do the DFU Example (ref : https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hi,
I am using nrf52840 dongle and tried to program it with the example that was provided with sdk15. I programmed it with ble_app_bps, it successfully paired with my...
Hi there,
I'm working on a BLE project using the nRF52832 and am having trouble implementing flash storage. I'm using SDK 132 v6.1.1, and the flash storage library to save...
I am implementing the Device Information Service, and want to include the bootloader version as "Firmware revision" in DIS and the application version as "Software revision...
I am new to nordic ble chips.
I am using nrf52832 ble chip, s132_nrf52_3.0.0_softdevice
I am trying to update firmware on the air. But I am getting an error that I do not...
Hey,
Up until now I have only been dealing with software. Now however, I want to create a device that I can use to track my bike by GPS and heading. In the future, I want...
Hi
I am having a problem now(maybe a bug).I refer to nest_state.c and access.c build my user_flash.
But some time,when I reset device,write data to flah will be fail....
Hi,
I'm using the nrf52840 with sdk v15.3 and I'm trying to list of the characteristics of a specific service that has a 128 bit uuid running on a peripheral. However, even...
Hello,
I would like to be clear on the pros/cons of registering a new SIG-adopted UUID versus a vendor-specific UUID. We are a small developer and the cost of registering...
Hello,
I have two differents sensors on one SPI port and I don't really know how to be able to use both. Of course all are connected in the same MISO/MOSI/SCK but there...
Hello,
We currently have several devices out in the field as test units, installed at beta sites. The new modem firmware v1.1 has several features/fixes that we want to...
Hi, we are working on custom board using nRF52811 SOC, I have some confusion
1. regarding the antenna design, I copied the Antenna from Dev board, but it is designed for...
Hello,
There's an interest on the LTE-MTC module.
I can see it's based on nRF9160.
I'd like to inquire about the MTC technology please, does this module support CATM2...
Hi,
I'm using a buffer size of 64 bytes using function
nrf_drv_uart_rx(&app_uart_inst, rx_buffer, 64);
When I receive only one byte packet from the remote, I get EVENT_RXDRDY...
i want to use pwm of rnf52810.but i don't know how to recognize what pins is pwm.
what pins in 52810 i can use wire to connect and then use it's pwm function?
or i can...