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...
Hello, you great people!
I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The...
Hi All,
I want to send data, like some number, via BLE from smartphone to nRF52. I have to use an external module for this project, because my application uses also bluetooth...
Hello,
I'm using nrf52 with SDK 11 and softdevice s132 v2.0.0. We are close to release our product for testing and I need to add DFU on it. The non secure bootloader is...
I am trying to upload a bootloader to an nRF52832 chip. (This chip is on the ruuvitag and is programmed through their developer board).
I got the bootloader working on...
Hi all,
I'm attempting to develop a feature that will allow our users to personalize their device name. The user will have the ability to change the device name while connected...
Hi
I add the fstorage to ble_app_uart on the SDK v14.1 to work on nRF52810. After fstorage initialization, I could write data to flash.
However, if I write the data...
Hi, I'm testing the light control example from Mesh SDK 0.10.1.
Although I have received an answer about the future plans of mobile Mesh SDK from developer Hung Bui that...
Hi,
I have some data which i want to send from nrf51-dk to ESP8266 . i have tried Ble UART central example to write data serially but doesn't achieve any result. I have also...
I have 2 Channels with SAADC taking samples. They are configured to respond to BLE characteristics that have read and notify properties, each channel has its own characteristic...
Hi,
As in the Product Specification of nRF52, pin number 9 and 10 are configured as NFC pins. However, this setup is conflicted with our pin mapping for other sensors in...
I am trying to store a small amount of data on the nRF52832 with the FDS module.
I followed the following code found in another question:
devzone.nordicsemi.com/.../...
Hi,
We are currently migrating our codebase from SDK 13 to SDK 14 for NRF52832 based board. One major difference we see is that SPI transfer completion callbacks are not...
Hi Dear Nordic!
We have prepared 200 pieces of PCB (used nRF52840) to pre-test our Product.
Now we are waiting for nRF52840 IC to solder.
Is it possible to buy ~...
Hello,
I've just found the Zephyr project which provides very interesting features and many questions are rising in my mind, but I don't know if this is the correct place...