Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi
I am powering the nRF52840 from a 3.3V DC power supply and connecting it with a IMU thats cannot go higher than 1.9V on the I2C bus
I use 1.8V.
Will the I2C coomuncation...
Hi,
I have a new NRF5340-DK and I am trying to connect it via usb on linux but do not see it in the syslog when connected. I actually do not see anything at all.
When...
Hi,
I want to implement a pwm output signal on a particular pin of the nRF52840DK working with the latest nRF Connect for VS Code. What would be the recommended way to setup...
Hi,
I tried to flash the blinky example to an nRF52840 Dongle as described here:
https://academy.nordicsemi.com/flash-instructions-for-nrf52840-dongle/
Console output...
Hi I'm trying to create a transparent CDC to NUS bridge, this is based on the nrf52840 dongle.
The Aim of this is to send binary files to our device from a PC, our device...
I wrote a code for GPIO interrupt when DRDY pin goes high to low(Data ready) interrupt should occur and call a function but it is not working Below is a code:
intDRDY =...
Trying to implement FOTA DFU over BLE. My application uses my proprietary code (instead of mcumgr) to download signed OTA firmware image to secondary slot (in my case it is...
I am working on an application with significant constraints on power consumption and distance immunity. After some research, I found the Thingy:53 module, which is well-suited...
We had tried AT#XSLEEP=1 command in nRF SDK 2.5.0 and it worked. We saw it working for both modem FW 2.0.0 and 2.0.1.
When we updated SDK to 2.6.1 and modem FW 2.0.1, the...
I am building and running the Serial LTE application on a nrf9160. But am facing an issue with the application going into a reboot loop when network is activated.
I am using...
Hello,
I am working on building a BLE peripheral using the nRF52 DK board. I want to create both connectable advertisement and unconnectable advertisement (beacon type)...
Custom nRF9160 hardware. UART0 over RX/TX-TTL. Updated to MFW 1.3.6. nRF SDK 2.5.2.
Two issues:
1)
Normal at_client w/ PDN enabled to set APN. LTE Link Monitor, and...
Hi
I have a question regarding the power consumption of my own PCB.
I have taken a power profile of the nRF9160DK dev board and of my own PCB with the same software, but...
Hi,
I was looking for a way time sync among nrf52840 devices and I found "Wireless timer synchronization among nRF5 devices" guide and the git hub.
However, it seems...