i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hello,
I'm developing a coin-sized board based on the nRF52840 and the nRF52833 in aQFN73 package. The PCB has only two layers with the bottom layer dedicated to ground...
I saw that in SDK there are examples with tcp, dhcp and etc of iot. If some router have usb port, is it possible somehow to configure nRF52840 as part of network infrastructure...
Hi All
I am using nRF9160 and read a value from Fuel Gauge IC (LC709203f) via I2C so I use i2c_scaneer sample
so I just a little bit confused what should I change in...
According to the nRF52832 spec, the flash memory can handle a minimum of 10K write/erase cycles. I need to understand the following:
I understand the write/erase cycles...
Hi team,
We are using Raytech nrf52840 dongles as NCP connected through USB to RaspPi compute module. We would like to upgrade the NCP application in the field using DFU...
Dear nordic,
I have an application that developed using development kit pca10056. I want to change it to supporting nRF52811. I want to test the long-range feature of nrf...
Hello. I'm a CS student and I've bought myself two NRF52840 Dongles. I've downloaded NRF Zigbee SDK and wanted to flash and try out some examples. But the simplest light_control...
Hi Nordic Team,
i have some questions, while evaluating the nRF52840 Dongle.
I know that the dongle is not supposed to be used in end-products, but it fits our needs to...
Hi,
I am trying to get PSM to work using a nRF9160-DK running Assets Tracker (nrf tag v1.2.0) with iBasis connecting to Telia Sonera in Sweden. I have added/modified this...
Can I get some clarification on what Queued Writes is and is not? This is just another one of the hilariously under documented features that could be summed up immediately...
My intention is to program Mesh DFU event callback in such a way that the device always takes the relay role, with an option of simultaneously being the target. However, I...
Hi, all! I am trying to connect to my https server using the example \nrf9160\https_client
The example itself works connects to google.com and receives a 200 response. ...