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...
Hello, I have developed a module using 54L15 and am currently measuring its RF performance. On Rohde & Schwarz instruments, I have observed numerous test results regarding...
Hi guys, I am using the SDK v2.9.0 and the toolchains b620d30767. To add the build configuration for the sample peripheral_uart, the console print some error log.The log as...
Hello.
I am trying to follow Downgrade protection using MCUboot to enable Hardware-based downgrade protection. However, an error occurred, and the software did not start...
I used the battery routine to test the ADC, and the voltage measured was 3 times larger.
How to fix this problem?
Bat+ is 3.3 V.
dts setting:
vbatt {
compatible...
Hello,
I'm looking for an existing Android/iOS Flutter DFU library that supports nRF5340.
I found this one: https://pub.dev/packages/nordic_dfu but with limitations to...
Hi there I am using nrf5340 for my project. As per the datasheet , it has 1MB flash memory for application core and 256KB for network core. what i want is to merge the network...
There are two USB ports. IMCU and nrf5340. I had a lot of trouble with bad cables but i found one that works and I find that I have a jlink drive that pops up so I know there...
Hi,
I use the nRF9160dk and I want to use nRF9160's external flash mx25r6435f to store a few data.
There are few related posts from too many years ago. Could you provide...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I want to use "Manufacturer Specific Data". I created a sample program, but 8 bytes from the beginning are not...
Hello,
has someone running a working example to open a TCP socket including TLS? Or what is the best base to start?
I am struggeling with the certs and key... is there...
Hi there, I have a potentially dumb or creative question that i cant seem to get a good answer on. I am running a device that is going to be conscious of uA level power consumption...
Hi,nordic team
In programming code with v2.9.0\nrf\subsys\bluetooth\conn_ctx.c
and found some bugs of mutex lock.For losing unlock result in lock forever bug.
The selected...
To preface:
nRF Connect SDK 2.9.0
nRF9151 DK
Windows 11 PC
Hello,
I just stumbled upon a potential issue after trying to figure out why I couldn't use 'softreset...
Hello, I'm having problems trying to make the MODBUS RTU Client code work on my board.
I'm devoloping with nrf Connect SDK v2.1.0, using Visual Studio Code.
The board...
I build the NCS 2.9.1 connectivity bridge with
west build -b thingy91x/nrf5340/cpuapp
when I try to flash that with jlink, I get
west flash -- west flash: rebuilding...