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.
...
Is it possible to talk TCP/IP over BLE on nRF52810 (similar to PAN profile on BT classic)? Can SD S112 fullfill this or would S132 be needed. I know memory needs are an issue...
HI.
I use BLE in observer role. I register event handler only ones in initialization: NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);...
I am using the secure_bootloader to perform firmware updates via USB on the nRF52840 (custom board). This works great when I start with no application (only bootloader and...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi Great Nordic Support Team:
Our client is going on the project with capsense touch sensor.
They're wondering about if there is any reference design about it.
Any...
Is it possible to use the timers in components/nrf_drivers/timer along with softdevice s132? If I enable the softdevice by calling softdevice_enable() my application restarts...
Hello,
My nrf51822QFAAH2 doesn't start, I mean that when i plug it, i can't see any Bluetooth device on my mobile detected, maybe I am missing a step, I don't know,
Here...
Hi.......
i am student , i am doing a project based on temperature. i want transfer data from temperature sensor to phone via using NRF connect . can you help me ? how to...
How send the larger data,which is more then 300 bytes in spi master example.i am using the Sdk 15.0.how to enable the spi .please send the default pins used for the spi.
Above is the "inverted—F" PCB antenna referenced.Below is the RF SCH and PCB layout,the PCB diameter is 20mm.Chip we use nrf51822 and bal-02d3.
Can the antenna work...
Playing with the logging and cli commands for logging, I normally get this if all my modules are lowercase named (but also if they are alfabetically after CLOCK):
It seems...
I have met a problem, that I can't download the previous version of nRF5 SDK, like 15.0.0, but only the lastest,15.2.0. Because a lot of work of mine is based on version 15...
I have successfully built and run the mesh examples 2.2.0, on several nrf52832dk boards with the exception of the EnOcean Switch example.
I can successfully build and launch...
Hello,
I like to create a BLE Device with a nrf51822 which is able to receive 2 states from a BLE Phone. My idea is to set up a BLE Service within this BLE Device which...
Hi I'm attempting to transfer some text strings over ble I have a nRF51 as master and a AVR & HM-10 module as peripheral. The peripheral/AVR side I have working fine - When...