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...
Dear Support Team
Our customer prepared to develop a triple mode operation game keyboard which communicating over Bluetooth LE, either via the dongle or USB. Should the...
Hello, thank you for taking the time to read this.
I've been reading through some of the forms, and I'd highly appreciate someone with more experience giving me some input...
Hi Support Team,
I’m designing a custom PCB using the nRF52840 based on "Circuit configuration no. 6" from the nRF52840_PS_v1.0.pdf. On our design, VDD_nRF = 1.8V which...
Hello,
I'm making some sensors based on nRF52832 and I'm using them as native transceivers. Maybe I'll look at BLE Mesh in the future but at the moment I just send and receive...
SDK 17.1.0
I developed a firmware that can be used in nrf52833-CJAA-R, but it can't be used in the nrf52833-CJAA-B.
According to the following link:
devzone.nordicsemi...
Hi Nordicsemi Team,
The one of our customers recently purchased NRF52-DK (Dev. Kit) which was Ver 2.1.0.
But This time has issue. He thinks after version 3.0.0. cause...
Hi, I am currently trying to use PWM on nrf9160 DK to control a stepper motor. Do you have any sample code for PWM? Also do you have the pin assignment of which pin on the...
Hello! I am working on a project I have set " sensor/server" as my starting point. The sensor is successfully interfaced with NRF52 I need to store the calibrated data of...
We're trying to develop a device driver by putting it in our application folder (under /drivers).
The west build system now recognises and builds it through the Kconfig...
I am following the instructions to set up NUS shell through bluetooth with the following example: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
hello
I try to make work the ADC on the NRF52840DK
I would like to use any of the 6 channels on the ARDUINO connector (p0.3, p0.4, p0.28-p0.31)
I am simply not able...
Hi . We have been struggling for months now to achieve DFU updates for our firmware with no success. On our latest stage we get "Can't find room for update". We are just trying...
Hi,
I have a very high consumption when using the ADC of the nRF9160, I am using the NCS 2.0, the firmware used is inspired by the sample provided on github below:
https...
HI
What is the difference between the two BLE commands?
From testing, I see that only the second works when I am writing to characteristic that is 1 byte long.
Hi,
I have 2 nRF5340 audio DK PCA10121 kits. I am trying to follow https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#building-and-programming...