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...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I'm having trouble using an external j-link probe (J-Link plus compact) with the nRF52840-DK with Segger Embedded Studio. I am powering the DK from USB (Sw9 VDD) , using the...
Hi Great QA team:
Our clients are studying for the details of 52833. And they'd like to know the maximum external draw current through VDD at high voltage mode.
It's clearly...
Hi,
I am testing the ble blinky example as it is from SDK v16.0.0. I am seeing a good amount of time(~340ms) from reset(pin reset) to advertise the first packet. I am keen...
So for this what I am trying to do is-
result = ((float_t)0x3F4040A3); NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(result));
But this is...
Hi
I have a strange phenomenon when using ANT proximity function.
Configuration: nRF52840, SDK15.2.0, softdevice S340 v6.1.1
The following initialization function of...
I've been using the USB HID Composite example along with the advice from this thread https://devzone.nordicsemi.com/f/nordic-q-a/38271/writing-words-to-usb-composite-keyboard...
Good day
I'm trying to run the ANT IO demo using two nRF52840 DKs. In order to do that I am trying to migrate the example from softdevice s212 to s340. I am currently using...
hi,
i want to connect 18 peripherals to a central. if iam changing NRF_SDH_BLE_CENTRAL_LINK_COUNT and NRF_SDH_BLE_TOTAL_LINK_COUNT more than 8, all peripherals stop pairing...
Hi,
usbd_cdc_acm project implemented UART over usb, which is great. However it cannot send bytes from PC to DK board, only DK board back to PC.
In order to implement sending...
I use the SPIM to access a nand flash memory device. There are times, when I need to "free" the SPI bus allocated by the nRF52840, so that another CPU can access the memory...
I have been closely following this thread ( https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/217018 ) to provide support for the LTE...
Hello all,
I am using the NRF52810 board with SDK 14.2
I wanted to convert pca10040 to pca10040e file of buttonless dfu and secure bootloader .
I have gone through this...
Hi, I can read data with my laptop BLE as below.
Could anyone tell me where can I find the data layout doc? I want to figure out the data layout and dimension.
Thanks...
I've been having several issues with the nRF52840 so far:
Issue 1:
When trying to flash an nRF52840 with NCP firmware using a Segger JLink, I connected the SWDIO and...
Hi all,
I noticed an issue on the last release of the NRF Connect mobile app at least on Adroid devices.
It seems that every time I am trying to make a secure DFU (buttonless...