Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
is there a sample or some documentation for how to use the USB port to output text from the nRF52840 dongle in a nRF Connect Zephyr application?
It would seem that the very...
Hello,
We're currently trying to update 52840 chip on a similar board such as the 9160dk, that has an external flash in between 9160 and 52840. We want to apply a firmware...
Respected Support Team,
Is it possible to create a BLE Mesh using nRF9160 DK? Alternatively, I also have nRF52840 Dongle and RAK 5010 board which has nRF52840 chip. Can...
Hello,
I am learning how to program my nrf5340DK
I started using the ncs setup but it is too much overhead for me and I wanted to try a more bare setup and I dont mind...
Hi, I want to discover Different UUID base of service and characteristics from BLE Central. First I used ble_app_blinky example and it worked fine. Next, I modified BUTTON_CHAR...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I have used "cli-mtd" code as my base...
Hi,
I was trying to create Dial-up connection for nRF9160-DK,.But, Modem COM port is not showing in Windows 10 PC (in Device Manger tab) for nRF9160-DK .
Noe:
1. Able...
Hi,
(see image below for clarity of this text)
In our product, we have this requirement. - be able to update the application on the nRF9160. - be able to update the firmware...
I'm not sure what happened to my SES but every time I try to debug I get a message saying that my image is out of date even just after having rebuilt it. Any idea what may...
Hello,
I’m able flash my code to the nRf52832 with no problem. At this point all is well. The problem occurs when I power down the device and then power up. On power up...
Hi,
I was merging the files of peripheral hr in ble mesh chat project
how to add new .a project in nrf connect sdk using segger embedded studio and also how to include...
Have a catch-22 here.
Here is my code:
When I call nrf_sdh_enable_request() it returns the error '0x08 which is SoftDevice already enabled according to the documentation...
Hi everyone,
I use to use the nrf52840 dev. board with the SDK16 examples. Now I am facing a problem with all the BLE peripheral examples
1. When I build and run in release...
Hi there,
for a customer of mine I have to programm a Arduino 33 BLE but not using Arduino IDE but use the Nordic SDK.
As it is a normal nRF52840 (inside an Nina-B306...
I am currently working on a project in which I will need to increment the pwm up to full cycle in 'x' number of steps and then be able to step down 'y' number of steps when...