I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Hello
I'm going to use a potentiometer to control the pwm. I am using a 10K potentiometer and have used a saadc example.
I printed out the value of adc through this example...
Hi everyone,
I've just been working with NRF52833 and nRF5 SDK for Thread and Zigbee v4.1.0 to create a zigbee mesh network for home automation. My network is pretty simple...
Dear Members,
I saw this code ,
If there is no input, how can I handle it and display result = 0 and not shutting down CPU ?
How can I display 0 from this code...
Hi.
I want to disable the TWI master's internal pull-ups on SCL and SDA. So I set it according to the contents of the following URL, but the setting is not reflected as...
Dear Nordic Support team,
Currently I am in the process of adding the USBD_CDC_ACM driver code to our existing application following your usbd_ble_uart example. I can receive...
Hi,
Our customer is using nrf9160.There is a problem about powem_on circuit .
Attach is the schematic diagram:
Here VBAT is 4V,PW_ON is connecting to the nrf9160...
Hi,
I'm using nRF52810.
And i'm trying to measure battery level using saadc.
The problem is saadc result is not accuracy.
When battery voltage is 3.3v, saadc value...
Have a brand new Thingy 91, latest modem firmware and asset tracker firmware: thingy91_debug_ltem_2020-10-30_5522ca2b.hex.
But within the LTE monitor app, nothing shows...
For the nRF52811 there is only one TWI peripheral and if there are multiple buses required it is necessary to remap the SCL and SDA pins to the peripheral. In the nRF5 SDK...
I am migrating to the Fanstel BT840XE module with nRF52840 and a Skyworks PA/LNA. I need some assistance in getting my PA/LNA working in a multiprotocol setup.
I have successfully...
I have application developed that works ok on nRF52 DK (nRF52832) with S112 and now want to migrate it to a custom board with nRF52840.
Could you confirm that S113 is...
Hi:
Since we have a issue that when nRF52840 setting to DCDC mode, our inductive touch will have bigger noise, if setting to LDO mode, the inductive touch noise disappear...
Hi,
I've been trying any way I can think of to work around an issue "51" returned by nrfjprog executed from nrfutil when trying to run serwer from the steps in tutorial...
Hi experts
i am using nRF Sniffer to decrypt the BT Mesh packets with Wireshark, it can work smoothly. However, i tested and found that the packets device key encrypted...
Hello, I am looking at the mesh dfu example code on nRF mesh SDK-4.2.0 on an dk_nrf52840 and I have some questions.
Rather than having both a bootloader and main application...