I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
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...
I am working on nrf52840 and I want to control the motor speed so I want to generate the variable frequency PWM for the same. How can I generate the variable frequency PWM...
Hello,
I need to configure second UART for nRF52840 DK. So I would like to know the overlay file for uart2 configuration with exact GPIO pins. Also the .c file to initialize...
I 'm porting code from Zepyr 3 .5 to 3 .7 and am having errors in my ds2484 1 -wire device . It was working fine but now reports an init error unless I add deferred -init...
L.S.,
I'm trying to build an "Arduino" port for the nrf52840 (Seeed board).
When building an example I'm getting the following errors during the link phase:
.\Objects...
Hello,
In my project I have b0, mcuboot and an app. My nRF SDK version is v2.7.0.
My project works fine if I use an absolute address in SB_CONFIG_BOOT_SIGNATURE_KEY_FILE...
Hi,
I am working with the nrf9160 and ncs2.7. Is it possible to programmatically change how pins are defined? For example, on startup 2 pins are for I2C (SCL and SDA) and...
I'm seeing inconsistency in reading the ICCID from the nRF9160 modem with modem _info _string _get (MODEM _INFO _ICCID , mystr ,strlen (mystr ) ) ;. All other modem_info calls...
Hello Nordic DevZone Support,
I hope this message finds you well.
I am currently working on a project using the SEGGER Embedded Studio with Nordic products and I am trying...
This information is printed all the time while the debug is running at full speed What is the reason for this?
If it is not debug, the program runs normally
I want to develop some applications on top of Google Fast Pair. Created the fast pair input device application with the SDK version 2.7.0 rc1 and built with prj.config
...
Hi,
I have working with Bootloader development on nrf52840 controller, for that i followed devacedemy course for firmware update using Uart and able to update firmware using...
Hi,
I get a Mcu Mgr Error: 10 Group: 1, when I
start OTA on Android smart phone
interrupt during upload by disabling BLE on the phone
enable BLE again
retry OTA...
Hello,
I was using VS Code earlier today creating different build configurations for our hardware (nrf52840 and nrf9160 based) and everything was fine. I restarted the application...