Hi,
I'm developing an application running on a nRF9151 that connects to AWS. I'm using the aws_iot library and my code is based on the aws_iot sample application. While...
Hi,
I am testing the Bluetooth function on my custom board with nRF5340 CLAA chip. I have tested the clock, I2S and SPI on this chip previously and they all worked perfectly...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi Nordic team,
I'm encountering a crash when attempting to stop BLE advertising using bt_le_adv_update_data() and bt_le_adv_stop() on the nRF5340. Below are the details...
We have been evaluating the nRF5340 and nRF7002 for use in a new product and we are currently looking at our Wi-Fi FOTA options. For reference, we are using an nRF7002 DK...
Hi Nordic team,
We are developing two types of devices based on the Zephyr examples:
periodic_adv_rsp
periodic_sync_rsp
Our design uses the following...
Hello,
I've a battery based device that uses a buck/boost to efficiently use entire battery voltage range (4.2-3.0) . This component have a low quiescent current between...
Hello every one,
I'm using nrf51822, for some calculation, I have to use logarithm.
is there a possibility to directly use this function by nrf51822?
I already applied...
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I used the reference design file provided by Nordic (NRF51x22_qfax) but added the following...
I want to run the HID Mouse and Keyboard examples on nRF51 Dongle. How I can configure it first, to connect with my PC via Bluetooth and second, to configure the GPIOs act...
From document [Getting started with the nRF52840 Preview Development Kit]
( www.nordicsemi.com/.../Getting-started-with-the-nRF52840-Preview-Development-Kit)
we know that...
Hi,
I'm looking for a BLE device to work with an arduino and to speak with a smartphone.
The point is that the connection should be made by the user via the smartphone...
I am using nrf52 with sdk11. I have set the advertiser data as Manufacturer data in nrfConnect app in my android phone. So that whenever the data from my phone is advertised...
Hi.
I try run "ble_app_hids_mouse" example from nRF5_SDK_11.0.0 in nrf51422 (nrf51 dongle).
Previously i ran this example in nrf52 (nrf52 DK, s132 SoftDevice), and all worked...
Hello!
We use chip nrf52832(QFN-48) in our project and we wont to pass the PCB certification.
But we also want to use chip nrf52810(QFN-48) in another project, but with...
Hi ,
Please advise, what the Low Power option I have if I want to sample Two channels of analog input at the same time. The sample rate in every channel is 12K, 12Bit....
Hi I am using SDK12.2.0 and Softdevice S130 v2.0.1 on board PCA100028 ; the board works fine and Phone can scan the name of DFUtarg; But when run the same on the customer...
Hello, I'm planning to try the NordicBlog; Capacitive Touch on the nRF52 series to test a button type or a up-down slider type .
I'm planning to use an nRF52832-QFAA for...
Hello,
Can you please provide any link or give me any advice how to connect NRF51822 chip with NRF51DK?
Here is my connection that doesnt work:
DK GND DETECT and GND...
float f = 1.234;
NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(f)));
How to simplify this way to show float number by uart in sdk13.1.
In...