I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
Code is based on Nordic UART Service Client sample on nRF Connect SDK v1.8.0
I am trying to create several client connections for different servers. The code is incomplete...
Hi Nordic team
I tried SDK Connect v1.8.0 ble_peripheral_lbs_coex sample.
It found advertising signal was very weak. The distance between PCA10112 and my phone was 1 meter...
I use PPI for ADC and GPIO pulling. When I connect and then disconnect - nrf52840 not advertise until reset the SoC.
I can connect after reset. But when I disconect then...
I am used to using Segger, but am switching to west for various reasons. The main reason is to create a CI/CD pipeline.
I built a sample project with west, didn't see any...
Hello,
I am new to embedded/BLE development so forgive me for my ignorance on some of these topics. I am creating a fairly simple BLE Peripheral Server device that has a...
I have built and run the application: Asset Tracker v2 using Segger IDE with nRF Connect SDK 1.8.0 , and my nRF9160DK device communicates with the AWS IoT Core topics.
I...
Hello Team,
I have interfaced Oled with NRF52805 on i2C.
I have used SDK 15.1.0. and ble_app_uart example [s112].
My problem :
I have made some customized functions...
Hi everyone,
I'm using SEGGER Studio for development. I wrote a code for accessing Flash memory by modifying flshawrite example in SDK.
Now I want to copy all dependencies...
hi,
How can I access flash memory of nRF52840 while using softdevice ? I just want to read and update two integer values? is there any simple way to do this?
Thank you...
Hi all:
I want to dynamically change device_name at peripheral_hids_mouse,
I perform two tests, but they are all not successful.
(1)
add below command into prj.conf...
Hello,
I am attempting to configure a Raspberry Pi as an OpenThread router, using the nRF52840DK for the RCP. Everything built fine. When the Raspberry Pi boots the avahi...
Hello,
I want to measure the frequency of 32.768k X'tal accurately.
I was able to output an external 32.768k X'tal to GPIO on a different CPU. Is there such a way with...
Hi Nordic people,
I've been working with the s140 for a long time now, having applications with our own central and peripheral device, but so far, the only way to make sure...
I followed the instructions to downgrade the desktop application and add the URL for the older tools. Installed the 3.7 compatible BLE app and get the error below.
I finally got a working i2c code base but it seems that the nrf9160 has internal pullups on the i2C bus me trying to combine this with a TXS0108 causes weird issues. I suspect...