Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
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...
Hi Team,..
i'm also trying to interface nrf52832 and nrf52840 using 15.2 SDK..when i write i2c communication nRF to max32664C.
18 bytes only successfully transmitted....
Once inside the I2S interrupt, I need to clear the event that caused the interrupt, which in my case is either EVENTS_TXPTRUPD or EVENTS_RXPTRUPD. However, setting these registers...
Hello,
First of all, i am really novice about certification and this NFR52832, and i guess that's why I have several questions about it.
A certification must be passed...
I bought a wristband that enables firmware upgrade via OTA.
I want to replace its firmware with my own but I don't have the keys related to the DFU.
All I know is that...
Hi, I'm just started developing on 52840DK platform and I am trying to create my own zigbee end device (remote controller) with higher WAF than IKEAs controllers. I've tried...
I want to be able to update both application firmware and modem firmware via the terminal. I know the nrfjprog and have no problem downloading application firmware.
Is it...
Hello,
I am testing my NRF52 custom board with the Bluetooth Low Energy utility inside nRF Connect.
I am based on Windows and I use an NRF52DEVKIT as BLE dongle.
Is...
Hi all,
I'm having some trouble on figuring out how the UICR behaves and what I can expect from it. I am trying to lock the UICR from further modication. Based on the documentation...
Hi All,
I was trying to program a simple LED peripheral hex file to the nRF52840 dongle.
Initially I was modifying an existing sample program from one of the examples...
I am on Ubuntu 20.04 with SES 5.42c, SDK 16, and SoftDevice S140 version 7.0.1 I am using a Knowles SPH0645LM4H. I have put together a beacon that operates the microphone...
Hi,
We use TLS encryption with MQTT towards Amazons MQTT-service.
What we have been able to do, is send 1 packet (2KB max size, due to modem buffer limit set by Nordic...
Hi
I'm currently trying to use a cheap stlinkv2 clone flashed with https://github.com/x893/CMSIS-DAP for at test setup. (cmsis-dap enables it to remove APPROTECT/read back...
Hi,I need Tune-Up Information for all chanels and frequency ranges( "source based time average conducted power") incl. production tolerances for Nordic NRF 24AP2 IC.to be...
Hi..... I'm working with custom service and characteristic!!! I succeeded in changing the characteristic length like bellow. attr_char_value.init_len = 10; attr_char_value...
Hi,
I am trying to do some tasks based on a particular button press, below attached is the buttons_init() function and the button_evt_handler() function. Code compiles and...