Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hello Nordic Wizards,
We are in the final throws of a project preparing to go to market. However we have identified a "strange" problem.
if the batteries driving the board...
I keep getting this warning message while I'm running the peripheral_uart sample on a nRF52820. Anybody had experience with this? I assume it has something to do with my heap...
Hello,
I would like to synchronize my mesh server's current time with my smartphone. It is possible using nRF Mesh Mobile Application ?
I saw on the mesh models list that...
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...