Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Is it possible to configure the ACL to protect the UICR registers?
If so, would this have any impact on the SoftDevice or other nRF52840 peripherals? I.E does the SoftDevice...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
Hi
I am a beginner in the MCU and SoC realm. I was checking the nRF52810 WLCSP33 specs but could not find any mention of the bluetooth range. Is it a standard range for...
Is anyone aware of the status of NBIoT / CATM1 use on flights? Are they covered by the various "mobile phone" limitations of use?
I'm referring to the use of a product containing...
Hi,
I am developing central device application which shall run on Win7 PC + nRF52840 dongle / equivalent nRF52840 DK
I intend to develop in C# / C++ and call PC-BLE-driver...
Hi all,
I have a problem with ble_app_beacon example. I'm using sdk v15.2 and my board is this . The problem is that I can see the beacon alive in the nRF Connect app on...
Hi Devzone, I am struggling to build projects in SES. I am getting "fatal errors" when I try to build applications and samples. See following output from SES (asset_tracker...
Hello,
I tried using the Thingy:91 out-of-the-box, but didn't succeed, using a SIM (LTE-M/NB-IoT) of a local operator. I suppose this is possible?
Thanks.
Guy
Does Nordic provide a BLE functionality with a USB dongle that a PC application can use? I do NOT want to use the Windows 10 BLE as it is buggy and does not provide the low...
Dear ,
I just tried to run LTE-M/HTTP POST with NCS v1.0.0-rc4 (with nrf git fetch origin pull/943/head:branch1)
but, I COULD NOT POST any more:
It worked normal...
Dear,
I am using thingy:91 pca20035 and try to test the color sensor BH1749NUC
I tried to run the /samples/sensor/bh1749
I got the output:
I expected it will return...
Good afternoon,
I have previously asked the following question ("NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI"):
https://devzone.nordicsemi.com/f/nordic-q-a/42241...
Hello Nordic Semiconductor,
I connected my nRF9160 with my MQTT broker. My MQTT client as well as broker's keep alive time is 60.
MQTT client connection disconnects...
I have a custom service with custom characteristics. I have writes working. I can't seem to get read characteristics working. I never seem to trigger the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
I need to add secure networking. How does one add the library module ncs\zephyr\subsys\net\lib\tls_credentials to a project? I tried editing CMakeLists.txt which caused SEGGER...