Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
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...
Hi,
I am working on a project where I have two separate physical devices , each based on an nRF52832 :
One device is a BLE Mouse
The other is a BLE Keyboard
My...
Hello, lte_ble_gateway works ok using dk91 or thingy:91 on, v251 - ok v262 - ok but not on, v270 - err v280 - err v290 - err This is straight example code as found in VS....
Hi Team,
I need help currently we are using nrf52833 micro controller, we have problem with external clocks. we want to disable external 32Mhz and 32khz clocks and use only...
I’m using an nRF52840 powered by a coin cell (3V nominal, dropping to 2.3V) and need to read a K-type thermocouple . The challenge is finding an amplifier that:
Operates...
We experience that under some conditions at one moment an already bonded device causes that at the moment of BLE connection the MCU crashes. Possible solution is only to erase...
First of all,I don't study the LOG module yet,just copy & paste from example.
I'm trying to process APP_USBD_CDC_ACM_USER_EVT_RX_DONE event,print debug info to monitor the...
Hello folks,
I'm working on a device that needs a USB storage connection capability. I have put the "mass" sample into my application, and it works as expected except for...
Hi,
we are using the nrf9160 on an addon-pcb as serial LTE-M/NB-IoT modem for our gateway. The host controller is running vanilla Zephyr.
Can someone tell me if I'm wrong...
Hello!
I've been in contact with your sales team in regards to locating the physical BOM of nrf9151, but we've been unable to locate this. I've been - and have directed...
I'm using Segger Embedded Studio. I add some new files in the project. I need to update the directory by right click to Project, then left click at 'Options', then go to ...
I have a question regarding the firmware update for the Application core and Network core of nRF5340. Currently, we are developing firmware using nRF connect SDK ver. 2.3...
I'm developing a custom vendor model in BLE Mesh to send some telemetry data, and everything is working as expected. Each node currently sends data, which other nodes receive...