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...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi Nordic,
I am working with nRF52840, sdk17.1.0 and got a pcb with external flash with GD25Q16E.
Pins usage are: SCLK: P0.25, CS:P1.00, SIO0:P0.21, SIO1:P0.15, SIO2:P0...
Hello everyone,
I am developing a product with nRF52840. The board has a magnetic sensor (LIS3MDL), a ToF sensor and a LoRa module (Sx126x).
I have worked with nRF52 products...
Hello all!
I would like to use the PWM driver, yes, the hardware that is on board the chip. To get going certain code parts from the PWM driver that comes with the SDK,...
Hi there,
We are using the Serial LTE Modem MQTT client .
So when the #XMQTTEVT messages comes in, the first parameter <evt_type>, is documented well here:
However...
Hello.
I want to write 3 bytes of data using BLE in a memory area that will not disappear when the nRF52820 is powered off or reset.
Currently, when I create a program...
Hi, I trying to run the spi_flash example form zephyr.
My sdk in 1.9.1 - nrf52840 in a custom board.
I have tried everything and I always get the same result:
JEDEC...
Hello,
Aim : To write and read x bytes from the QSPI interfaced external PSRAM(APS6404L-3SQR) using the nRf52840.
Configuration : Following is the configuration of the...
Dear support
I am developing a generic central application intended to connect any BLE devices which is connectable. So I need to figure out which parameters are needed...
hello Nordic
i am working with nrf52832, ncs 1.7.1
we have to turn on the power before trying to read jedec and to avooide changing ncs spi_nor or using SYS_INIT we decided...
Dear Nordic-Support Team,
Introduction
I have read through some sources (tickets and documentation) but I am still struggling to see the big picture of UART configuration...
SoftDevice: S113 v7.0.1
SDK: 15
Chip: nRF52840
It looks like setting PA/LNA pins on port 1 result in NRF_ERROR_INVALID_PARAM being returned by sd_ble_opt_set(). When...
Hi All,
We have been using NRF52 products for a few years now and currently doing an PoC of using the BLE DFU with a CODED_PHY.
Our solution does use the DFU already but...
I am using the nrf_serial library SDK 15.2.0. I have implemented the solution suggested in Case ID: 216973 for recovering from driver errors. This helped me get over errors...
Hello,
been trying to add lte_lc_connect_async(lte_handler) to mqtt_simple, just like the way it is in sample aws_iot. Instead getting a failed response.
Now not sure...