Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hi,
I want to receive UPD message on my nRF9160-DK. I can send UDP messages from my Nordic device to a server and from that messages I get the public IP address of my module...
I want to use I2S on nrf9160. I found some code on the its user manual and try to run in my project. But when the device is running, it always reboots. What other configuration...
Hi,
I am developing a project related to transferring audio in low energy Bluetooth. I came across nrf connect sdk is the best one for LE Audio transmission
But I am familiar...
Spent a day to build the mesh nrfutil tool. Write down the key step for remind others
Build in windows, No idea for install py2exe in ubuntu python2.7
Use python2.7, do...
I m using nrf52840-DK Board.
For CTL example i got the perfect output on board LEDs 1 to 4.
Then i cut the solder bridge (SB5-SB8)and then used GPIO pinout for external...
I studing a project which is developed on ble_peripheral example. There is using nRF52832, sdk 15.3.0 and s132 softdevice at the project. There is a mobile device, nRF52 and...
Hello
NRF52840. SDK5 17.0.2
the function sd_nvic_SystemReset is define like this:
but NVIC_SystemReset is declared as NO_RETURN which cause dozens of "statement...
Hi,
we're developing a firmware for the nRF52811 that makes exhaustive use of RSSI sampling during packet reception. While this gives reliable results for Nordic proprietary...
Hello,
I'm currently using fatfs with a QSPI flash device on an nRF52840 with SDK 16. I was wondering what is the best way to put the qspi device to sleep in between reads...
Hi, i have a project with NRF52832 and i try to designing 2.4GHz antenna on PCB. I use your antennas as an example while designing, but whenever I try to simulate these antennas...
The company I work for wants to make a wearable personal (care)alarm device for use outside, think of an elderly person who is still mobile but is prone to falling. This device...
hi
All video I can found from youtube and nordic website :
(such as https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Mesh/GetStarted#infotabs )
are...
HI,
I'm facing a weird issue where the nRF52832 breakouit would reset and upon reading the RESETREAS reg, the value is 0xC or 0X8 ,I am using s132_nrf52_4.0.2_softdevice...
Hello,
I am using nRF52833, nRF Connect SDK v1.4.2.
I have imported the Zigbee light switch, light bulb, network_coordinator build and test it successfully.
I have also...