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
I'm trying to port my firmware to the NRF52 DK, but I'm having trouble getting it to work.
Could you give me a hint based on the stack trace below, what the problem...
I am compiling the simple BLE HRS with freeRTOS example using gcc and eclipse environment. I followed the example provided on eclipse and was able to build the blinky example...
Hey there, I have beacon device, its nrf51822 and it is a pretty standard beacon but it is not nrf beacon(so it does not have sw1 and sw2 buttons), when I search for it with...
With the SDK_11 s130 ble_app_gls on nRF51-dk, i am able to pair and bond with the board with Android 6.0 as central. But if the user forget the paired device on the android...
Good morning,
would it be possible for a Nordic RF specialist to review our antenna design? Preferably we would upload our Altium-based layout for your review.
Thank...
I want to connect a beacon to my android app and I want to know how to make a development environment (I am using eclipse). Can you show me show examples ?? where can i get...
Hello,
the FDS_VIRTUAL_PAGES is set to 3 in all examples which use the Peer Manager module. The parameter's comment says
Number of virtual flash pages to use. One...
Hello,
I am completely new and I am having NRF52 series.
I would like to know is there an ready example for android or iOS phone using Bluetooth:
Control volume...
I programmed my nrf51822 with one the hex sample files that are existed in the nordic package. toolbox app can find my beacons but cannot connect to them and with nrf connect...
Hi all
The nRF51822 product specification V3.2, chapter 8.8, specifies the times t_CSD and t_CC of the SPI slave peripheral for the low power mode and for the constant...
I've experienced some struggles programming for Taiyo Yuden's EYAGJNZXX board. According to the user manual provided its chip is nrf51822 (which supposedly works with s210...
Hello.
I have a question.
I use nrf52 & Keil.
I want to get data from sensors and send it with BLE.
Now, I found sample codes.
It uses UART and sends with BLE.
...
HI,
I want to send an "Echo" command to the nRF8001 using an ATMEGA328. Can some one suggest code for it ? How should the command be coded in a packet ?
Regards
Hey,
currently I use nrf_gpio_pins_set() and and nrf_gpio_pins_clear() from nrf_gpio.h to set and clear specific GPIO ports, respectively. If I want to change the current...