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...
Hi,
We've been using nrfjprog with no particular issue for a while now. Usually to fully flash a chip (whether it's for a complete re-flash or for a new chip) we run those...
I am mid-way through development with the nRF52840 DK and Zephyr using the VSCode extension. I'm using v1.8.0 of the SDK.
I am looking for advice on setting my configuration...
Hello Community, I'm using the current sensor INA219 with NRF5340dk. Communication is through i²c protocol and using nrf SDK v1.7.0 . I'm trying to get the data output (Voltage...
Dear Sirs,
I'm referring to PDF files or html links to get detailes information about nRF_Drivers and nRF_Libraries for Segger Embedded Studio to manage the ARM Core resources...
Hi,
I am using "otCoapSendRequest" to send data to my coap server.
Inside the callback, I am using otMessageRead, to read the response.
But my code crashed inside otMessageRead...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
The question is, is it possible to GATT communicate with each of the multiple...
HI
I am traying to convert library max30105 arduito to Nrf52840 code but i have a problem about this
I am reading de Reg FIFO led red and led IR , but its not the same...
Hi I'm currently using the sample py script which is given in https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nordic-thingy52-raspberry-pi-python-interface...
Hello Nordic Team!
I'm working with the nRF52832 and following this tutorial from Nordic to do OTA DFU: https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
OpenThread and MCUBoot don't play well together anymore of the nRF5340 with the release 1.8 of the nRF Connect SDK. Flashing :
results in the bootloop with I assume is...
Hello,
I am a beginner in nRF. I want to implement EEPROM. So I am trying to execute Zephyr/sample/driver/EEPROM code but I am getting compilation error the below error...
Hello,
I am new to BLE. I am currently working on a beacon application. I have used the beacon example code from SDK and modified it. I am using SDK-17.1.0 controller is...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Is it possible to simultaneously send advertisements with different cycles, communication packets, etc.? If so...
I've been tinkering with my Dev Kits (3 @ nrf52840-dk and 1 @ nrf5340-dk) as I try to find the right software/hardware architecture for my use case.
I made a lot of progress...
Hello , i am developing drivers for a spi ic , which by using spi example i wrote the drivers they are working fine , also i am able to run and modify ble uart example according...