NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
I have used NRF52840 and SDK 13.0.0.
When I have used USB or ESB one by one - all is Ok.
But when they are used together - usb driver goes into an infinite loop here:
...
Hello.
I am developing a project on nRF52832 using SDK 13, in which I need to transfer up to 300 bytes of data from iOS device via my dedicated app (in the background) to...
Hi,
I read in the documentation that one can loop a complex playback. The way I understood, one could load a first sequence (say seq1) and a second sequence (say seq2)...
Hi Nordic Team,
i am working on nrg52 to glow a RGB LED with white and Yellow colours. configured the RGB pins to three different Gpio (A2,A3,A4).
for this i am using...
I have an application where I read a IMU at around 60 - 80 hertz.
How should I configure the S132 so I can send my 14 byte string packet with a constant time interval?...
Good evening (at least here...)
I successfully developed an application with Keil on the Rigado EVAL board with the following steps:
nRFgo Studio -> erase all and...
Hi,
is there a way to make a all in one bootloader image which includes Softdevice and APP in one zip?
And is there an example of the DFU via a Master uC. My setting is...
Hello all,
I am trying to program my custom board using the debug out from the nrf51-DK.
I connect all the needed pins and on the nrfgo select the Segger but when I do...
Hi,
I want know how nrf51822 bootloader finds images type(means weather it is softdevice,bootloader,app) when we pass an image to bootloader for update. And also how bootloader...
There is a list of 3rd party modules at www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules . Will it be updated to include nRF52840 modules?
It appears the nRF51822 Product Spec does not list the current nor power for the radio DISABLED state. The Reference manual description of the state is “No operations are...
Hi everyone,
First post here, so apologies in advance for lowly questions!
I have a Fanstel EV-BC832 dev kit for their BC832 module , which uses the 516K Flash / 64K...
Hi all,
Having a bit of an issue with the SPI manager scheduler. When sending small packets (<4 bytes), I seem to be able to queue as many requests as I want.
However...
I asked the following question, TWI Stuck Bus Recovery , last week and got a great answer which I implemented. I tested my implementation by changing the device addresses...