Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
Hi,
I am using sdk 14.2.0.
nrf_gpio_pin_set(OUTPUT_PIN); this function sets the gpio pin to vdd.
nrf_gpio_pin_clear(OUTPUT_PIN); this function set the gpio pin to ground...
Hello,
I am using a nRF52840 with SDK 14.2 and I am trying to synchronize my "app timer" which uses the RTC1 with respect to an external client which is connected over TCP...
I downloaded the latest SDK(15.1), and how to advertising more infomation,more than 31 byte.
init.config.ble_adv_extended_enabled = true;
0> <error> app: ERROR 7...
Hey guys,
I am using NRF51DK board and SDK v12. I want to add MPU6050 library to fatfs example but I have some problems. When i add "mpu6050.h" to my project i get "Not...
Hi,
I'm using NUS service on nRF51822 with SDK 12.3 .
I want to secure the communication between the nRF and the mobile application.
So, I want to know the different...
NRF51822
SDK12.3
keyboard demo code
After each delete match at the PC end,None of the broadcasts are searchable。Then I Google the content like this。
I wonder...
Hello,
I am using NRF52840 in my System. We like the USB access on NRF52840 and would like to use it. However, I don't need BLE in my application. Can I leave the Radio...
Dear All,
i want to make a product which using nrf24le1 chip, but now i'm stuck on the antenna impedance matching issue.
i'm not very familiar with the antenna design...
I'm try to using Nordic 52832 board to send hexadecimal to the phone, but it still receive for ascii.
Using example\ble_peripheral\ble_app_uart code for sending.
Hello
We have a project of energy meters with mesh network.
There are some parameters important for us:
Time of reconfiguration
size of network
connection range...
When I plug the kit into a USB slot on my computer, the nRF52 DK does not appeared as a removable drive named "JLINK" as it should according to the documentation. Has anybody...
I m working on SDK-11, and using sample program experimental_ble_app_blinky, in this code I want to read RSSI value and want to show on NRF Connect app. But its not showing...
Hello,
We are using nRF52832 DK, nRF52 sdk15.0 with SES IDE in windows 10. Currently we have senor network which is trigger every 1 Hr and send data trigger time set in...
The hardware is a custom board with a Rigado BMD300 module (which uses the nRF52832). I am using Softdevice S132.
My code base started as the ble_app_uart peripheral example...