Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Hi Nordic, I am working on NRF52 DK, with the example program ble_app_interactive, SoftDevice S132. I am trying to connect to peripheral board, but I can't establish an connection...
Hi All,
I am currently working in a team desigining a wearable that uses BLE in 2.4 GHz band to communicate with smartphones and other devices. We have been working with...
Hello developer's!
I am able to build Flash_fstorage_example in segger embedded studio, But when i press continue execution button, it take's me to
app_error_weak.c file...
I am trying to integrate a pressure sensor with our system and Nordic has libraries for LPS22HB sensor. I ordered STEVAL-MET001V1 from ST and try to modify the TWI-sensor...
Hi
I am trying to use the example given on your site
https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306/blob/master/README.md
I am using
IDE-Version: µVision...
Hi,
I would know how many packets per connInterval the nRF52832 and BLE stack are able to manage ?
I see that Android can manage a maximum of 4 packets.per connection...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi,
We were testing our product with nrf-Toolbbox.
It seems that in Android 8+ the device gets disconnected and the log screen gets cleared up once the app is put in the...
Hi Experts,
I am trying to design my custom board using nRF52832. I am using Segger jLink Mini EDU to connect/debug the chip/board. I took Thingy:52 as reference and designed...
Hi,
I know there are OTA bootloaders for nrf52 which can be enabled by pressing a button(gpio start) or by sending a message on a bluetooth cahracteristic(buttoless dfu...
Hi,
I am trying to use the SPI with a sensor on our PCB.
Based on the SPIM example, I changed the used pins to match our configuration, where the clock (spi_config.sck_pin...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about whitelist scan filtering.
After pairing and bonding, central would perform...
Dear Team,
i am using nRF51822 Cortex M0 controller , SDK version is 12.3.0(Soft device S130) i want add the PWM Driver, how can i add the driver to existing nRF51822...
hi, I'm using SDK 15.1.0 and s132 I have two custom boards one peripheral and one central. i don't want to use peer manager (according to requirements) And i want the peripheral...