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. ...
Hello.
We are developing a device that require a 1Gb qspi memory interafaced with a nrf52840.
So far the qspi driver and the memory inits and the memory respond to some...
It appears that my watchdog timer is running during interrupts that are handled by the SoftDevice and do not cause a return from sd_app_evt_wait. This is described in the...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I'm also trying to move from the "legacy" non Easy DMA SPI driver to the Easy DMA one. I don't much care whether I use...
Hi,
I've been struggling with a problem with my builds for over a year now.
On some builds NFC works perfectly, but on many it doesn't - and I have no idea why. I can...
Hi, I'm having problems with proper softdevice reinitialization. What I'm trying to do is work out proper reinit solution - what I'm doing is enabling BLE_stack and all the...
I want to store a few parameters in flash. I don't want to use an external EEPROM because it takes an additional space on a board.
Does anyone know how to do it or a sample...
Hi,
nRFConnect is behaving differently for apps on different SDK versions. I am able to do a DFU via script something similar to the one here https://thegecko.github.io...
After much work I can build the nRF9160 at_client sample project and flash it into the development kit. Using nRF Connect, the at_client sample project only prints the line...
Hi There,
I have developed an initial application on SDK11, based on the UART example, with Keil and it worked perfectly with the nice low power that you guys are capable...
Hi,
I have created a project with nRF52840 DK that reads sensors data and transmits them with BLE UART to my smartphone. Everything works fine.
Then, I tried to do the...
i am working on mesh application using two nrf51822 and one nrf2832. I started from light-switch examples. nrf51 set as two server and nrf52 as a client . In server side integrated...
Hi all,
in the datasheet of the nRF9160 is mentioned, that the same antenna can be used for LTE and GPS.
Page 364, chapter 8: GPS "Dedicated GPS antenna or shared antenna...
I'm using nRF52840 with SDK15.0.0
Following this tutorial : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial...
hi,
I'm trying to add a new BLE service to my device. I've followed the instructions in tutorial : devzone.nordicsemi.com/.../ble-services-a-beginners-tutorial , up to step...