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...
We are starting different projects around the Thingy :52. When studying the SDK and harware doc we are faced with a possibly stupid question : we have identyfied an accelerometer...
Hello all. I have been having issues using the hash functionality of the nrf crypto library.
Above is the screenshot of the output I am getting for the code shown below...
I am struggling with the Zigbee SDK for the nRF52840. I have successfully run the light switch demo with the PCA10056 board as the switch and two dongles behaving as coordinator...
I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it...
I followed instructions given here https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I got it working in Build and Debug mode. However...
Dear Sir,
I am calling the function sd_ble_gap_disconnect() to disconnect the peripheral from the App.
This is called inside ble_evt_handler() function and under
...
I'm looking for Memory LCD shield like using nRF52840 long range demo.
The shield name is probably PCA63520. However I can not find it.
Where can I get it?
In the folder for the sd_api_v6 there are the headers for the softdevice S140: pc-ble-driver_v4.0.0\src\sd_api_v6\sdk\components\softdevice\s140\headers
I have a custom...
I want to use the CUSTOMER[] fields for their apparent intended purpose of storing calibration data in nonvolatile memory. I find it quite absurd that the softdevice would...
Hi,
I am using PWM to control LED power.
The code i use for initializing the PWM is-
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(1000L, PIN1, PIN2); err_code...
Hello,
I am trying to run the example DFU over TFTP. I have setup a tftp server with following configurations:
# /etc/default/tftpd-hpa TFTP_USERNAME="tftp" TFTP_DIRECTORY...
Hi,
I've followed the link https://devzone.nordicsemi.com/f/nordic-q-a/35675/how-to-use-static-passkey-for-a-no-display-no-output-peripheral
and added it to uart example...
Hi,
My app requests a timeslot in various conditions - sometimes the timeslot needed is long, sometimes short (unknown a priory) so it asks for the longest possible...