I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
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...