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...
Hello,
We have a Xamarin Forms application, which we use for connecting to nrf52840 device and read/write characteristics. We managed to do it using Plugin.BLE nuget available...
I have difficulties in decoding the nRF9160 GPS output data. I know that nRF9160 reports its GPS data in NMEA GPGGA format, however, I am wondering why the last number which...
I want a waveform as below for motor control. I am trying to create this using nrf pwm driver.
I set the pwm sequence as below and checked the output. 2nd duty repeat does...
Hi,
I am trying to retrieve data from server using HTTP GET request, using AT command for Serial LTE modem application.
So, I can connect to the server using AT#XHTTPCCON...
I have a hardware like the PINE Watch, with nRF52832 and external memory XT25F32B connected via SPI with the following:
PIN P0.2 SCK
P0.3 MOSI
P0.4 MISO
P0.5 CS
...
I am developing my own low level radio protocol based on BLE advertisement telegrams with the nRF52840. It works good so far and the usage of SHORTS helps a lot.
But there...
Excuse me:
1、 I can't find the USB DFU example of the nrf52820 in the SDK.Does nrf52820 support USB DFU?
2、52820 needs to Implement USB OTA ,enumeration as keyboard...
Hello,
I'm trying to include a byte in the advertised data that indicates on which channel the advertisement is being sent, 0 = channel 37, 1 = channel 38, 2 = channel 39...
Hi,
We have a board with an nRF52840 working as the primary MCU which controls an nRF9160 via AT commands.
P109 from nRF52840 is connected to the nRESET of nRF9160. To...
Using the GPS sample application as a base, I examined the behavior of "concurrent" cellular and GNSS. I enabled cellular with at+cfun=21 after a GPS fix was obtained. I also...
Hello!
I'm currently working with Zephyr on a custom board based on the RAK5010 board. This board (RAK5010) is currently supported by the Zephyr project,uses the NRF52840...
Good day i am new to Nordics platform and SDK also new to segger embedded studio
i am required to develop a solution that receives data on the UART of the NRF52840(client...
Hi,
I have PCA63511 Power Profiling DK and nRF52840 DK ( and nRF9160-DK )
I was using SoftDevice SDK, and no issues with measuring nRF52840 device. But now I switched...