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...
When i try to use SES to build my project.there is error.The enviroment i confige as descrblied. them i use toochainmanger in nrf connect tools,the error is as the same as...
I'm trying to determine how to get a Linux timestamp for a project using nRF9160. It looks like the mktime() function is not supported. Any suggestions?
thanks!
I'm running into a weird bug where the first 4 bits received by my SPIM are always 1 - the next 64.5 bytes are all correct though... I've built 3 FWs out of provided examples...
Hi guys,
I have developed an app to read data from some sensors and notify the central with a frequency of 100Hz. It seems to work but I would like to share my approach...
Hello,
We are trying to get UART communication between nRF9160 and MSP430.
MSP430 need to send out a sensor data through UART.
We are using 1.9.1 SDK, and Visual...
Hi,
Is it possible to remotely execute a command that would force a BLE node into indefinite sleep or standby mode?
I am working to build out a BLE mesh network, where...
Hi. We have a custom board featuring 4 FSR sensors on it, based on the Nrf52810. Initially i tested those boards and the sensors using an STLink-V2, along with the Arduino...
hi thanks for you heip!
i want use \nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio_test for radio test, here is the questions:
1、could this example can send prbs9 wave...
Hello!
I have to decode signals from two quadrature encoders. I know nordic has a driver for this, QDEC, however. there are a couple problems:
1. I need to control two...
Hi
Is there some example, how to use CAF and sensor_manager. I try to use BME680 sensor with CAF, but i'm somehow stuck. I got the sensor manager working and I see sensor...
Dear, I copied the Button sample project to another drive i.e. G. I added the overlay file. The file is attched. The included file is shown on ltop left corner side under...
Hi!
In my device,I make a master to connect a slave,in the NRF5_SDK,all examples for client are initialize with the service uuid.The questions is when the master don't konw...
The Socket AT commands documentation found here does not match the actual responses we're getting when we the run the commands on the modem through LTE Link Monitor application...
Hi Nordic Team!
I'm trying to configure device tree to add support of MX25L6473E for my custom board.
I have successfully configured it to correctly read the jedec-id...
Hi,
I have an NRF52-DK, which works fine. I'm developing applications for external modules, obviously, and am currently programming them with the DK on-board programmer...