I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Hi guys,
i was testing the connection speed from android in conjunction with advertisement time to see what will work better in my production code.
The result were:
...
Hi, Forum.
I want to make uart_bootloader without softdevice. for this, I want to prepare keil project.
I tryed this but I have some problems.
Basically,
My bootlader...
Hey there!
I am trying to switch from Keil to Eclipse.
I have followed several tutorials on this website ( like this one ) and I can easily create new eclipse project...
Hi,
I use the SDK9.0.0 S130'DFU project in the parth of pca10028\dual_bank_ble_s130\arm5_no_packs\ for testing.I found S130'DFU code is different compare to the S110 of SDK6...
Hello,
I am using MDBT40 ( www.raytac.com/.../MDBT40 spec-Version A5.pdf) in my project. Also I am using arduino IDE to create .hex file for MDBT40 using this reference...
I have the nRF52DK board and I am using that to reprogram the Sparkfun breakout. However, initially, I was using the Sparkfun Beefy UART device to flash the nRF52832 to begin...
This message appears :
Field 'BLE_GAP_CONN_SEC_MODE_SET_OPEN(&hrs_init.hrs_hrm_attr_md.cccd_write_perm)' could not be resolved
but the build and flash were successed...
I have enabled Timer 2 with 31250Hz frequency. I wanted to call an interrupt after 10ms, ie 312 ticks for the timer. But the interrupt is not getting called, I have spent...
Hi Folks,
I have a quick question about the Beacon kit. I'm working on a project that is going to use Windows 10 Hello companion device framework to build a Windows Lock...
is there a tutorial for Ble ECG program and configuration using nrf52832?
I want to make integration from heartbeat sensor to nrf52832, make nrf52832 connect to computer...
I use SES 3.12 in mac os x.
I followed this post .
I added ../../../../../../components/device into User Include Directories in Project - Edit Options... .
But I got...
Hi,
I am trying to connect to a peripheral device but keep getting the above error on DB Discovery.
I am using the nRF52832 on a custom board with S132 and SDK 13. ...
As I know, BLE Advertising on 37, 38 ,39 channel and I can select which channel to advertise by masking them.
But, Is it possible to make an data connection to a channel...