I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
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...
Hello,
SDK 15.3.0
s140
nrf52840-DK
IDE: SES
I am attempting to use the LPComp + NRFX TIMER 4 to count the rising edge of a signal, the timer is being used to time...
I am currently evaluating the nrf52840 for a possible future application which is based around BLE and should also provide a HID Generic interface to perform communication...
hi..I have merged the saadc with ble_app_uart and i have added all the respective files and enabled the ppi, saadc everything . while i am running the code ,getting unknown...
Hi,
I noticed something strange while developing with the nRF9160 modem's RTC. Here's the sequence of events
Connect cellular
Get time from NTP server and initialize...
Hello nordic
I'm running iot icmp example on my nrf52832.
The border router is Rapberry 4. root@raspberrypi:/home/pi# uname -a Linux raspberrypi 4.19.71-rt24-v7l+ #2 SMP...
Hi Nordic Support,
I am not getting sensor(VL53l0X) value,i used slave device address=0x29 and register address=0x01. I am getting starting distance value=255,afterwards...
Hello ,
I am trying to send 1,000 of MPU-9250 data from NRF5832 peripheral(ble_nus_uart) to NRF52832 central(ble_app_uart_c).
And i have been searched this site and...
Hello, I'm working on a project that contains 2 small enclosures each with a sRF905 and processor that monitors temp and humidity. One of the enclosures is mounted in the...
Hi, Last week we received Nordic's Thingy:91 development kit and prototyping platform for nRF9160.
The kit also included 1x iBasis SIM card. According to iBasis, LTE-M is...
Hello,
i'm using,BMD-301(NRF52832),SDK15.3.0
////////////////////////.......Issue-1..............
When i upload "twi_master_using_nrf_twi_mngr" peripheral example...
Hi, I'm developing a Zigbee coordinator starting from CLI agent example on nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31. The end node I tried to connect is Ikea TRADFRI ambience...
I2s subcontract transmission, the sound is normal during the transmission of each packet, and there is noise when preparing next_buf. How to eliminate the noise? Looking forward...
Hello Community,
I want to request a timeslot with sd_radio_session_open(). Whenever i call this API function, the Application crashes with a HardFault.
I have no idea...
Hi Devzone!
I'm using 'nRF52840' as an edge device, and this device is going to continuously check the surrounding environment and send the value to mqtt broker of aws through...