Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
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...
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...
Hello,
I tried to mix AWS_FOTA sample with GPS from asset_tracker (see code first screenshoot) and I get that error (see second screenshoot). Do someone have an idea please...
Hi,
I am using nRF52840 DK with USB and BLE prototype under hardware peripherals example in the SDK. I need a real world example using BLE with USB as host interface. Can...
nRF52840 works with 1.8V supply voltage? We are using Circuit configuration number.5. it tells VDD should connect to VDDH.
As per the circuit configuration 5: VDDH is N...
Hi :
we met some quesiton when using nRF52840:
1. Is it possible to drive a pin to high or low in sleep mode? For eg. we would like to put pin P0.12(may be other pins...
I am trying to communicate between an ADXL362 accelerometer and a nRF9160 DK. I see on this link https://docs.zephyrproject.org/latest/samples/sensor/adxl362/README.html that...
Hello
we had purchased nRF6700 and nRF24LE1-F16Q24-DK from Mouser India on 14-oct-19 .and it comes with an older version of firmware i.e.(3743) And currently, I am facing...
Hello:
I have to nRF52DK boards and I am able to run the ligth_switch example, but the thing that I want to do is send a message, "hello" from one node to other. I saw...
Sir in the above code i have a cmd_zb_match_desc() but i am calling inside the switch case but after calling i didn't able going inside the finction
please give the Suggestion...
HI,
I want to send heart rate data to smartphone using NRF51422 in every second without any time delay or minimal time delay ranges between(0.9 to 1.1 sec).
Thanks...
Hello,
I managed to get a central application to run on the nRF52810 with SDK 14.2 and S132 V5.1.0. I also got the bootloader working with this setup.
Right now I'm having...
Hi!
I have nrf52 periperial mode, SDK15, s132.
I connect a smartphon in the central mode to my nRF52 and start to send some data.
In the nRF52 I receive those data in...
Hi, I am trying to print double/float values, but Its printing blank. e.g. printk(" value:%.3f\n", value); output: value:%.3f printk(" value:%lf\n", value); output: value...
My project consists of reading an NFC card's value (using another chip), and respond to the interrupt generated by that chip to read the value from it using SPI. Then, this...
Currently I am using VS Code for development. Mostly everything is fine and VS code is awesome.
However there are some problems I am facing.
1. It is time consuming to...