Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Error: L6218E: Undefined symbol ble_bas_battery_level_update (referred from main.o)
Error: L6218E: Undefined symbol nrf_drv_saadc_buffer_convert (referred from main.o)
Hi devs,
I am working in an nRF52 DK.
The attached example is not working when I change the SCL and SDA pins of TWI1 module. This is also not working if I disable TWI1...
Hi,
Is there any software I2c library or example projects for nRF52 devices (PCA10400) with pin configuration, read and write functions? I am using an SMBus based sensor...
Hello,
I am testing the ble_peripheral example of ble_app_uart (SDK 12, soft device 130), this has been asked at a lot of places that the MTU is limited to 20.
But then...
Hi,
I am using nRF51822 and implemented timer-2 with 2 sec capture/compare interrupt rate. But if I want to read timer's current count before it generates interrupt or...
at nRF51 SDK v9.0.0, S130, PCA10040, at peripheral side
If we receive a characteristics less than 20 bytes, we can get the correct handle value(like 0x3B). And then everything...
I bought nRF51-DK yesterday.
I installed nRFgo Studio(1.20), Keil uVision(5.15), Softdevice s110 (8.0.0), J-Link(5.00),
nRF51 MDK(7.2.1)
I turned on the nRFgo studio...
Hi,
I'm using Eclipse Mars 5.2 on Windows 10 along with the GNU Toolchain as described in the "Development with GCC and Eclipse Tutorial" by Vidar Berg (Thanks very much...
Hi, I can't get SPI slave mode working on nRF51822. I'm using the Core51822 module with a BLE400 board from Waveshare and up to date mbed. SPISlave::receive() always returns...
I implement it with sdk 11.0 and a third party core-board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,then I open ble_app_hrs s132_with_dfu(arm4) project...
Hi,
Currently I'm using internal RC osciallator for LFCLK on the system that run on CMSIS-RTX and Softdevice S110 and it doesn't have external 32K crystal.
The RTC os...
Hello,
I just received an NRF52DK today. I was able to run the demo (LED blink/Switch and NFC) which comes factory installed. But copying the hex files from demo (proximity...