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'm using the nRF52840 in a new design, following the reference designs as a guide. I've noticed that the reference layout files and the development kit use a different...
I've been trying to integrate the Mesh SDK 3.1.0 alongside the nRF5 SDK 15.2.0 on a custom board. I've integrated the light switch server example as part of the code (replacing...
So i was merging a code from peripheral to dual mode which caused my softdevice to change from s112 to s132 .I used the proper flash placement xml file also.After merging...
Hi Sir,
I am use S132 softdevice and it converted to binary file using srecord tool, the add binary file into IAR project seems not working for softdevice.
Below is my...
Hi! I'm brand new to Nordic development. I am unable to get blinky working for the nrf52810 SoC, running off of the Rigado BMD-330 evaluation board; however, I am able to...
I'm having what I believe is a hardware problem on a custom board with an NRF52832. Unfortunately I cannot share the schematic, but will try to describe the symptoms and will...
Hello,
I also think my question seems wired, but I have a situation to make same production of 2 type about BT exist.
I will use 3rd party BT module when BT type product...
Hi all,
I have a problem where I get a Flash page erase failure when scanning interval/window is 3.125 ms (or other very small value).
(SD132 2.0.0, SDK 11.0.0)
When...
Hello,
I am currently working on a custom nRF52840 board. I have to make the nRF52 communicate with a chip using TWI, so I started from SDK 15.2.0 TWI Scanner example...
Hi!
I try to compile secure DFU from examples SDK15.3 for nrf52810 (pca10040e_ble). I added old files from DFU SDK15.0 in to my new project. Also added file micro_ecc_lib_nrf52...
Hello ,
I saw some examples in nordic forum in that they measured coin cell battery voltage level
how to interface 22v battery to nrf52832?
Thanks
learn
hello everyone,
In my application single central(ble_app_uart_c) scanning and check each peripheral(ble_app_uart) Mac id. which peripheral mac id is defined by central,...
Hi all,
Can anyone suggest me how can I flash raytech dongle nrf52840 ? I tried two following solution
1) I tried using SWI interface with dk board ,getting an error message...
Hello,
I'm having difficulty with an app which combines USB (CDC ACM) and 802.15.4 using Softdevice (15.3). The issue appears to be related to hfclk, which is started to...