Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
Hi, We are using nrf52840 with BLE device which is connecting to a mobile phone. The first pairing requires password to create the bonding.
the connection seems to be stable...
Hi Dev Team,
I am using a Thingy91 V1.4.0 and I have connected my Thingy91 to the nRf Cloud using the asset tracker example using NCS version V1.4.2 .
The update section...
Hi Dev Team,
I am running a program that is publishing data over MQTT using a particular topic and broker on the Thingy91.
I wanted to know a way in which I could send...
Hello,
I am playing around with pc-ble-driver-py to make a connection towards a BLE peripheral. The peripheral is using a custom service very similar to the Nordic UART...
hello Nordic
something is not clear to me regarding the use of timer and ppi to toggle a pin
1. to my understanding the whole idea of using the ppi is to avoid CPU intervention...
Hi,
We have two sensors, both on the same I2C bus, and we use them with softdevice.
First i must say that the SDK is really poorly written, time wasting and awkward to...
Hi,
is there an example of how to build up a custom USB device? The throughput of the CDC example is only 200 kB/s and we would need a bit more.
Thanks in advance,
...
Hello,
we've got a quite unpredictable issue with a hardfault call : actually this is in this function call : app_error_fault_handler (in app_error_weak.c file)
We use...
I am using the zephyr rtos which run on the nrf52832.
Describe the bug We are using a nrf52832 based board. There are some I2C devices like tsm12 and eeprom. The power consumption...
I'm getting a strange assert from S140 7.2.0 nRF5_SDK_17.0.2_d674dde on a nRF52840 at PC 0x15074.
Frustratingly, it happens a minute or so after boot, but doesn't occur...
Hello Nordic
Im having issues getting logs out of the MSC storage example on SDK16.
When connecting nRF USB connector on the PCA10056 connector to my Windows 10 computer...
Hello,
We use the nRF52832 with SD 17.2.0, Bluetooth LE.
We observe an error when doing the following sequence:
- Build a bonded connection using the nRF Connect...
Hi,
When using the TWI manager you normally provide a callback function that is executed once the transaction has been completed. I'm using the NRF logger module to display...
Hi, Nordicsemi
At present, although SPI uses easy DMA when reading and sending data, in the actual use scenario, I still use gpiote to detect the interrupt pin of the sensor...
I am using the sdk-zephyr. After configing the ubuntu enviroment, i use the west build commond to build the sample project.
But there are errors like these:
[0/1] Re-running...