We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
As well know, the nrf52832 had build-in a battery level detect function. It can get battery-level by following program
Would you please tell me how to design it...
Hi
When I finished the program and read back, I saw that there was unintentional data at 0x2D000 and 0x2E000.
I used up to 0x26000 addresses. Where is this memory used...
I've taken the basic examples/peripheral/blinky code and tried to add the logging module to it. For some reason the only time I can get the application to run and log correctly...
I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken...
Hello,
I want that nRF9160 goes into PSM on boot until a button is pressed, do someone have a good link about PSM please ?
How can I do a software reset with a clean lte...
Dear people,
I use a pca10056 (alternatively the pca10059 dongle) and have compiled the connectivity firmware as described on the github page (release 4.1.1).
The only...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\serial and board pca10040.
Supported commands.
In [2]: for i in range(0, 10): send(cmd.Echo("Hello: " + str(i))); time.sleep...
Hi, I'm reading the nRF5340 OPS v0.5.1 document and in section 3.2 ("Memory") there is a reference to "256kB of peripheral RAM". However, the document doesn't explain what...
Hi there,
I'm working on nrf82382, try to use COMP function to monitor the voltage of AIN0(p0.02), but seems not working, no example for the COMP. and then I found the...
We enable TX notification of NUS service with bonded iOS (iPhone), iPhone constantly sends TX_READY command until disconnect.
Can you confirm this is correct behavior. ...
Hi, I am working with the adxl362 sensor and the nrf9160 SPI example ( https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/spi/src/main.c ) and...
Hi, I am working with the adxl362 sensor on the Thingy91 and I want to set the trigger of the sensor to a specific value.
In the datasheet ( https://www.analog.com/media...
Hello everybody! I'm developing an application using CMSIS DSP library, so i included about 20 math files and using finctions from these files. After compiling i get a linker...
Hello Devzone,
I'm designing a custom board solution that drives a motor using a nRF52832. The board is powered with 4 x AAA batteries and a 2.5V LDO (STLQ50C25R) is used...