Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
Hi,
I am using the nRF5_SDK_13.1.0_7ca7556.
When I call the pm_conn_secure(), it returns NRF_ERROR_INTERNAL.
Can you tell me why did the NRF_ERROR_INTERNAL occur?
...
Hi ,
I followed the getting started steps and enabled the global sim. Now the LED 3 is blinking .
In the LTE Link Monitor , I see the following :
2020-07-22T03...
When I enable watchdog in main application by:
nrf_drv_wdt_config_t config = NRF_DRV_WDT_DEAFULT_CONFIG; err_code = nrf_drv_wdt_init(&config, wdt_event_handler); APP_ERROR_CHECK...
I'am currently porting an existing application that makes extensive use of the app_scheduler to FreeRTOS. To speed up the migration I have enabled the app_scheduler in the...
Hi,
I'm connecting a thingy91 to nrfCloud and visualizing data correctly. Anyway, only flip data is available in motion data.
How can I display orientation and acceleration...
Hello Nordic Team, a broad question and not sure if this is in the realm of possibility.
I have a test environment with a test client (python/pygatt) running on Linux with...
Hello All,
I was wondering if anyone would know if the nRF9160 is capable of LTE-M enhancement Mode B? (I'm in the US market)
If not, would you know an LTE-M product...
I am attempting to flash my nRF5340-PDK with a sample application without success. I have tried /samples/basic/blinky, /samples/hello-world, and samples/bluetooth/hci_rpmsg...
I port the DFU OTA bootloader from 52840 to 52832. It is using:
SDK v15.3.0
SoftDevice S132 v6.1.1
nrfUtil v5.0.0 to generate the zip package.
It is running on...
I have a custom board that won't return from the call to nrf_sdh_enable_request() . It's very similar to this post https://devzone.nordicsemi.com/f/nordic-q-a/42477/doesn...
Hi,
well the question says it all - I am trying to get the Program Counter samples sent out of the SWO pin on the nrf52832.
Use Case: I am trying to measure the power...
Hi,
I have a strange issue on my device.
Once in a while, after turning on my device and connect it to the PC via NFC trigger, the device fails during writing to external...
Hello Everyone
I want to create a new project from scratch with nrf SDK 17. Yes , I know that I need to install libraries, drivers, service files etc. but I couldn't find...
Hi!
I'm using the nRF52840 DK with SDK 15.2 and on Windows 10. I have been testing USB communication and while I was testing input and output data, some of the data I was...