Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
Hello,
we are evaluating the distance measurement module to integrate an indoor location function to our product.
We see the module is still "Experimental".
We need...
Hello,
I have the peripheral BLE device. It is always had different mac addresses on disconnection/on reboot.
I use my mobile phone with Android OS to initiate pairing...
Hi, I need help with a simple example code to read analog pin 5 and either control brightness of the LED or print value on terminal. I found this example but it didn't work...
Hi nRF Team,
I would like to know more detailed operation of LE audio profile on nRF5340.
My requirement is to continuously process PDM mic ( PCM data ) interfaced to...
Dear all, in my company we started to product custom pcb with nrf52833 for networked lighting control (NLC).
For the firmware, we had a look to the examples provided with...
Hi,
we have got some async uart api application running with zephyr 3.2 on nrf52840.
This worked fairly well until there have been added some file-write operations to...
Using the zepher spi driver (which wraps nrfx) on ncs v2.6.1, the CS line goes low to start the transaction, then high about 10 us later, but the data keeps coming out.
...
I am using nRF52832 and Nordic connect sdk. I want filter scan for the beacon having specific uuid. I have programmed the dk with this code
The serial terminal is showing...
Hello,
Our nRF52833 is powered through a load switch and control when to enable it is based on external peripherals logic. The MCU is connected to external peripherals that...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Hi. I am trying to build/flash a sample with nrfConnect and vscode. When I add a build configuration, I face following issue :
-If the output build directory is "build/something...
Hello,
I noticed that our self-produced PCB's with a nRF5340 SoC all have the cores locked upon delivery (probably app protect is activated), and have to be recovered before...
I'm using ncs2.6.0 to develop a door lock project for matter, and I'm running into a problem: I need to store some user-set parameters in the project, which take up less space...
I am looking for a good document to establish an I2C connection between the nRF5340 and another microcontroller. I am using VS Code and the Nordic SDK. Unfortunately, the...
compliler enviroment is NCS2.6.0, zephyr/sample/bluetooth/peripheral_hids run in nrf52dk_52832 board.
use mobile, the <nRF Connect> app can connect the BLE board.
but...