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...
Sir, good Morning
I ported the nrf52840 to be compatible with the sandeepmistry/arduino-nRF5: Arduino Core for Nordic Semiconductor nRF5 based boards (github.com)
It´s...
Hello, fellow developers!
Right now I'm trying to decrease the current consumption of my BLE/Thread Node witch is build on the nRF52840 dongle. It is crucial for me not...
We are using an nrf52 with SoftDevice Version s132 v2.0.1.
We are loooking to use pstorage. For testing purposes we use the pstorage start
address 0x78000(BANK1).
Altered...
Other than busy Nordic engineers (which I welcome a response from of course), is there anybody on this web site that understands how the RF24 radios work please?
I'm trying...
hi support team,
customer using 52 gpio p0.26 as input, but config it as no pull in software, strangely there is no pull up in the schematic layout, only 10 nf capacity...
I opened a ticket, someone answered the question, I do not see a way to close the ticket or to reply to the person to answer the question. I don't see any "close ticket" button...
Hi,Guys
I met a problem when I study the Nordic DFU following the nordic DFU guideline, but chocked by generating the ZIP pakage.When I use the nrfutil commond, it couldn...
In order to use siniffer, I am checking the information through the following path.
https://www.nordicsemi.com/-/media/DocLib/Other/User_Guides/nRFSnifferUGv22.pdf?la=en...
Hi, Noddic & all:
I meet a problem when use external flash(25Q64FVSIG) as the USBD_MSC example's storage;
that is : "fatfs_init()" return FR_NO_FILESYSTEM;
then I go...
Is there a way nRF52840 with external flash memory to work as standard USB flash drive (standard I mean discoverable from most common operating systems) as a known type flash...
Dear All.
I have question about some hardware specifications.
below is i found in nordic info.
and it says I2s have 0, 14, 14(52810, 52832, 52840) of Easy DMA MAXCNT...
I am checking the ble_app_att_mtu_throughput program to increase the amount of Bluetooth transmission. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0...
Can someone please help me i cant make TWI work with BLE at sdk 17 i am using ble_app_uart_pca10040_s112 as a template for my project but it keeps failing and getting stuck...
Hi!
I'm working on the NRF52832. I'm using the function "nrf_serial_write()" to send data over uart. I want it to work in blocking mode. As I can read in the infocenter...
I am working on BLE development and need to study the BLE heart rate collector and peripheral examples. I plan to flash ble_app_hrs onto nRF51422 and ble_app_hrs_c onto nRF52840...