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...
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...
Hi BJorn,
I am using nRF52840 chipset using NINA-B301 EVK and could port and test some test applications using NRF52 SDK. My query is in actual harrdware we are using only...
In the nRF52832 Product Spec v1.4 th the ere are discussions in sections 16.5 and 19.3.10 about being able able to output a divided down version
of the 32MHZ clock on the...
I'm using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I'm communicating with via SPI can't handle consecutive...
Hi,
I am trying to write a I2C read and write wrappers for Invensense MPU9250. Previously, I was using SDK11 and I don't have any issue with it. However, after porting...
Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6...
Hi, I want to send 9000bytes one sencond.But when I send these bytes it will return error code is 19.
I had increased the ATT MTU to 274 with the function of nrf_ble_gatt_att_mtu_periph_set...
Hi everyone,
I'm playing with the nRF52840 dongle (PCA10059) but I'm not able to program it using nRF Connect (v2.6.1).
I open the sw and connect the dongle, choose...
I am trying to see onboard SD card via usbd_msc and I can not achieve that. I am sure SD card is connected properly and working as I can mount it and write files to it form...
Hello ! Hope I can get help with this as I am completely new to this and dont get a hang of it yet. What I am looking for is to be able to use the servers as clients. I have...
I use nrf52832-AA, S132
I use Fstorage from 0x68000 to 0x73FFF in flash memory.
Reading or writing data from that memory.
It doesn't have any problem working normally...
Hello Everyone,
I am newbie to nordic BLE environment. This maybe a silly question.
Currently I am using nrf51 DK with SDK11, S130.
Data to be sent through SPI:
...
Hi,
I was trying to add generic onoff server model to the dimming server example in order to On/OFF and Dim the LED on the nRF52 Dev board using nRF Mesh App. I added all...
With 100 battery powered bluetooth long range slave nodes connected to one master. To increase battery lifetime, Is is best to connect/disconnect all slave nodes to the master...
Hello,
I have the following scenario:
The device boots and starts to advertise.
When the central (android phone or iPhone) connects, peripheral requests bonding and...
I am using sdk 11, s130, nrf 51822.
Before getting into the question I ask in the title, I would like to ask this first:
1. Is it correct that every time I call pm_peer_delete_all...