Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
Hi all,
I have recently upgraded my tools to SDK 5.2 and JLink V4.84f, and started using nRF51822 G0 chips.
The issue I have is with recovering the part in the Studio...
Hi All,
I've just been trying to program some of my USB dongles, nRF24LU1P-F16, via nRFGo Studio.
They are recognised fine, and seem to be operational after programming...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
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...
Nordic,
I am using the BLE Shield v2 and the Arduino Due board to transmit accelerometer/gyro data to an Android tablet app that plots this data. I had this working fine...
First I noticed that nordic has already updated the andriod nrf toolbox app to use softdevice v7, which allows updating the softdevice, bootloader and application.
The...
Hello all,
I'm working on a library for NRF24L01+ and PIC micro.
Unfortunately there is something wrong. On the receiver side, the micro correctly detects that a packet...
Hi,
I am knew to BLE and I was able to ran succesfully the blinky project. Now when I load the soft device on and then try to download the hr example if says "Flash download...
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...
Hi,
I develop an application with the nRF51822 circuit. It is detectable with my smartphone, but not with a computer that has a Bluetooth 2.1 device. Is it possible to...
In the comment of this post , Marc Nicholas wrote:
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
Is it true, that SWO isn't available...
In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
and it contain...
Hey there,
today I'd tested around with the Dfu service.
Peripheral is nRF51822 running Sdk 5.2.0 bootloader example (Softdevice 6)
Central is Android 4.3 running...