Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hello,
It seems that T-Mobile LTE-M works on Band 8 in the Netherlands. However standard LTE modem FW doesnt support this band. Is there any reason for it?
I see on...
Hi, all
We going to connected a low power comsuption sensor with 1.8V power supply. I noticed Nrf52840 specifecation list feature point "1.8 V-3.3 V regulated supply for...
I am using nRF9160Dk and I am facing some issues in configuring the SPI and uart.
I am able to get my UART working properly with the following pins
&uart1 { compatible...
Hello!
I got my Thingy91 this week and would like to update the firmware as the first step.
I installed all the newest software nRF Connect v3.5.0 and Segger J-Link V6...
Hi guys,
Is there a recent example that shows how to add user description descriptors to characteristics on S132 V5.1 ? I have tried the various methods I could find in...
Hello,
My sck frequency will be 5Mhz.
Accordingly, nrf24l01 + mcu or Rpull = 10kohm and Cload = 50pF
How should I connect according to the SPI time parameter?
Hello guys,
We are performing BLE Scan with filtering by using the device name as a filter.
We are aware of the following facts:
All the advertising packets will be...
Hello everyone,
I'd like to use 6lowpan over BLE (that's IPSP isn't it?) on the nRF51822, specifically the Micro:Bit. What are the options for doing this?
It appears to...
Hello, I am a student studying zigbee. I want to communicate zigbee with the nRF52840 board, but first I checked the lead on/off of the board where zc_light was uploaded with...
Hello, teams!
Thank you for helping.
Now I'm interested in implementing the direction finding technology by using nRF5340 PDK.
Here are my questions.
1. Is there...
sir/madam i am beginner in nrf52 i want to display time stamp using an in built rtc. i am using that nrf calender in github as reference i am getting the following 4 errore...
Hi,
I have a problem with resume suspended TWIM transmission. My goal is to send | START | ADDR | DATA 1 | DATA 2 | STOP | where DATA 1 and DATA 2 will be send in two separate...
Hello
I am using SDK v17 and nRF52DK board (PCA10040) and testing mpu6050 sensor.
I want to print out the sensor value through the app through ble_app_uart.
Before sending...