Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
I'm trying to add custom functionality to the main.c file in openThread's cli example. I need to use udp related functions, but the otUdpOpen function requires this pointer...
Hello,
I am doing BLE advertising on the nRF52833 and using nRF5 SK 17.0.2. I cannot set TX power above +4dbm from sd_ble_gap_tx_power_set(). I have checked in nrf_gap.h...
The "Flash" and "Erase and flash" actions wer working fine a few days ago,now it only execute "west build".
I pressed "Flash" or "Erase and flash", it just executed "west...
OK, I'm using Visual Studio Code with the nRF Connect extension. I'm playing around with some simple BLE code (trying to set up DIS and then a custom service). All of a sudden...
Hi Sir/Miss,
In original project, I use nRF52810. But, it's not enough flash in our customer adding requirements.
Therefore, I want to migrate project from nrf52810...
Hi,
I'm new on NRF connect with visual studio (I have programmed nordic devices before, nrf51), right now I am working with a nrf5340.
So far I have created a blinky...
Hello Everyone,
When I debug the GPIO interrupt of nrf5340, the edge trigger can be normal, but it will be triggered all the time when the level is triggered. Does anyone...
Hello,
I am trying to implement a system where the board waits for a character to be pushed to the RX buffer before reading it. The character would be sent by another microcontroller...
Users can often help each other and not rely on your staff.
I am trying to join a sample/matter_light_bulb sample to a newly formed Matter network.
The problem I describe...
Hello,
I am figuring out the fstorage functionality and I'm running basic example flash_fstorage from SDK 17.1.0 on my nRF52-DK. And I got the issues just on start.
At...
Hello,
I'm trying to control a motor via a mosfet. Setting the mosfet on/off with pin assignment works great, however pwm at any value other than 0 or max burn out the mosfet...
Hello,
We have a design that includes both the nRF52840 and the nRF9160. We are doing custom antenna designs in a miniaturized form factor and would like to specify required...
Hi
We are verifying the encrypt value and MIC value using a crypto tool.
The result is different depending on the setting of the packet S0 field.
If the S0 field is...
Hi,
I use this code for sampling analog input with 3.3 kHz and send it over BLE to PC , i use dongle to to read the sampled datas on nrfconnect tool for desktop. I tried...