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...
I am incorporating the "pin_change_int" code to generate GPIOTE interrupts from an external device. I made a couple changes including renaming the function from gpio_init...
Hello,
I've been playing around with with the nRFsniffer for a couple weeks now. Adafruit was out of stock of the BlueFruit LE Sniffer so I ordered a BLE400 and a few Core51822...
I would like to program the NRF52810 with the SoftDevice 132 and my bluetooth program. Is there any way to reprogram the NRF52810 over bluetooth rather than using a wired...
Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of...
Hello All,
I am a bit confused with the maximum speed that is achievable with the USBD CDC ACM driver.
In Previous threads like this:
https://devzone.nordicsemi.com...
I developed a functioning application that advertises with Nordic UART Service, connects to a smartphone application, then reads various sensor data using the SAADC and transmits...
Hi,
I have read all around DevZone that more details about AoA/AoD based direction-finding feature were expected to be released around Q4 of this year. This is very exciting...
Hi,
I am using nRF51822, and try to use the ECB block AES128 to do some data decryption.
From the SDK I found 2 API functions:
uint32_t sd_ecb_block_encrypt ...
How can I generate two complimentary signals using PWM with a period of 3.33us (300khz) with ability to control number of pulses to generate.
1: With current api PWM takes...
Hello,
I have tested and verified the code for my application on the NRF52 DK, but now I need to program my own custom device using the nRF52832 chip. I saw there was a...
Some bugs in ble_app_hrs_freertos example from the SDK when handling buttons: (at the end of this listing are same tests but with ble_app_hrs (no rtos) and buttons are handled...
Hi, We are working on Thingy91(nRF9160-pca20035). When thingy91 connected to system through USB, We getting BLE UUID values through nRF52840 on nRF9160(on nRF Cloud also)...
Hello,
I am porting a software to the nRF52 SDK16.0 . This software uses Floating Point numbers with Exponent-Byte=0x7F to signal Error conditions (then treated as unsigned...
Hi. I want to evaluate the current consumption of the nrf9160 module (I have a Thingy91) and I want to disable all logging functions. I started with the mqtt_simple example...