E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi all,
I use GPIOTE and DPPI to read SPI data from IMU sensor. After IMU send out "Data Ready" signal, GPIOTE will be triggered and DPPI start to read using SPIM2.
And...
Hello ,
I am working on a project an nRF52840 + quectel BG96 modem. I am porting the freeRTOS cellular interface library for the Nordic platform and mainly the FreeRTOS...
Dear all,
I am developing a device that base on nrf52833, nrf connect sdk ver 2.0.0
The device run bluetooth mesh. And becase it was powered by battery, so it must go...
Hi there,
There are some problems when setting nrf52840 GPIO interrupt. When I use gpio_pin_interrupt_configure_dt api to configure 11 gpio pins then download to my customer...
Hi
I am testing <InstallFolder>\examples\peripheral\usbd_cdc_acm project, when I use serial tool of pc to open port, it can send or receive data.
but if I don't want to...
I wrote this function:
When calling it and
ptr points to something odd, the chip seems to crash. Can you not dereference odd memory addresses?
Or is there a different...
Hi,
I have been using nrf5340 audio dk fir the last couple weeks with nRF Connect SDK v2.1.0 and nRF Connect SDK v2.1.1. There were issues with the audio template for walkie...
Hi,
I'm using nRF Connect 2.1.1
I create a application based on 802154_phy_test template.
When I create a configuration and build for the nRF52840 it compiles OK.
...
Hello,
I have a TMP117 attached to I2C1 on a nrf5340 and am using the zephyr NCS v2.0.0 driver to communicate with it.
How can I configure I2C1 for power management...
Hi, I am looking to use mcuboot to manage 2 separate images. The idea is that under certain conditions, image 1 would jump to image 2.
To test the idea, I am using the zephyr...
When using the Toolchain Manager through the nRF Connect for Desktop app, the Toolchain Manager is failing to fetch the index files resulting in the version 2 toolchains being...
Hi there,
as already mentioned in other tickets I'm developing a usb to uart bridge based on the nrf52820. The nRF5 SDK version I'm using is 17.1.0.
Right now I'm facing...
Hi,
When nrf9160 as serial modem, can AT command be sent/received over SPI interface without modify FW ?
As I know, the UART interface is the default setting for transmission...