Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hi, I want to use TrustedFirmware-M as a secure backend for an application that uses Mbed TLS in the non-secure domain, and this seems to be artificially limited - the MBEDTLS_USE_PSA_CRYPTO...
hiii,
I'm using the light switch example from the mesh SDK, version 5.0. I've successfully configured the client and the server using the nrf mesh app. however, my client...
When I do a 'build and run' in Segger Embedded Studio I get this error
Then I press the reset button and everything works.
If I do 'build and run' again the error repeats...
Hi
I would like to add to the scan_adv example, the possibility of the FOTA upgrade.
I can merge the scan_adv and smp_svr examples, and get them to work at the same time...
Excuse me:
1、The customer wants to use p0.21 pin as General purpose I/O,Can the reset circuit of p0.21 pin be removed?
2、The customer said that when a new nrf52832 chip...
Hi,
I want to add DFU over mesh and usbd into the client example.
I have faced an error of Multiple definitions of UARTE0_UART0_IRQHandler. I comment out the UARTE0_UART0_IRQHandler...
Hello,
i am currently trying to create a project that uses the NRF52840 board as a switch to control sylvania smart+ A19 filament light bulb.
However, i am unable to detect...
Hi,
I'm using NRF52840 in order to implement an application which will connect to a mobile device with PIN code (MITM). In addition - my app will be able to connect to a...
Hi everyone,
I'm using the nRF5340 board, nRF Connect SDK v1.5.0 and the nRF Connect app.
I am also using the example code "beacon" and all the data with integer format...
Hello,
I have been developing a serial C# application to work with the nrf52840 chip, initial development was done using the nrf52840 development kit which worked without...
Good morning,
I am using SDK 16.0.0 and nRF52832 uC. I have a project where I need to connect the uC to a CoAP IP. The only internet access it has is through an SoC developed...
Hi, Usually we set FLASH_START macro to indicate application start address, I do like to consult is't possible to change the FLASH_START from prebuild binary file without...
Excuse me:
PCA10095 cannot be download .hex on SES and nrf conncet programer,The figure below shows the problem downloaded on SES.How to solve tihis problem?
Hi, dear Nordic & all:
When I run libuarte example,I found a problem, I just set P0.14 to high at the begin of mian function, then I send data and test the example's function...